-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from 1Stepka1/spawners
добавлены спавнеры должностей
- Loading branch information
Showing
7 changed files
with
159 additions
and
0 deletions.
There are no files selected for viewing
133 changes: 133 additions & 0 deletions
133
Resources/Prototypes/ADT/Entities/Markers/Spawners/job.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,133 @@ | ||
- type: entity | ||
id: ADTSpawnPointJobBase | ||
parent: MarkerBase | ||
abstract: true | ||
suffix: Job Spawn ADT | ||
components: | ||
- type: SpawnPoint | ||
spawn_type: Job | ||
- type: Sprite | ||
sprite: ADT/Markers/job.rsi | ||
|
||
- type: entity | ||
id: ADTSpawnPointInvestigator | ||
parent: ADTSpawnPointJobBase | ||
name: Investigator | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTInvestigator | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: investigator | ||
|
||
- type: entity | ||
id: ADTSpawnPointMagistrat | ||
parent: ADTSpawnPointJobBase | ||
name: Magistrat | ||
components: | ||
- type: SpawnPoint | ||
job_id: Magistrat | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: magistrat | ||
|
||
- type: entity | ||
id: ADTSpawnPointLawyer | ||
parent: ADTSpawnPointJobBase | ||
name: Lawyer | ||
components: | ||
- type: SpawnPoint | ||
job_id: Lawyer | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: urist | ||
|
||
- type: entity | ||
id: ADTSpawnPointIAA | ||
parent: ADTSpawnPointJobBase | ||
name: IAA | ||
components: | ||
- type: SpawnPoint | ||
job_id: IAA | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: iaa | ||
|
||
- type: entity | ||
id: ADTSpawnPointEngiBorg | ||
parent: ADTSpawnPointJobBase | ||
name: EngiBorg | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTEngiBorg | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: engineer | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: engineer_e | ||
|
||
- type: entity | ||
id: ADTSpawnPointJanitorBorg | ||
parent: ADTSpawnPointJobBase | ||
name: JanitorBorg | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTJanitorBorg | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: janitor | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: janitor_e | ||
|
||
- type: entity | ||
id: ADTSpawnPointMedicalBorg | ||
parent: ADTSpawnPointJobBase | ||
name: MedicalBorg | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTMedicalBorg | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: medical | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: medical_e | ||
|
||
- type: entity | ||
id: ADTSpawnPointServiseBorg | ||
parent: ADTSpawnPointJobBase | ||
name: ServiseBorg | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTServiseBorg | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: service | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: service_e | ||
|
||
- type: entity | ||
id: ADTSpawnPointADTSupplyBorg | ||
parent: ADTSpawnPointJobBase | ||
name: SupplyBorg | ||
components: | ||
- type: SpawnPoint | ||
job_id: ADTSupplyBorg | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: miner | ||
- sprite: Mobs/Silicon/chassis.rsi | ||
state: miner_e |
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.
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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by Adventure Time, justkekc", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "green" | ||
}, | ||
{ | ||
"name": "investigator" | ||
}, | ||
{ | ||
"name": "magistrat" | ||
}, | ||
{ | ||
"name": "iaa" | ||
}, | ||
{ | ||
"name": "urist" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.