Skip to content

Commit

Permalink
Small species melee weapon change (#26183)
Browse files Browse the repository at this point in the history
* inital

* Update animals.yml
  • Loading branch information
Dutch-VanDerLinde authored Mar 16, 2024
1 parent d8a7b33 commit 0a8def1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1347,12 +1347,13 @@
baseSprintSpeed: 5
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/pierce.ogg
collection: AlienClaw
angle: 30
animation: WeaponArcPunch
animation: WeaponArcClaw
damage:
types:
Piercing: 9
Slash: 5
Piercing: 4
- type: Temperature
heatDamageThreshold: 360
coldDamageThreshold: 285
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- type: MeleeWeapon
animation: WeaponArcBite
soundHit:
collection: AlienClaw
path: /Audio/Effects/bite.ogg
damage:
types:
Piercing: 5
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
damageModifierSet: Scale
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/pierce.ogg
collection: AlienClaw
angle: 30
animation: WeaponArcClaw
damage:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/vox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
bloodReagent: AmmoniaBlood
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/pierce.ogg
collection: AlienClaw
angle: 30
animation: WeaponArcClaw
damage:
Expand Down

0 comments on commit 0a8def1

Please sign in to comment.