Banner
Battle Announcer \\\ Ricardo (Limbus Company)
Thumbnail
Downloads57
Views344
Publish Date3 months ago
Last Updated3 months ago by
Members
Tags
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": [
26 821