Fixed player id issues, refactored monster update function, implemented blast, poison and wyvern riding damage

This commit is contained in:
GreenComfyTea
2022-04-05 20:09:53 +03:00
parent 2466fa0cd2
commit e6fd36eea0
16 changed files with 697 additions and 93 deletions

View File

@@ -1796,7 +1796,9 @@ function config.init()
kunai_damage = true,
installation_damage = true, -- hunting_installations like ballista, cannon, etc.
otomo_damage = true,
monster_damage = true -- note that installations during narwa fight are counted as monster damage
monster_damage = true, -- note that installations during narwa fight are counted as monster damage
poison_damage = true,
blast_damage = true,
},
spacing = {
@@ -2073,7 +2075,7 @@ function config.init_module()
config.init();
config.load();
config.current_config.version = "v1.9.1";
config.current_config.version = "v1.10";
language.update(table_helpers.find_index(language.language_names, config.current_config.global_settings.language, false));