Skip to content

Commit

Permalink
костюм для Шреди
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Oct 27, 2024
1 parent b30eccf commit 8d0aff2
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Locale/ru-RU/ADT/personalization.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -374,3 +374,10 @@ ent-ADTClothingUniformZoroJumpsuit = легендарный деловой ко
ent-ADTPlushieEmma = плюшевая Эмма
.desc = Кажется, она хочет заставить вас работать.
ent-ADTClothingHeadHatsSatanHoop = обруч с шипами
.desc = Маленький металлический обруч для головы, украшенный несколькими шипами. Острыми шипами.
.suffix = { "Именное, Schrodinger" }
ent-ADTClothingUniformSatanSuit = темный костюм с красной рубашкой
.desc = Прекрасно пошитый пиджак и брюки из темной ткани в сочетании с кроваво-красной рубашкой и чёрным галстуком.
.suffix = { "Именное, Schrodinger" }
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,30 @@
Piercing: 0.7
Heat: 0.8

- type: entity
parent: ClothingHeadBase
id: ADTClothingHeadHatsSatanHoop
name: hoop with spikes
description: hoop with spikes
suffix: Именное, Schrodinger
components:
- type: Sprite
sprite: ADT/Personalization/hoop_spikes.rsi
- type: Clothing
sprite: ADT/Personalization/hoop_spikes.rsi

- type: entity
parent: ClothingUniformBase
id: ADTClothingUniformSatanSuit
name: black suit with red shirt
description: black suit with red shirt
suffix: Именное, Schrodinger
components:
- type: Sprite
sprite: ADT/Personalization/satan_suit.rsi
- type: Clothing
sprite: ADT/Personalization/satan_suit.rsi

# Pyotr
- type: entity
parent: ClothingOuterStorageBase
Expand Down
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.
18 changes: 18 additions & 0 deletions Resources/Textures/ADT/Personalization/hoop_spikes.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:not_so_big_chungus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions Resources/Textures/ADT/Personalization/satan_suit.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:not_so_big_chungus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 8d0aff2

Please sign in to comment.