Skip to content

Commit

Permalink
Добавлены отшельники. Добавлен прозрачный кпк без айди карты
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderFan committed Mar 19, 2024
1 parent cc9055c commit 1e7add4
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Locale/ru-RU/ADT/Lavaland/hermit.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ghost-role-information-hermit-name = Отшельник
ghost-role-information-hermit-description = Вы застряли в этой безбожной тюрьме планеты дольше, чем вы можете себе представить. Каждый день вы с трудом выживаете, и среди ужасных условий вашего импровизированного убежища, все, чего вы можете пожелать, - это ощущение мягкой травы между пальцами ног и свежий воздух Земли. Эти мысли рассеивает очередное воспоминание о том, как ты сюда попал...
ent-MobHermitSpawner = Спавнер отшельника
ent-MobHermit = Отшельник
.desc = Выглядит потрёпанно.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ ent-AtmosPDA = КПК атмос-техника
.desc = Все ещё пахнет плазмой.
ent-ClearPDA = прозрачный КПК
.desc = На 99,44% из прозрачного пластика.
ent-NocardClearPDA = { ent-ClearPDA }
.desc = { ent-ClearPDA.desc }
ent-SyndiPDA = КПК синдиката
.desc = Окей, пора стать продуктивным членом... о, круто, я плохой парень, пора убивать людей!
ent-ERTLeaderPDA = КПК ОБР
Expand Down
41 changes: 41 additions & 0 deletions Resources/Prototypes/ADT/Lavaland/NPCs/Hermit/Hermit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- type: entity
noSpawn: true
name: Hermit
description: He looks shabby.
parent: MobHuman
id: MobHermit
components:
- type: GhostRole
name: ghost-role-information-hermit-name
description: ghost-role-information-hermit-description
- type: GhostTakeoverAvailable
- type: RandomHumanoidAppearance
- type: Loadout
prototypes: [ ADTHemritEquipment ]
- type: Icon
sprite: ADT/Mobs/Lavaland/hermit.rsi
state: fulls

- type: entity
name: Hermit spawner
id: MobHermitSpawner
parent: MarkerBase
components:
- type: Sprite
layers:
- sprite: ADT/Markers/job.rsi
state: green
- sprite: ADT/Mobs/Lavaland/hermit.rsi
state: fulls
- type: ConditionalSpawner
prototypes:
- MobHermit

- type: entity
parent: BaseSpeciesDummy
id: MobHermitDummy
noSpawn: true
description: A dummy hermit.
components:
- type: HumanoidAppearance
species: Human
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: startingGear
id: ADTHemritEquipment
equipment:
jumpsuit: ClothingUniformJumpsuitTacticool #
back: ClothingBackpack #
shoes: ClothingShoesBootsCombat #
id: NocardClearPDA #
gloves: ADTClothingHandsFingerlessCombat #
pocket2: RadioHandheld
13 changes: 13 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,19 @@
- type: Icon
state: pda-clear

- type: entity
parent: BasePDA
id: NocardClearPDA
name: clear PDA
description: 99 and 44/100ths percent pure plastic.
components:
- type: Pda
state: pda-clear
- type: PdaBorderColor
borderColor: "#288e4d"
- type: Icon
state: pda-clear

- type: entity
parent: BasePDA
id: SyndiPDA
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/ADT/Mobs/Lavaland/hermit.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://wiki.ss220.space/index.php/%D0%A4%D0%B0%D0%B9%D0%BB:Lavaland_hermit.png",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "fulls"
}
]
}

0 comments on commit 1e7add4

Please sign in to comment.