Skip to content

Commit

Permalink
дельта, лоупол трейн, нет мидраунд зомби, изменения в секрете, фиксы …
Browse files Browse the repository at this point in the history
…текстур
  • Loading branch information
Ratyyy committed Aug 19, 2024
1 parent 53287b4 commit d617e5f
Show file tree
Hide file tree
Showing 81 changed files with 269,693 additions and 46 deletions.
269,574 changes: 269,574 additions & 0 deletions Resources/Maps/ADTMaps/Stations/adt_delta.yml

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Resources/Prototypes/ADT/Maps/ADTMaps/adt_delta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
- type: gameMap
id: ADT_Delta
mapName: 'Delta Station'
mapPath: /Maps/ADTmaps/stations/adt_delta.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 40
stations:
Delta:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Дельта {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_corvaxdelta.yml
- type: StationJobs
availableJobs:
Borg: [ 2, 3 ]
Boxer: [ 2, 2 ]
Pilot: [ 1, 1 ]
CargoTechnician: [ 4, 4 ]
Passenger: [ -1, -1 ]
Bartender: [ 1, 1 ]
Botanist: [ 3, 4 ]
Chef: [ 1, 2 ]
Clown: [ 1, 1 ]
Janitor: [ 1, 2 ]
Mime: [ 1, 1 ]
Zookeeper: [ 1, 1 ]
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 5, 5 ]
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 5, 5 ]
Chemist: [ 2, 2 ]
ResearchDirector: [ 1, 1 ]
Scientist: [ 6, 6 ]
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 6, 6 ]
Chaplain: [ 1, 1 ]
Warden: [ 1, 1 ]
Librarian: [ 1, 1 ]
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
Musician: [ 2, 2 ]
AtmosphericTechnician: [ 2, 3 ]
TechnicalAssistant: [ 3, 3 ]
ResearchAssistant: [ 3, 3 ]
Reporter: [ 2, 2 ]
MedicalIntern: [ 3, 3 ]
ServiceWorker: [ 3, 3 ]
SecurityCadet: [ 3, 3 ]
Psychologist: [ 1, 1 ]
Detective: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Magistrat: [ 1, 1 ] #ADT-Roles
ADTRoboticist: [ 1, 2 ] #ADT-Roles
ADTPathologist: [ 1, 1 ] #ADT-Roles
ADTBlueShieldOfficer: [ 1, 1 ] #ADT-Roles
- type: StationGoal
goals:
- Shuttle
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- XenobiologyRepair
- VirusologyAmbusol
4 changes: 2 additions & 2 deletions Resources/Prototypes/ADT/Maps/ADTMaps/adt_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
mapPath: /Maps/ADTMaps/Stations/adt_train.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 10
maxPlayers: 50
minPlayers: 0
maxPlayers: 30
stations:
ADT_Train:
stationProto: StandardNanotrasenStation
Expand Down
76 changes: 38 additions & 38 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,44 +429,44 @@
- id: MobClownSpider
prob: 0.05

- type: entity
id: ZombieOutbreak
parent: BaseGameRule
components:
- type: StationEvent
earliestStart: 50
minimumPlayers: 30
weight: 2
duration: 1
- type: ZombieRule
- type: AntagSelection
definitions:
- prefRoles: [ InitialInfected ]
max: 3
playerRatio: 10
blacklist:
components:
- ZombieImmune
- AntagImmune
briefing:
text: zombie-patientzero-role-greeting
color: Plum
sound: "/Audio/Ambience/Antag/zombie_start.ogg"
components:
- type: PendingZombie #less time to prepare than normal
minInitialInfectedGrace: 300
maxInitialInfectedGrace: 450
- type: ZombifyOnDeath
- type: IncurableZombie
- type: InitialInfected
# Corvax-Не знаю какой тег, морти поправь
- type: NpcFactionMember
addFriendlyFactions:
- Zombie
# Corvax
mindComponents:
- type: InitialInfectedRole
prototype: InitialInfected
# - type: entity
# id: ZombieOutbreak
# parent: BaseGameRule
# components:
# - type: StationEvent
# earliestStart: 50
# minimumPlayers: 30
# weight: 2
# duration: 1
# - type: ZombieRule
# - type: AntagSelection
# definitions:
# - prefRoles: [ InitialInfected ]
# max: 3
# playerRatio: 10
# blacklist:
# components:
# - ZombieImmune
# - AntagImmune
# briefing:
# text: zombie-patientzero-role-greeting
# color: Plum
# sound: "/Audio/Ambience/Antag/zombie_start.ogg"
# components:
# - type: PendingZombie #less time to prepare than normal
# minInitialInfectedGrace: 300
# maxInitialInfectedGrace: 450
# - type: ZombifyOnDeath
# - type: IncurableZombie
# - type: InitialInfected
# # Corvax-Не знаю какой тег, морти поправь
# - type: NpcFactionMember
# addFriendlyFactions:
# - Zombie
# # Corvax
# mindComponents:
# - type: InitialInfectedRole
# prototype: InitialInfected

- type: entity
parent: BaseNukeopsRule
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
- ADT_Fland
- ADT_Marathon
- ADT_Meta
- ADT_Oasis
- ADT_Origin
- ADT_Saltern
- ADT_Packed
- ADT_Train
- ADT_Delta
10 changes: 5 additions & 5 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: weightedRandom
id: Secret
weights:
Nukeops: 0.20
Traitor: 0.60
Zombie: 0.05
Survival: 0.10
Revolutionary: 0.05
Nukeops: 0.30
Traitor: 0.50
# Zombie: 0.05
# Survival: 0.10
Revolutionary: 0.20
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/brick_box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/brick_end_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/offset.png
Binary file modified Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png

0 comments on commit d617e5f

Please sign in to comment.