Skip to content

Commit

Permalink
Xenobufftiem
Browse files Browse the repository at this point in the history
  • Loading branch information
Avalon-Proto committed Nov 12, 2024
1 parent aff00d9 commit a5e9db0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
35 changes: 24 additions & 11 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- type: MobThresholds
thresholds:
0: Alive
50: Dead
150: Dead
- type: SlowOnDamage
speedModifierThresholds:
25: 0.5
Expand All @@ -77,7 +77,7 @@
animation: WeaponArcBite
damage:
groups:
Brute: 6
Brute: 12
- type: DamageStateVisuals
rotate: true
states:
Expand Down Expand Up @@ -140,7 +140,7 @@
- type: MobThresholds
thresholds:
0: Alive
100: Dead
200: Dead
- type: Stamina
critThreshold: 300
- type: SlowOnDamage
Expand All @@ -157,6 +157,15 @@
- MobMask
layer:
- MobLayer
- type: MeleeWeapon
altDisarm: false
angle: 0
soundHit:
collection: AlienClaw
animation: WeaponArcBite
damage:
groups:
Brute: 20

- type: entity
name: drone
Expand All @@ -173,14 +182,14 @@
- type: MobThresholds
thresholds:
0: Alive
80: Dead
160: Dead
- type: SlowOnDamage
speedModifierThresholds:
40: 0.7
- type: MeleeWeapon
damage:
groups:
Brute: 6
Brute: 10
- type: MovementSpeedModifier
baseSprintSpeed: 4
- type: Fixtures
Expand Down Expand Up @@ -210,15 +219,15 @@
- type: MobThresholds
thresholds:
0: Alive
300: Dead
600: Dead
- type: SlowOnDamage
speedModifierThresholds:
150: 0.7
- type: MovementSpeedModifier
- type: MeleeWeapon
damage:
groups:
Brute: 12
Brute: 30
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -249,13 +258,13 @@
- type: MobThresholds
thresholds:
0: Alive
100: Dead
200: Dead
- type: MovementSpeedModifier
baseSprintSpeed: 4
- type: MeleeWeapon
damage:
groups:
Brute: 10
Brute: 20
- type: SlowOnDamage
speedModifierThresholds:
50: 0.7
Expand Down Expand Up @@ -288,7 +297,7 @@
- type: MeleeWeapon
damage:
groups:
Brute: 5
Brute: 8
- type: Fixtures
fixtures:
fix1:
Expand All @@ -300,6 +309,10 @@
- MobMask
layer:
- MobLayer
- type: MobThresholds
thresholds:
0: Alive
150: Dead

- type: entity
name: rouny
Expand Down Expand Up @@ -331,7 +344,7 @@
- type: MobThresholds
thresholds:
0: Alive
50: Dead
100: Dead
- type: SlowOnDamage
speedModifierThresholds:
25: 0.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
- type: Projectile
damage:
types:
Caustic: 5
Caustic: 13
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/xeno_toxic.rsi
layers:
Expand Down

0 comments on commit a5e9db0

Please sign in to comment.