mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-25 21:38:59 +02:00
Update defaultMods.json
This commit is contained in:
parent
a2ce9220ed
commit
b02948d073
@ -27,10 +27,10 @@
|
||||
"WINNING_HERO_WITH_NO_TROOPS_RETREATS": true,
|
||||
"BLACK_MARKET_MONTHLY_ARTIFACTS_CHANGE": true,
|
||||
"NO_RANDOM_SPECIAL_WEEKS_AND_MONTHS": false,
|
||||
"ATTACK_POINT_DMG_MULTIPLIER": 0.05,
|
||||
"ATTACK_POINTS_DMG_MULTIPLIER_CAP": 4.0,
|
||||
"DEFENSE_POINT_DMG_MULTIPLIER": 0.025,
|
||||
"DEFENSE_POINTS_DMG_MULTIPLIER_CAP": 0.7
|
||||
"ATTACK_POINT_DMG_MULTIPLIER": 0.05, //every 1 attack point damage influence in battle when attack points > defense points during creature attack
|
||||
"ATTACK_POINTS_DMG_MULTIPLIER_CAP": 4.0, //limit of damage increase that can be achieved by overpowering attack points
|
||||
"DEFENSE_POINT_DMG_MULTIPLIER": 0.025, //every 1 defense point damage influence in battle when defense points > attack points during creature attack
|
||||
"DEFENSE_POINTS_DMG_MULTIPLIER_CAP": 0.7 //limit of damage reduction that can be achieved by overpowering defense points
|
||||
},
|
||||
"modules":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user