밸런스 수정
This commit is contained in:
parent
d17bd2db1a
commit
ad090b251f
@ -115,7 +115,7 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<projectile Class="TorgueAnty.TorgueProjectileProps">
|
<projectile Class="TorgueAnty.TorgueProjectileProps">
|
||||||
<subProjectile>PN_Bullet_Shell_HE_Sub</subProjectile>
|
<subProjectile>PN_Bullet_Shell_HE_Sub</subProjectile>
|
||||||
<clusterCount>12</clusterCount>
|
<clusterCount>16</clusterCount>
|
||||||
<clusterRadius>6.9</clusterRadius>
|
<clusterRadius>6.9</clusterRadius>
|
||||||
</projectile>
|
</projectile>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
@ -130,9 +130,9 @@
|
|||||||
</graphicData>
|
</graphicData>
|
||||||
<thingClass>Projectile_Explosive</thingClass>
|
<thingClass>Projectile_Explosive</thingClass>
|
||||||
<projectile>
|
<projectile>
|
||||||
<damageDef>PN_CL_Bomb</damageDef>
|
<damageDef>Bomb</damageDef>
|
||||||
<speed>6.5</speed>
|
<speed>6.5</speed>
|
||||||
<explosionRadius>2.4</explosionRadius>
|
<explosionRadius>1.9</explosionRadius>
|
||||||
<arcHeightFactor>60</arcHeightFactor>
|
<arcHeightFactor>60</arcHeightFactor>
|
||||||
<shadowSize>0.6</shadowSize>
|
<shadowSize>0.6</shadowSize>
|
||||||
<flyOverhead>true</flyOverhead>
|
<flyOverhead>true</flyOverhead>
|
||||||
@ -146,7 +146,7 @@
|
|||||||
|
|
||||||
<DamageDef ParentName="Bomb">
|
<DamageDef ParentName="Bomb">
|
||||||
<defName>PN_CL_Bomb</defName>
|
<defName>PN_CL_Bomb</defName>
|
||||||
<workerClass>TorgueAnty.TorgueAnty_DamageWorker_AddInjury</workerClass>
|
<!---<workerClass>TorgueAnty.TorgueAnty_DamageWorker_AddInjury</workerClass>-->
|
||||||
</DamageDef>
|
</DamageDef>
|
||||||
|
|
||||||
<!--관통탄-->
|
<!--관통탄-->
|
||||||
@ -175,14 +175,16 @@
|
|||||||
</li>
|
</li>
|
||||||
</comps>
|
</comps>
|
||||||
<costList>
|
<costList>
|
||||||
<Steel>15</Steel>
|
<Uranium>10</Uranium>
|
||||||
<Chemfuel>25</Chemfuel>
|
<Steel>25</Steel>
|
||||||
|
<Chemfuel>30</Chemfuel>
|
||||||
</costList>
|
</costList>
|
||||||
<costListForDifficulty>
|
<costListForDifficulty>
|
||||||
<difficultyVar>classicMortars</difficultyVar>
|
<difficultyVar>classicMortars</difficultyVar>
|
||||||
<costList>
|
<costList>
|
||||||
|
<Uranium>15</Uranium>
|
||||||
<Steel>25</Steel>
|
<Steel>25</Steel>
|
||||||
<Chemfuel>25</Chemfuel>
|
<Chemfuel>30</Chemfuel>
|
||||||
</costList>
|
</costList>
|
||||||
</costListForDifficulty>
|
</costListForDifficulty>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user