-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some handpositions via NyamiFan3. Added rotation-values for all…
… vanilla weapons. Fixed hand-rotation when pawn is facing west.
- Loading branch information
Showing
15 changed files
with
920 additions
and
365 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
<WHands.ClutterHandsTDef MayRequire="ludeon.rimworld.anomaly"> | ||
<defName>ClutterHandsSettings_Anomaly</defName> | ||
<label>Weapon hand settings</label> | ||
<thingClass>Thing</thingClass> | ||
<WeaponCompLoader> | ||
<li> | ||
<MainHand>(-0.201, 0.100, -0.133)</MainHand> | ||
<SecHand>(0.230, -0.100, -0.115)</SecHand> | ||
<MainRotation>-56</MainRotation> | ||
<ThingTargets> | ||
<li>Gun_HellcatRifle</li> | ||
<!-- hellcat rifle --> | ||
</ThingTargets> | ||
</li> | ||
<li> | ||
<MainHand>(-0.170, 0.100, -0.115)</MainHand> | ||
<SecHand>(0.225, -0.100, -0.085)</SecHand> | ||
<MainRotation>-58</MainRotation> | ||
<SecRotation>-40</SecRotation> | ||
<ThingTargets> | ||
<li>Gun_Incinerator</li> | ||
<!-- incinerator --> | ||
</ThingTargets> | ||
</li> | ||
<li> | ||
<MainHand>(-0.160, 0.100, -0.150)</MainHand> | ||
<SecHand>(0.110, -0.100, -0.075)</SecHand> | ||
<MainRotation>-44</MainRotation> | ||
<ThingTargets> | ||
<li>NerveSpiker</li> | ||
<!-- nerve spiker --> | ||
</ThingTargets> | ||
</li> | ||
</WeaponCompLoader> | ||
</WHands.ClutterHandsTDef> | ||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
<WHands.ClutterHandsTDef MayRequire="ludeon.rimworld.biotech"> | ||
<defName>ClutterHandsSettings_Biotech</defName> | ||
<label>Weapon hand settings</label> | ||
<thingClass>Thing</thingClass> | ||
<WeaponCompLoader> | ||
<li> | ||
<MainHand>(0.140, 0.100, 0.000)</MainHand> | ||
<SecHand>(-0.055, -0.100, 0.005)</SecHand> | ||
<MainRotation>-56</MainRotation> | ||
<SecRotation>-82</SecRotation> | ||
<ThingTargets> | ||
<li>Flamebow</li> | ||
<!-- flamebow --> | ||
</ThingTargets> | ||
</li> | ||
<li> | ||
<MainHand>(0.030, 0.100, 0.115)</MainHand> | ||
<MainRotation>48</MainRotation> | ||
<ThingTargets> | ||
<li>Weapon_GrenadeTox</li> | ||
<!-- tox grenades --> | ||
</ThingTargets> | ||
</li> | ||
<li> | ||
<MainHand>(-0.155, 0.100, -0.150)</MainHand> | ||
<SecHand>(0.145, -0.100, -0.160)</SecHand> | ||
<MainRotation>-58</MainRotation> | ||
<ThingTargets> | ||
<li>Gun_ToxbombLauncher</li> | ||
<!-- toxbomb launcher --> | ||
</ThingTargets> | ||
</li> | ||
</WeaponCompLoader> | ||
</WHands.ClutterHandsTDef> | ||
</Defs> |
Oops, something went wrong.