Skip to content

Commit

Permalink
NERF WISPS (#1384)
Browse files Browse the repository at this point in the history
# Description

THESE GUYS CAN AND DID SOLO ENTIRE STATIONS, WHAT THE HELL?

# Changelog

:cl:
- tweak: NERFED WISPS, A LOT.
  • Loading branch information
VMSolidus authored Dec 30, 2024
1 parent 7b36740 commit 8d9f169
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions Resources/Prototypes/Entities/Mobs/NPCs/glimmer_creatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
- type: MobThresholds
thresholds:
0: Alive
300: Dead
50: Dead
- type: Destructible
thresholds:
- trigger:
Expand All @@ -114,17 +114,17 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Damageable
damageContainer: Spirit
damageContainer: CorporealSpirit
damageModifierSet: CorporealSpirit
- type: DamageOnDispel
damage:
types:
Heat: 100
- type: SlowOnDamage
speedModifierThresholds:
150: 0.8
200: 0.6
250: 0.3
10: 0.8
20: 0.6
30: 0.3
- type: StatusEffects
allowed:
- Stun
Expand All @@ -133,13 +133,15 @@
- Pacified
# combat
- type: Gun
fireRate: 0.7
fireRate: 0.4
soundGunshot:
collection: MagicMissile
showExamineText: false
selectedMode: SemiAuto
availableModes:
- SemiAuto
minAngle: 0.17453
maxAngle: 0.52359
- type: HitscanBatteryAmmoProvider
proto: WispLash
fireCost: 1
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Nyanotrasen/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
id: CorporealSpirit
coefficients:
Cold: 0.0
Shock: 0.5
Shock: 1.5
Blunt: 0.5
Slash: 0.5
Piercing: 0.5
Heat: 1.5
Holy: 3.0
Holy: 5.0

- type: damageModifierSet
id: ShockAbsorber
Expand Down

0 comments on commit 8d9f169

Please sign in to comment.