Skip to content

Commit

Permalink
Update xenopet.yml
Browse files Browse the repository at this point in the history
merge of rouny's with spacefriend base as well as setting up for moving puller over to the base xeno
  • Loading branch information
fenndragon authored Aug 27, 2024
1 parent 1e26797 commit 546ed6f
Showing 1 changed file with 5 additions and 27 deletions.
32 changes: 5 additions & 27 deletions Resources/Prototypes/Floof/Entities/Mobs/NPCs/xenopet.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- type: entity
name: basic
id: MobSpaceFriend
name: Neutral Rouny
id: MobXenoNeutralRouny
parent: MobXenoRounyNPC
description: It looks friendly. Why don't you give it a hug?
description: They mostly come at night. Mostly.
components:
- type: NpcFactionMember
factions:
- PetsNT
- Passive
- type: MovementAlwaysTouching
- type: MeleeWeapon
soundHit:
Expand All @@ -17,19 +17,7 @@
types:
Blunt: 5
Slash: 5
- type: Puller
needsHands: false
- type: GhostTakeoverAvailable

- type: entity
name: Neutral Rouny
id: MobXenoNeutralRouny
parent: MobSpaceFriend
description: They mostly come at night. Mostly.
components:
- type: NpcFactionMember
factions:
- Passive
- type: LanguageKnowledge
speaks:
- Xeno
Expand All @@ -46,8 +34,6 @@
- type: NpcFactionMember
factions:
- Passive
- type: Puller
needsHands: false
- type: LanguageKnowledge
speaks:
- Xeno
Expand Down Expand Up @@ -101,7 +87,7 @@

- type: entity
name: Friend-Shaped
parent: MobSpaceFriend
parent: MobXenoNeutralRouny
id: MobXenoFriendShaped
description: A very clearly friend-shaped Xeno.
components:
Expand All @@ -114,8 +100,6 @@
scale: 0.7, 0.7
- type: Inventory
templateId: friendxeno
- type: Puller
needsHands: false
- type: IdExaminable
- type: InventorySlots
- type: Strippable
Expand Down Expand Up @@ -190,8 +174,6 @@
- PetsNT
- type: Inventory
templateId: friendxeno
- type: Puller
needsHands: false
- type: IdExaminable
- type: InventorySlots
- type: Strippable
Expand Down Expand Up @@ -222,8 +204,6 @@
- PetsNT
- type: Inventory
templateId: friendxeno
- type: Puller
needsHands: false
- type: IdExaminable
- type: InventorySlots
- type: Strippable
Expand Down Expand Up @@ -275,8 +255,6 @@
Base: subject7355_dead
- type: Inventory
templateId: friendxeno
- type: Puller
needsHands: false
- type: IdExaminable
- type: InventorySlots
- type: Strippable
Expand Down

0 comments on commit 546ed6f

Please sign in to comment.