Skip to content

Commit

Permalink
выполняем требования ревввью
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratyyy committed Jul 17, 2024
1 parent 6fc2293 commit b68803e
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 88 deletions.
10 changes: 0 additions & 10 deletions Resources/Prototypes/ADT/Entities/Objects/Specific/uplink_ERT.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
- type: storeCategory
id: ADTUplinkERTWeapon
name: вооружение
priority: 1

- type: storeCategory
id: ADTUplinkERTMisc
name: прочее
priority: 2

- type: entity
id: ADTStorePresetUplinkERT
abstract: true
Expand Down
153 changes: 75 additions & 78 deletions Resources/Prototypes/ADT/Roles/Jobs/Fun/emergenctresponceteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@
- BoxZiptie
- CrowbarRed

- type: job
id: ERTLeader
name: job-name-ertleader
description: job-description-ertleader
playTimeTracker: JobERTLeader
setPreference: false
startingGear: ADTERTLeaderGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: startingGear
id: ADTERTLeaderGearEVARiot
equipment:
Expand Down Expand Up @@ -125,6 +140,21 @@
- SheetGlass
- GasAnalyzer

- type: job
id: ERTEngineer
name: job-name-ertengineer
description: job-description-ertengineer
playTimeTracker: JobERTEngineer
setPreference: false
startingGear: ADTERTEngineerGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: startingGear
id: ADTERTEngineerGearEVARiot
equipment:
Expand Down Expand Up @@ -200,6 +230,21 @@
- BoxZiptie
- CrowbarRed

- type: job
id: ERTSecurity
name: job-name-ertsecurity
description: job-description-ertsecurity
playTimeTracker: JobERTSecurity
setPreference: false
startingGear: ADTERTEngineerGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: startingGear
id: ADTERTSecurityGearEVARiot
equipment:
Expand Down Expand Up @@ -277,6 +322,21 @@
- EpinephrineChemistryBottle
- EpinephrineChemistryBottle

- type: job
id: ERTMedical
name: job-name-ertmedic
description: job-description-ertmedic
playTimeTracker: JobERTMedical
setPreference: false
startingGear: ADTERTMedicalGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: startingGear
id: ADTERTMedicalGearEVARiot
equipment:
Expand Down Expand Up @@ -353,6 +413,21 @@
- CrowbarRed
- AdvMopItem

- type: job
id: ERTJanitor
name: job-name-ertjanitor
description: job-description-ertjanitor
playTimeTracker: JobERTJanitor
setPreference: false
startingGear: ADTERTJanitorGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: startingGear
id: ADTERTJanitorGearEVARiot
equipment:
Expand All @@ -376,81 +451,3 @@
- Soap
- CrowbarRed
- AdvMopItem

#ertkibs

- type: job
id: ERTLeader
name: job-name-ertleader
description: job-description-ertleader
playTimeTracker: JobERTLeader
setPreference: false
startingGear: ADTERTLeaderGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand


- type: job
id: ERTEngineer
name: job-name-ertengineer
description: job-description-ertengineer
playTimeTracker: JobERTEngineer
setPreference: false
startingGear: ADTERTEngineerGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: job
id: ERTSecurity
name: job-name-ertsecurity
description: job-description-ertsecurity
playTimeTracker: JobERTSecurity
setPreference: false
startingGear: ADTERTEngineerGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: job
id: ERTMedical
name: job-name-ertmedic
description: job-description-ertmedic
playTimeTracker: JobERTMedical
setPreference: false
startingGear: ADTERTMedicalGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand

- type: job
id: ERTJanitor
name: job-name-ertjanitor
description: job-description-ertjanitor
playTimeTracker: JobERTJanitor
setPreference: false
startingGear: ADTERTJanitorGearEVA
icon: "JobIconNanotrasen"
supervisors: job-supervisors-centcom
canBeAntag: false
accessGroups:
- AllAccess
access:
- CentralCommand
9 changes: 9 additions & 0 deletions Resources/Prototypes/ADT/Store/categories.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: storeCategory
id: ADTUplinkERTWeapon
name: вооружение
priority: 1

- type: storeCategory
id: ADTUplinkERTMisc
name: прочее
priority: 2

0 comments on commit b68803e

Please sign in to comment.