Skip to content

Commit

Permalink
statue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk committed Aug 26, 2024
1 parent 6f42cda commit ce725a7
Show file tree
Hide file tree
Showing 8 changed files with 79,096 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public sealed class PostMapInitTest
"CorvaxTerra",
"CorvaxFrame",
"CorvaxPearl",
"CorvaxTushkan",
// Corvax-End
"Dev",
"TestTeg",
Expand Down
78,989 changes: 78,989 additions & 0 deletions Resources/Maps/corvax_tushkan.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
parent: BaseStructure
id: StatueTushkan
name: статуя Тушканчика
description: Величественная статуя станции Тушканчик! Если вы заметили её на какой-то другой станции, немедленно обратитесь к Службе Безопасности. Возможно, криминал.
components:
- type: Sprite
sprite: Corvax/Structures/Decoration/maps_statues.rsi
state: tushkan
drawdepth: Mobs
offset: "0.0, 1.5"
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-1.20,-0.45,1.20,1.45"
density: 60
mask:
- MachineMask
layer:
- MidImpassable
- LowImpassable
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Maps/Pools/corvax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
- CorvaxPilgrim
- CorvaxTerra
- CorvaxPearl
- CorvaxTushkan
- Box
- Train
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- CorvaxPilgrim
- CorvaxTerra
- CorvaxPearl
- CorvaxTushkan
- Bagel
- Box
- Core
Expand Down
67 changes: 67 additions & 0 deletions Resources/Prototypes/Corvax/Maps/tushkan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
- type: gameMap
id: CorvaxTushkan
mapName: 'Tushkan'
mapPath: /Maps/corvax_tushkan.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
maxPlayers: 30
stations:
Tushkan:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Тушканчик {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TA'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/corvax_emergency.yml
- type: StationJobs
availableJobs:
# service
HeadOfPersonnel: [ 1, 1 ]
Passenger: [ -1, -1 ]
ServiceWorker: [ 2, 2 ]
Bartender: [ 1, 1 ]
Botanist: [ 1, 1 ]
Boxer: [ 1, 1 ]
Chef: [ 1, 1 ]
Clown: [ 1, 1 ]
Janitor: [ 1, 2 ]
Mime: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
Musician: [ 1, 1 ]
Reporter: [ 1, 1 ]
# command
Captain: [ 1, 1 ]
IAA: [ 1, 1 ]
# engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 1, 1 ]
StationEngineer: [ 3, 3 ]
TechnicalAssistant: [ 1, 1 ]
# medical
ChiefMedicalOfficer: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Chemist: [ 1, 1 ]
MedicalDoctor: [ 2, 2 ]
MedicalIntern: [ 1, 1 ]
Psychologist: [ 1, 1 ]
# science
ResearchDirector: [ 1, 1 ]
Scientist: [ 2, 2 ]
ResearchAssistant: [ 1, 1 ]
Borg: [ 1, 1 ]
# security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
Pilot: [ 1, 1 ]
SecurityOfficer: [ 3, 3 ]
SecurityCadet: [ 1, 1 ]
# cargo
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 2, 2 ]
CargoTechnician: [ 2, 2 ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by Ko4erga (discord)",
"size": {
"x": 128,
"y": 128
},
"states": [
{
"name": "tushkan"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce725a7

Please sign in to comment.