Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault Ghoul Ban #686

Closed
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
name: job-name-overseer
description: job-description-overseer
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterDepartmentTimeRequirement
department: Vault
min: 36000 # 10 hours
Expand All @@ -23,11 +26,6 @@
- type: NpcFactionMember
factions:
- Vault
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: Ghoul
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing

- type: startingGear
id: OverseerGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: VaultDoctor
name: job-name-vault-doctor
description: job-description-vault-doctor
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
playTimeTracker: VaultDoctor
startingGear: VaultDoctorGear
alwaysUseSpawner: true
Expand All @@ -17,11 +21,7 @@
factions:
- Vault
- type: CPRTraining
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: Ghoul
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing


- type: startingGear
id: VaultDoctorGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: VaultDweller
name: job-name-vault-dweller
description: job-description-vault-dweller
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
playTimeTracker: VaultDweller
startingGear: VaultDwellerGear
alwaysUseSpawner: true
Expand All @@ -15,11 +19,6 @@
- type: NpcFactionMember
factions:
- Vault
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: Ghoul
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing

- type: startingGear
id: VaultDwellerGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: VaultEngineer
name: job-name-vault-engineer
description: job-description-vault-engineer
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
playTimeTracker: VaultEngineer
startingGear: VaultEngineerGear
alwaysUseSpawner: true
Expand All @@ -16,11 +20,9 @@
- type: NpcFactionMember
factions:
- Vault
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: Ghoul
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing
- !type:CharacterSpeciesRequirement
species:
- Human

- type: startingGear
id: VaultEngineerGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
description: job-description-vault-security
playTimeTracker: VaultSecurity
requirements:
- !type:CharacterSpeciesRequirement
species:
- Human
- !type:CharacterDepartmentTimeRequirement
department: Vault
min: 7200 # 2 hours
Expand All @@ -21,11 +24,6 @@
- type: NpcFactionMember
factions:
- Vault
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: Ghoul
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing

- type: startingGear
id: VaultSecurityGear
Expand Down
Loading