Skip to content

Commit

Permalink
Merge pull request #132 from fenndragon/friend-shaped
Browse files Browse the repository at this point in the history
Friend Shaped
  • Loading branch information
Memeji authored Aug 24, 2024
2 parents 2fbea60 + ee19a3e commit e0ee75d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
27 changes: 18 additions & 9 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,18 @@
layer:
- MobLayer
- type: MobState
allowedStates:
- Alive
- Dead
- type: Deathgasp
- type: MobStateActions
actions:
Critical:
- ActionCritSuccumb
- ActionCritFakeDeath
- ActionCritLastWords
- type: MobThresholds
thresholds:
0: Alive
50: Dead
50: Critical
100: Dead
- type: SlowOnDamage
speedModifierThresholds:
25: 0.5
Expand Down Expand Up @@ -144,7 +149,8 @@
- type: MobThresholds
thresholds:
0: Alive
100: Dead
100: Critical
150: Dead
- type: Stamina
critThreshold: 300
- type: SlowOnDamage
Expand Down Expand Up @@ -177,7 +183,8 @@
- type: MobThresholds
thresholds:
0: Alive
80: Dead
80: Critical
130: Dead
- type: SlowOnDamage
speedModifierThresholds:
40: 0.7
Expand Down Expand Up @@ -214,7 +221,8 @@
- type: MobThresholds
thresholds:
0: Alive
300: Dead
300: Critical
350: Dead
- type: SlowOnDamage
speedModifierThresholds:
150: 0.7
Expand Down Expand Up @@ -260,7 +268,8 @@
- type: MobThresholds
thresholds:
0: Alive
100: Dead
100: Critical
150: Dead
- type: MovementSpeedModifier
baseSprintSpeed: 4
- type: MeleeWeapon
Expand Down Expand Up @@ -299,7 +308,7 @@
- type: MeleeWeapon
damage:
groups:
Brute: 5
Brute: 10
- type: Fixtures
fixtures:
fix1:
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Floof/Entities/Mobs/NPCs/Xeno.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
name: Friendshaped
parent: MobXenoRounyNPC
id: MobFriendshapedNPC
components:
- type: NpcFactionMember
factions:
- PetsNT
Binary file modified Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0ee75d

Please sign in to comment.