Skip to content

Commit

Permalink
добавил еще спрайтов спавнеров и добавил спавнеры
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 29, 2024
1 parent 5373598 commit 1d2f062
Show file tree
Hide file tree
Showing 9 changed files with 205 additions and 20 deletions.
179 changes: 176 additions & 3 deletions Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,130 @@
spawn_type: Job
- type: Sprite
sprite: ADT/Markers/job.rsi
state: green


- 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

- type: entity
id: SpawnPointADTPathologist
parent: ADTSpawnPointJobBase
Expand All @@ -20,4 +142,55 @@
- type: Sprite
layers:
- state: green
- state: pathologist
- state: pathologist

- type: entity
id: ADTSpawnPointSecurityCyborg
parent: ADTSpawnPointJobBase
name: SecurityCyborg
components:
- type: SpawnPoint
job_id: ADTSecurityCyborg
- type: Sprite # Потом подправить
layers:
- state: green
- sprite: Mobs/Silicon/chassis.rsi
state: engineer
- sprite: Mobs/Silicon/chassis.rsi
state: engineer_e

- type: entity
id: SpawnMagistrat
parent: SpawnPointJobBase
name: magistrat spawn
components:
- type: SpawnPoint
job_id: Magistrat
- type: Sprite
layers:
- state: green
- state: hop

- type: entity
id: SpawnADTBlueShieldOfficer
parent: SpawnPointJobBase
name: ADTBlueShieldOfficer
components:
- type: SpawnPoint
job_id: ADTBlueShieldOfficer
- type: Sprite
layers:
- state: green
- state: blueshield

- type: entity
id: ADTSpawnPointRoboticist
parent: SpawnPointJobBase
name: roboticist
components:
- type: SpawnPoint
job_id: ADTRoboticist
- type: Sprite
layers:
- state: green
- state: scientist
Binary file added Resources/Textures/ADT/Markers/job.rsi/iaa.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 added Resources/Textures/ADT/Markers/job.rsi/magistrat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Resources/Textures/ADT/Markers/job.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"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"
},
{
"name": "pathologist"
}
]
}
Binary file added Resources/Textures/ADT/Markers/job.rsi/urist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions Resources/Textures/ADT/Markers/job_id.rsi/meta.json

This file was deleted.

0 comments on commit 1d2f062

Please sign in to comment.