Banner
Battle Announcer \\\ Ricardo (Limbus Company)
Thumbnail
Downloads193
Views842
Publish Date11 months ago
Last Updated7 months ago by
Tags
Members
Avatar

This mod doesn't work, have you tested it?
I've put three battle announcers, but your mod doesn't work at all, even if it's the only one.

Avatar

had to add some lines to the config file to make it work

	},
	{
		"is_empty": true,
		"type_delay": 3,
		"chance": 5
	}
],

add this after the final line on enemy killed and before on player dodge

should look something like this

"global_delay": 0,
		"title": "Ricardo",
		"chance": 1,
		"sound": "RicardoLCB/Ricardo_kill_7.ogg",
		"icon": "RicardoLCB/Ricardo.dds",
		"type_delay": 10,
		"description": "Yeahhh! Beat the shit out of them!"
	},
	{
		"is_empty": true,
		"type_delay": 3,
		"chance": 5
	}
],
"OnPlayerDodge": [
Avatar

@salmonconsumer bit late because i was caught up in some real life stuff but updated it with your fix

25 1174