Skip to content

Commit

Permalink
arachne damage mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndomen committed Jan 30, 2025
1 parent a2c3067 commit f0fe39f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Resources/Prototypes/_DV/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@
Cold: 1.1
Shock: 1.15
Radiation: 0.2

- type: damageModifierSet
id: Arachne
coefficients:
Cold: 0.5
Blunt: 0.9
Slash: 0.8
Piercing: 0.8
Heat: 1.25
Radiation: 1.25
flatReductions:
Cold: 3
13 changes: 10 additions & 3 deletions Resources/Prototypes/_DV/Entities/Mobs/Species/arachne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@
requiredLegs: 8
- type: Speech
speechSounds: Alto
- type: Damageable
damageContainer: Biological
damageModifierSet: Arachne
- type: MeleeWeapon
animation: WeaponArcBite
soundHit:
path: /Audio/Effects/bite.ogg
damage:
types:
Piercing: 5
- type: Inventory
templateId: arachne
displacements:
Expand Down Expand Up @@ -131,9 +141,6 @@
types:
Blunt: 0.05 #per second, scales with pressure and other constants. Reduced Damage. This allows medicine to heal faster than damage.
- type: MovementAlwaysTouching
- type: MovementSpeedModifier
baseWalkSpeed : 3.0
baseSprintSpeed : 5.0
- type: FireVisuals
sprite: Mobs/Effects/onfire.rsi
normalState: Generic_mob_burning
Expand Down

0 comments on commit f0fe39f

Please sign in to comment.