Skip to content

Commit

Permalink
Merge pull request #1387 from kipdotnet/bees--2!
Browse files Browse the repository at this point in the history
Apid Courier
  • Loading branch information
mqole authored Jan 16, 2025
2 parents 35d03e2 + 42897e6 commit 667521f
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ ghost-role-information-apid-beert-description = A Beefolk emergency responder, c
ghost-role-information-apid-chef-name = Apid Chef
ghost-role-information-apid-chef-description = A Beefolk chef, called in as backup to help a crew in need.
ghost-role-information-apid-courier-name = Apid Courier
ghost-role-information-apid-courier-description = A Beefolk courier, called in as backup to help a crew in need.
ghost-role-information-apid-name = Apid
ghost-role-information-apid-description = A Beefolk worker, called in as backup to help a crew in need.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@
id: ApidChef
parent: ApidBotanist
product: ApidCryopodChef
category: cargoproduct-category-name-service
category: cargoproduct-category-name-service

- type: cargoProduct
id: ApidCourier
parent: ApidBotanist
product: ApidCryopodCourier
category: cargoproduct-category-name-cargo
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@
id: apid_chef
values:
- Baker
- Provider
- Butcher

- type: dataset
id: apid_courier
values:
- Messenger
- Carrier

- type: dataset #ANGRY BEE NOISES
id: names_apid
Expand Down
17 changes: 15 additions & 2 deletions Resources/Prototypes/_Impstation/Entities/Mobs/Player/apid.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- type: entity
name: apid
suffix: Ghostrole
id: MobApidBaseGhostrole
parent: BaseMobApid
description: Enthusiastic workers, these cute little balls of fuzz are distant relatives to moth people.
Expand Down Expand Up @@ -80,4 +79,18 @@
- type: RandomMetadata
nameSegments:
- apid_chef
- names_apid
- names_apid

- type: entity
name: apid courier
id: MobApidCourier
parent: MobApidBaseGhostrole
description: Enthusiastic workers, these cute little balls of fuzz are distant relatives to moth people.
components:
- type: Loadout
prototypes:
- StartingGearApidCourier
- type: RandomMetadata
nameSegments:
- apid_courier
- names_apid
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
noRot: true
sprite: _Impstation/Structures/apidcryopod.rsi
state: icon
- type: Fixtures #this is copied from crates so they should hopefully handle the same
- type: Fixtures
fixtures:
fix1:
shape:
Expand Down Expand Up @@ -81,7 +81,7 @@
id: ApidCryopodChef
parent: ApidCryopodBotanist
name: apid chef cryopod
suffix: Ghost role, BeeRT
suffix: Ghost role
description: A small, hexagonal cryopod containing a Beefolk chef. They might take a little bit to wake up.
components:
- type: GhostRole
Expand All @@ -92,3 +92,19 @@
settings: default
- type: GhostRoleMobSpawner
prototype: MobApidChef

- type: entity
id: ApidCryopodCourier
parent: ApidCryopodBotanist
name: apid courier cryopod
suffix: Ghost role
description: A small, hexagonal cryopod containing a Beefolk courier. They might take a little bit to wake up.
components:
- type: GhostRole
name: ghost-role-information-apid-courier-name
description: ghost-role-information-apid-courier-description
rules: ghost-role-information-crewmember-rules
raffle:
settings: default
- type: GhostRoleMobSpawner
prototype: MobApidCourier
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Impstation/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,19 @@
ears: ClothingHeadsetService
eyes: ClothingEyesHudBeer

- type: startingGear #beemail!
id: StartingGearApidCourier
equipment:
jumpsuit: ClothingUniformJumpsuitCourier
id: CourierPDA
belt: MailBag
outerClothing: ClothingOuterWinterCourier
head: ClothingHeadHatCouriersoftFlipped
pocket1: EmergencyOxygenTankFilled
pocket2: ClothingMaskBreath
ears: ClothingHeadsetCargo
#eyes:

- type: loadoutGroup
id: SalvageSpecialistJumpsuit
name: loadout-group-salvage-specialist-jumpsuit
Expand Down

0 comments on commit 667521f

Please sign in to comment.