Skip to content

Commit

Permalink
Merge pull request #626 from AirFryerBuyOneGetOneFree/CargorillaID
Browse files Browse the repository at this point in the history
Cargorilla headset and ID card
  • Loading branch information
TGRCdev authored Nov 6, 2024
2 parents 84558fc + 0a46a44 commit 748a303
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
name: cargorilla
parent: [ SimpleMobBase, MobCombat ]
parent: [ SimpleMobBase, MobCombat, StripableInventoryBase ]
id: MobCargorilla
description: A well trained gorilla working in Cargo, try not to piss it off.
components:
Expand All @@ -21,8 +21,21 @@
state: crawling
sprite: _Impstation/Mobs/Animals/cargorilla.rsi
- type: Physics
- type: InventorySlots
- type: Strippable
- type: UserInterface
- type: IdExaminable
- type: Inventory
speciesId: cargorilla
templateId: cargorilla
- type: Loadout
prototypes: [ MobCargorillaGear ]
- type: RandomMetadata
nameSegments: [names_cargorilla]
- type: Grammar
attributes:
proper: true
gender: male
- type: BodyEmotes
soundsId: Gorilla
- type: InteractionPopup
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: IDCardStandard
id: CargorillaIDCard
name: cargorilla ID card
components:
- type: Sprite
layers:
- state: default
- state: idcargotechnician
- type: PresetIdCard
job: CargoTechnician
name: Cargorilla
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: inventoryTemplate
id: cargorilla
slots:
- name: id
slotTexture: id
slotFlags: IDCARD
stripTime: 6
uiWindowPos: 0,1
strippingWindowPos: 2,4
displayName: ID
- name: ears
slotTexture: ears
slotFlags: EARS
stripTime: 3
uiWindowPos: 2,2
strippingWindowPos: 2,0
displayName: Ears
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- type: startingGear
id: MobCargorillaGear
equipment:
ears: ClothingHeadsetCargo
id: CargorillaIDCard

0 comments on commit 748a303

Please sign in to comment.