Skip to content

Commit

Permalink
Merge pull request #1616 from Darkmajia/dino-wars-fixes
Browse files Browse the repository at this point in the history
dino wars: back 4 more
  • Loading branch information
kipdotnet authored Feb 8, 2025
2 parents fa53d01 + 384823d commit ef64bc9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
sprite: _Impstation/Clothing/OuterClothing/Hardsuits/dinosuit.rsi
- type: Clothing
sprite: _Impstation/Clothing/OuterClothing/Hardsuits/dinosuit.rsi
# deathsquad hardsuit stats. fuck it
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
Expand All @@ -128,8 +127,8 @@
Caustic: 0.1
Radiation: 0.1
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.0
walkModifier: 0.8
sprintModifier: 0.8
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepThud
Expand Down
17 changes: 11 additions & 6 deletions Resources/Prototypes/_Impstation/Entities/Mobs/NPCs/dino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -829,31 +829,36 @@
animation: WeaponArcClaw
wideAnimation: WeaponArcClaw
altDisarm: false
autoAttack: true
attackRate: 4
angle: 45
range: 1
range: 1.5
soundHit:
collection: AlienClaw
damage:
types:
Slash: 6
Structural: 6
Blunt: 3
Slash: 5
Structural: 8
- type: Devourer
foodPreference: Humanoid
shouldStoreDevoured: true
chemical: DinoBlood
healRate: 15.0
healRate: 10
whitelist:
components:
- MobState
- Door
tags:
- Wall
- type: Stamina
critThreshold: 200
stunTime: 3
- type: FlashImmunity
- type: GhostRole
allowMovement: true
makeSentient: true
name: ghost-role-information-dino-commander-name
description: ghost-role-information-dino-commander-description
rules: ghost-role-information-rules-team-antagonist
mindRoles:
- MindRoleGhostRoleTeamAntagonist
- type: GhostTakeoverAvailable

0 comments on commit ef64bc9

Please sign in to comment.