increase planet shot damage multiplier from 1 to 10
Bumps the planetShotDamageMult config value in mastervega-rules.json to significantly increase damage dealt during planetary bombardment or planet defense scenarios.
This commit is contained in:
parent
033912bc73
commit
9e463164d9
|
|
@ -513,7 +513,7 @@
|
||||||
"disengageRound": 25,
|
"disengageRound": 25,
|
||||||
"planetDefenseScale": 0.06,
|
"planetDefenseScale": 0.06,
|
||||||
"planetDefensePerShot": 5,
|
"planetDefensePerShot": 5,
|
||||||
"planetShotDamageMult": 1,
|
"planetShotDamageMult": 10,
|
||||||
"bombardPopKill": 0.22,
|
"bombardPopKill": 0.22,
|
||||||
"bombardFactoryKillMult": 1,
|
"bombardFactoryKillMult": 1,
|
||||||
"bombardBuildingDestroyMult": 1,
|
"bombardBuildingDestroyMult": 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue