Skip to content

Commit

Permalink
Mobster stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffiestFloof committed Feb 19, 2024
1 parent b0c9f56 commit 2886682
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@
parent: ClothingBackpackSatchelLeather
id: ClothingBackpackMafiaFilled
suffix: Filled, Mafia
# components:
# - type: StorageFill
# contents:
# - id: BoxSurvival
# amount: 1
# - id: ClothingOuterArmorBasic
# amount: 1
## - id: WeaponSubMachineGunTypewriter # That dont fit >:(
## amount: 1
# - id: WeaponPistolViperWood
# amount: 1
## - id: MagazinePistol # Ammo is too expensive nowadays (it causes test fails)
## amount: 1
## - id: BaseBallBat # THIS BAT IS TOO DAMN BIG!
## amount: 1
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: WeaponSubMachineGunTypewriter
- id: WeaponPistolViperWood
- id: MagazinePistol
- id: BaseBallBat

- type: entity
noSpawn: true
Expand Down
67 changes: 65 additions & 2 deletions Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,72 @@
state: full
- type: RandomHumanoidSpawner
settings: SyndicateListener

- type: randomHumanoidSettings
id: SyndicateListener
components:
- type: Loadout
prototypes: [SyndicateListenerGear]
prototypes: [SyndicateListenerGear]

# Mobsters

- type: entity
id: RandomHumanoidSpawnerMobster
name: mobster
components:
- type: Sprite
netsync: false
sprite: Markers/jobs.rsi
state: mobster
- type: RandomMetadata
nameSegments:
- fake_human_first
- names_last
- type: RandomHumanoidSpawner
settings: Mobster

- type: randomHumanoidSettings
id: Mobster
randomizeName: false
components:
- type: GhostRole
name: Mobster
description: Break kneecaps, spray lead, keep your mouth shut.
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ MobsterGear ]
- type: RandomMetadata
nameSegments:
- fake_human_first
- names_last

- type: entity
id: RandomHumanoidSpawnerMobsterAlt
name: mobster
suffix: alt
components:
- type: Sprite
netsync: false
sprite: Markers/jobs.rsi
state: mobster
- type: RandomMetadata
nameSegments:
- fake_human_first
- names_last
- type: RandomHumanoidSpawner
settings: MobsterAlt

- type: randomHumanoidSettings
id: MobsterAlt
randomizeName: false
components:
- type: GhostRole
name: Mobster
description: Break kneecaps, spray lead, keep your mouth shut.
- type: GhostTakeoverAvailable
- type: Loadout
prototypes: [ MobsterGearAlt ]
- type: RandomMetadata
nameSegments:
- fake_human_first
- names_last
34 changes: 33 additions & 1 deletion Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
pocket2: GlowstickBase

#Syndicate Pirate Radio Listener

- type: startingGear
id: SyndicateListenerGear
equipment:
Expand All @@ -63,4 +64,35 @@
gloves: ClothingHandsGlovesCombat
shoes: ClothingShoesSlippers
id: SyndiPDA
innerClothingSkirt: ClothingUniformJumpsuitPyjamaSyndicatePink
innerClothingSkirt: ClothingUniformJumpsuitPyjamaSyndicatePink

# Mobsters

- type: startingGear
id: MobsterGear
equipment:
jumpsuit: ClothingUniformJumpsuitSuitBlackMob
back: ClothingBackpackMafiaFilled
head: ClothingHeadHatFedoraBlack
shoes: ClothingShoesBootsLaceup
neck: ClothingNeckTieBlack
id: PassengerPDA
belt: ClothingBeltHolster
innerclothingskirt: ClothingUniformJumpsuitSuitBlackMob
satchel: ClothingBackpackMafiaFilled
duffelbag: ClothingBackpackMafiaFilled

- type: startingGear
id: MobsterGearAlt
equipment:
jumpsuit: ClothingUniformJumpsuitSuitBrown
back: ClothingBackpackMafiaFilled
head: ClothingHeadHatFlatBrown
shoes: ClothingShoesLeather
neck: ClothingNeckTieBrown
id: PassengerPDA
belt: ClothingBeltSuspendersBlack
pocket1: CombatKnife
innerclothingskirt: ClothingUniformJumpsuitSuitBrown
satchel: ClothingBackpackMafiaFilled
duffelbag: ClothingBackpackMafiaFilled

0 comments on commit 2886682

Please sign in to comment.