-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f42cda
commit ce725a7
Showing
8 changed files
with
79,096 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
Resources/Prototypes/Corvax/Entities/Structures/Decoration/statues.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,6 @@ | |
- CorvaxPilgrim | ||
- CorvaxTerra | ||
- CorvaxPearl | ||
- CorvaxTushkan | ||
- Box | ||
- Train |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
- CorvaxPilgrim | ||
- CorvaxTerra | ||
- CorvaxPearl | ||
- CorvaxTushkan | ||
- Bagel | ||
- Box | ||
- Core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ] |
14 changes: 14 additions & 0 deletions
14
Resources/Textures/Corvax/Structures/Decoration/maps_statues.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Binary file added
BIN
+5.59 KB
Resources/Textures/Corvax/Structures/Decoration/maps_statues.rsi/tushkan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.