Skip to content

Commit

Permalink
Balance changes. (#449)
Browse files Browse the repository at this point in the history
* Hop, cap

* Belts and stuff

* Update heads.yml

* Update head_of_personnel.yml

* Fix
  • Loading branch information
dvir001 authored Oct 20, 2023
1 parent 5e6ed43 commit 4a879f7
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
- id: BoxSurvival
- id: Flash
#- id: TelescopicBaton
- id: RubberStampHop
- id: DoorRemoteService
- id: AccessConfigurator
- id: PhoneInstrument

- type: entity
noSpawn: true
Expand Down Expand Up @@ -126,6 +130,8 @@
- id: BoxSurvivalSecurity
- id: Flash
- id: MagazinePistol
- id: RubberStampHos
- id: DoorRemoteSecurity

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
- id: BoxSurvival
- id: Flash
#- id: TelescopicBaton
- id: RubberStampHop
- id: DoorRemoteService
- id: AccessConfigurator
- id: PhoneInstrument

- type: entity
noSpawn: true
Expand Down Expand Up @@ -135,6 +139,8 @@
- id: BoxSurvivalSecurity
- id: Flash
- id: MagazinePistol
- id: RubberStampHos
- id: DoorRemoteSecurity

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
- id: BoxSurvival
- id: Flash
#- id: TelescopicBaton
- id: RubberStampHop
- id: DoorRemoteService
- id: AccessConfigurator
- id: PhoneInstrument

- type: entity
noSpawn: true
Expand Down Expand Up @@ -149,6 +153,8 @@
- id: BoxSurvivalSecurity
- id: Flash
- id: MagazinePistol
- id: RubberStampHos
- id: DoorRemoteSecurity

- type: entity
noSpawn: true
Expand Down
15 changes: 7 additions & 8 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,15 @@
prob: 0.25
# Fuck the HoP they don't deserve fucking cigars.
# Yes they do fuck you.
- id: DoorRemoteService
# - id: DoorRemoteService
- id: ClothingNeckGoldmedal
- id: RubberStampHop
# - id: RubberStampHop
- id: BoxEncryptionKeyPassenger
- id: BoxEncryptionKeyService
- id: ClothingBackpackIan
# prob: 0.5
- id: AccessConfigurator
# - id: AccessConfigurator
- id: MedalCase
- id: PhoneInstrument
# - id: JetpackCaptainFilled #TODO replace with new item!
# - id: ClothingBeltSheathFilled #TODO replace with new item!
# - id: ClothingHandsGlovesCaptain #TODO replace with new item!
Expand Down Expand Up @@ -321,10 +320,10 @@
- id: ClothingShoesBootsJack
- id: CigarGoldCase
prob: 0.50
- id: DoorRemoteSecurity
# - id: DoorRemoteSecurity
- id: ClothingUniformJumpskirtHosFormal
- id: ClothingUniformJumpsuitHosFormal
- id: RubberStampHos
# - id: RubberStampHos
- id: SecurityTechFabCircuitboard
- id: JetpackSecurityFilled
- id: BoxEncryptionKeySecurity
Expand Down Expand Up @@ -352,10 +351,10 @@
- id: ClothingShoesBootsJack
- id: CigarGoldCase
prob: 0.50
- id: DoorRemoteSecurity
# - id: DoorRemoteSecurity
- id: ClothingUniformJumpskirtHosFormal
- id: ClothingUniformJumpsuitHosFormal
- id: RubberStampHos
# - id: RubberStampHos
- id: SecurityTechFabCircuitboard
- id: BoxEncryptionKeySecurity
- id: HoloprojectorSecurity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
materialComposition:
Cloth: 50
- type: StaticPrice
price: 25
price: 20

- type: entity
abstract: true
parent: ClothingBeltBase
id: ClothingBeltStorageBase
components:
- type: Storage
capacity: 40
capacity: 45
- type: ContainerContainer
containers:
storagebase: !type:Container
Expand Down
21 changes: 12 additions & 9 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@
joinNotifyCrew: true
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
- !type:AddComponentSpecial
components:
- type: CommandStaff
access:
- Captain # Just making sure in the case of any error that this role cannot be used for any bad doing.
# accessGroups:
# - AllAccess
# special:
# - !type:AddImplantSpecial
# implants: [ MindShieldImplant ]
# - !type:AddComponentSpecial
# components:
# - type: CommandStaff

- type: startingGear
id: CaptainGear
Expand All @@ -49,7 +51,8 @@
gloves: ClothingHandsGlovesCaptain
outerClothing: ClothingOuterArmorCaptainCarapace
id: CaptainPDA
ears: ClothingHeadsetAltCommand
# ears: ClothingHeadsetAltCommand
ears: ClothingHeadsetGrey
innerClothingSkirt: ClothingUniformJumpskirtCaptain
satchel: ClothingBackpackSatchelCaptainFilled
duffelbag: ClothingBackpackDuffelCaptainFilled
7 changes: 7 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
- Cargo
- Atmospherics
- Medical
- EmergencyShuttleRepealAll
- Captain
- ChiefEngineer
- ChiefMedicalOfficer
# - HeadOfSecurity Whitelist for sheriff only.
- ResearchDirector
- Armory
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant, TrackingImplant ]
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/_NF/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
sprite: _NF/Clothing/Belt/arcadia-webbing.rsi
- type: Clothing
sprite: _NF/Clothing/Belt/arcadia-webbing.rsi
- type: Storage
capacity: 60

0 comments on commit 4a879f7

Please sign in to comment.