AP HE 수정, SYS/AdditionalVerb 1.3 적용

This commit is contained in:
Cocopomel 2021-08-24 19:09:14 +09:00
parent b9ec662c8e
commit 6c234fbfaa
3 changed files with 31 additions and 31 deletions

Binary file not shown.

Binary file not shown.

View File

@ -334,18 +334,18 @@
</comps> </comps>
<verbs> <verbs>
<li Class="TorgueAnty.Verb_Properties_ShotGun"> <li Class="TorgueAnty.Verb_Properties_ShotGun">
<verbClass>TorgueAnty.Verb_Shoot_ShotGun</verbClass> <verbClass>TorgueAnty.Verb_Shoot_ShotGun</verbClass>
<hasStandardCommand>true</hasStandardCommand> <hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>PN_Bullet_Revolver_Volley</defaultProjectile> <defaultProjectile>PN_Bullet_Revolver_Volley</defaultProjectile>
<warmupTime>0.5</warmupTime> <warmupTime>0.5</warmupTime>
<range>12.9</range> <range>12.9</range>
<burstShotCount>1</burstShotCount> <burstShotCount>1</burstShotCount>
<ticksBetweenBurstShots>10</ticksBetweenBurstShots> <ticksBetweenBurstShots>10</ticksBetweenBurstShots>
<soundCast>ShotAnty_G</soundCast> <soundCast>ShotAnty_G</soundCast>
<soundCastTail>GunTail_Light</soundCastTail> <soundCastTail>GunTail_Light</soundCastTail>
<muzzleFlashScale>9</muzzleFlashScale> <muzzleFlashScale>9</muzzleFlashScale>
<pelletCount>6</pelletCount> <pelletCount>6</pelletCount>
</li> </li>
</verbs> </verbs>
<tools> <tools>
<li> <li>
@ -630,6 +630,24 @@
</li> </li>
</comps> </comps>
<verbs> <verbs>
<li Class="AdditionalVerb.VerbProperties_Custom">
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>PN_Bullet_AP</defaultProjectile>
<warmupTime>4.5</warmupTime>
<minRange>4.9</minRange>
<range>54.9</range>
<soundCast>PNCannonSound</soundCast>
<soundCastTail>GunTail_Heavy</soundCastTail>
<muzzleFlashScale>14</muzzleFlashScale>
<desc>...</desc>
<label>AP</label>
<texPath>UI/Commands/AP</texPath>
<accuracyTouch>0</accuracyTouch>
<accuracyShort>0</accuracyShort>
<accuracyMedium>0</accuracyMedium>
<accuracyLong>0</accuracyLong>
</li>
<li Class="AdditionalVerb.VerbProperties_Custom"> <li Class="AdditionalVerb.VerbProperties_Custom">
<verbClass>Verb_Shoot</verbClass> <verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand> <hasStandardCommand>true</hasStandardCommand>
@ -646,25 +664,7 @@
<muzzleFlashScale>14</muzzleFlashScale> <muzzleFlashScale>14</muzzleFlashScale>
<desc>...</desc> <desc>...</desc>
<label>HE</label> <label>HE</label>
<texPath>UI/Commands/Pew</texPath> <texPath>UI/Commands/SC</texPath>
<accuracyTouch>0</accuracyTouch>
<accuracyShort>0</accuracyShort>
<accuracyMedium>0</accuracyMedium>
<accuracyLong>0</accuracyLong>
</li>
<li Class="AdditionalVerb.VerbProperties_Custom">
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>PN_Bullet_AP</defaultProjectile>
<warmupTime>4.5</warmupTime>
<minRange>4.9</minRange>
<range>54.9</range>
<soundCast>PNCannonSound</soundCast>
<soundCastTail>GunTail_Heavy</soundCastTail>
<muzzleFlashScale>14</muzzleFlashScale>
<desc>...</desc>
<label>AP</label>
<texPath>UI/Commands/Snipe</texPath>
<accuracyTouch>0</accuracyTouch> <accuracyTouch>0</accuracyTouch>
<accuracyShort>0</accuracyShort> <accuracyShort>0</accuracyShort>
<accuracyMedium>0</accuracyMedium> <accuracyMedium>0</accuracyMedium>