Skip to content

Commit

Permalink
Height changes (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hqlle authored Nov 16, 2024
1 parent da40c7b commit 26ead38
Show file tree
Hide file tree
Showing 19 changed files with 66 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-brigmedic
playTimeTracker: JobBrigmedic
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:DepartmentTimeRequirement
department: Medical
min: 21600 # 6 hrs
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/DeltaV/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
maleFirstNames: names_vulpkanin_male
femaleFirstNames: names_vulpkanin_female
lastNames: names_vulpkanin_last
minHeight: 0.75
defaultHeight: 0.85
maxHeight: 1.1
minWidth: 0.65
defaultWidth: 0.85
maxWidth: 1.15

- type: speciesBaseSprites
id: MobVulpkaninSprites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-guard
playTimeTracker: JobPrisonGuard
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterOverallTimeRequirement
min: 18000
- !type:DepartmentTimeRequirement
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-captain
playTimeTracker: JobCaptain
requirements:
- !type:CharacterHeightRequirement
min: 150
- !type:CharacterAgeRequirement
min: 25
max: 80
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-detective
playTimeTracker: JobDetective
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 36000 # DeltaV - 10 hours
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-hos
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterPlaytimeRequirement
tracker: JobWarden
min: 14400 #DeltaV 4 hrs
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-cadet
playTimeTracker: JobSecurityCadet
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterOverallTimeRequirement
min: 14400 # DeltaV - 4 hours
# - !type:DepartmentTimeRequirement # Lost Paradise - return time limit
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/security_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-security
playTimeTracker: JobSecurityOfficer
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 14400 # DeltaV - 4 hours
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/senior_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
playTimeTracker: JobSeniorOfficer
setPreference: false # DeltaV - Disable Senior Roles round start selection
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterPlaytimeRequirement
tracker: JobWarden
min: 21600 #6 hrs
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-warden
playTimeTracker: JobWarden
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterPlaytimeRequirement # DeltaV - JobSecurityOfficer time requirement. Make them experienced in proper officer work.
tracker: JobSecurityOfficer
min: 43200 # DeltaV - 12 hrs
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
lastNames: names_arachnid_last
sexes:
- Unsexed
minHeight: 0.9
defaultHeight: 1
maxHeight: 1.45
minWidth: 0.80
defaultWidth: 1
maxWidth: 1.5

- type: speciesBaseSprites
id: MobArachnidSprites
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
markingLimits: MobHumanMarkingLimits
dollPrototype: MobHumanDummy
skinColoration: HumanToned
minHeight: 0.8
defaultHeight: 1
maxHeight: 1.25
minWidth: 0.7
defaultWidth: 1
maxWidth: 1.25

# The lack of a layer means that
# this person cannot have round-start anything
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
maleFirstNames: names_moth_first_male
femaleFirstNames: names_moth_first_female
lastNames: names_moth_last
minHeight: 0.8
defaultHeight: 0.9
maxHeight: 1.3
minWidth: 0.70
defaultWidth: 0.9
maxWidth: 1.35

- type: speciesBaseSprites
id: MobMothSprites
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
maleFirstNames: names_reptilian_male
femaleFirstNames: names_reptilian_female
naming: FirstDashFirst
minHeight: 0.7
defaultHeight: 0.95
maxHeight: 1.25
minWidth: 0.65
defaultWidth: 0.95
maxWidth: 1.3
minHeight: 0.8
defaultHeight: 1.15
maxHeight: 1.35
minWidth: 0.70
defaultWidth: 1.15
maxWidth: 1.40

- type: speciesBaseSprites
id: MobReptilianSprites
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
markingLimits: MobSlimeMarkingLimits
dollPrototype: MobSlimePersonDummy
skinColoration: Hues
minHeight: 0.7
defaultHeight: 0.8
maxHeight: 1.1
minWidth: 0.65
defaultWidth: 0.7
maxWidth: 1.15

- type: speciesBaseSprites
id: MobSlimeSprites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
maleFirstNames: firstMaleTajaran
femaleFirstNames: firstFemaleTajaran
lastNames: TajaranLast
minHeight: 0.7
defaultHeight: 0.8
maxHeight: 1
minWidth: 0.60
defaultWidth: 0.8
maxWidth: 1.05

- type: speciesBaseSprites
id: MobTajaranSprites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-blueshieldofficer
playTimeTracker: JobBlueShieldOfficer
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterAgeRequirement
min: 25
max: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-security-enginer
playTimeTracker: LPPJobSecurityEnginer
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 36000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description: job-description-secpilot
playTimeTracker: JobPilot
requirements:
- !type:CharacterHeightRequirement
min: 160
- !type:CharacterPlaytimeRequirement
tracker: JobSecurityOfficer
min: 14400 # 4 hrs
Expand Down

0 comments on commit 26ead38

Please sign in to comment.