Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror: Small species melee weapon change #228

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1359,12 +1359,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 @@ -51,7 +51,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 @@ -41,7 +41,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 @@ -41,7 +41,7 @@
bloodReagent: AmmoniaBlood
- type: MeleeWeapon
soundHit:
path: /Audio/Weapons/pierce.ogg
collection: AlienClaw
angle: 30
animation: WeaponArcClaw
damage:
Expand Down
Loading