Small problem with Ballistic_Damage_Multiplier and some other stuff in config.json #5025
Semidvista
started this conversation in
Ideas
Replies: 1 comment
-
Plugins can modify stamina with Gun attachment Ballistic_Damage_Multiplier? Although there isn't a global animal drop multiplier, there is per-animal Reward_Min and Reward_Max options like that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I wanted to make a mod for my server that would add a new weapon accessory that would increase raid weapon damage to buildings, but Ballistic_Damage_Multiplier only affects bullet damage to players and does not affect damage to any other sources(Barricade_Damage, Structure_Damage, Vehicle_Damage, Resource_Damage, Object_Damage)
Is it possible to add this function to it?
I wanted to ask, as a server owner, I can't change the parameters of the player's stamina and lung capacity in any way
Is it possible to add functions to config.json to influence these parameters?
I can change and adjust the player's health, the player's hunger/thirst, the player's virus, but I can't change stamina and oxygen
Something like
"Stamina_Multiplier": 1.00,
"Oxygen_Multiplier": 1.00,
And I also wanted to ask, is it possible to add to config.json the setting for the number of items that animals drop?
Something like
"Min_Drops": 1,
"Max_Drops": 3,
Zombies have this setting, and it would be very helpful when setting up animals.
Thanks in advance for your reply!
Beta Was this translation helpful? Give feedback.
All reactions