Skip to content

Commit

Permalink
Merge PR DeltaV-Station#16 (baff shadowkins)
Browse files Browse the repository at this point in the history
Shadowkin
  • Loading branch information
EndrAnimet authored May 10, 2024
2 parents 07d0d21 + 52f6129 commit 832618d
Showing 1 changed file with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- type: damageContainer
id: Shadowkin
supportedGroups:
- Brute
- Burn
- Toxin
- Genetic
supportedTypes:
- Bloodloss

- type: entity
save: false
parent: BaseMobHuman
Expand All @@ -22,14 +32,14 @@
- type: MobThresholds
thresholds: # Weak
0: Alive
80: Critical
160: Dead
100: Critical
200: Dead
- type: SlowOnDamage
speedModifierThresholds:
48: 0.85
64: 0.65
- type: Damageable
damageContainer: Biological # Shadowkin
damageContainer: Shadowkin # Shadowkin
damageModifierSet: Shadowkin
- type: Barotrauma
damage:
Expand Down Expand Up @@ -130,7 +140,7 @@
netsync: false
noRot: true
drawdepth: Mobs
scale: 0.85, 0.85 # Small
scale: 0.8, 0.8 # Small
layers:
- map: ["enum.HumanoidVisualLayers.Chest"]
- map: ["enum.HumanoidVisualLayers.Head"]
Expand Down

0 comments on commit 832618d

Please sign in to comment.