Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Resources/Locale/ru-RU/ADT/personalization.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -762,3 +762,23 @@ ent-ADTClothingUniformGothic = готическое платье
ent-ADTClothingHandsCuffsFaust = бархатные манжеты
.desc = Специальные манжеты, сжитые из бархатной ткани для какой-то особы королевских кровей. От них пахнет цветами.
.suffix = { "Спонсорское, Faust Netzach" }

ent-ADTClothingUniformKimerK = фиолетовый костюм
.desc = Лёгкая классическая рубашка с галстуком в нежных тонах, дополненная жилетом на пуговицах с V-образным вырезом.
.suffix = { "Спонсорское, kimer_k" }

ent-ADTGoldPlatedDrinkShaker = шейкер с позолотой
.desc = Шейкер из высококачественной нержавеющей стали с защитным покрытием, которое предотвращает появление царапин и коррозии. Кроме того, шейкер имеет улучшенную конструкцию для удобного захвата и стильный дизайн с золотыми элементами.
.suffix = { "Спонсорское, kimer_k" }

ent-ADTGoldPlatedBarSpoon = барная ложка с позолотой
.desc = Ложка для приготовления коктейлей из нержавеющей стали, декорированная золотистым напылением.
.suffix = { "Спонсорское, kimer_k" }

ent-ADTGoldPlatedDrinkJigger = джиггер с позолотой
.desc = Джиггер с позолоченным корпусом и резиновыми вставками для удобного захвата и комфортной работы.
.suffix = { "Спонсорское, kimer_k" }

ent-ADTPremiumCaseKimerk = премиальный кейс
.desc = Роскошный кейс из экзотической кожи, отделанный изнутри красным бархатом с отделениями для каждого инструмента. На крышке видна аккуратная гравюра "Sternenflug", выполненная каллиграфическим почерком.
.suffix = { "Спонсорское, kimer_k" }
Original file line number Diff line number Diff line change
Expand Up @@ -1492,3 +1492,16 @@
sprite: ADT/Personalization/FaustNetzach/faust_cuffs.rsi
- type: Fiber
fiberColor: fibers-white

#kimer_k
- type: entity
parent: ADTSponsorClothingUniformBase
id: ADTClothingUniformKimerK
name: pink suit
description: A lightweight classic shirt with a delicate tie, complemented by a button-down vest with a V-neck.
suffix: Personal, kimer_k
components:
- type: Sprite
sprite: ADT/Personalization/Kimer_k/kimer_k_suit.rsi
- type: Clothing
sprite: ADT/Personalization/Kimer_k/kimer_k_suit.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -2740,4 +2740,112 @@
head:
- state: equipped-HELMET
offset: "0, 0.04"

#kimer_k
- type: entity
parent: DrinkShaker
id: ADTGoldPlatedDrinkShaker
name: gold-plated shaker
description: The shaker is made of high-quality stainless steel with a protective coating that prevents scratches and corrosion. Additionally, the shaker has an improved design for a comfortable grip and a stylish design with gold accents.
suffix: Personal, kimer_k
components:
- type: Sprite
sprite: ADT/Personalization/Kimer_k/kimer_k_shaker.rsi
- type: Tag
tags:
- ADTGoldPlatedDrinkShakerTag

- type: entity
parent: Spoon
id: ADTGoldPlatedBarSpoon
name: gold-plated bar spoon
description: Stainless steel cocktail spoon with a golden finish.
suffix: Personal, kimer_k
components:
- type: Sprite
sprite: ADT/Personalization/Kimer_k/kimer_k_spoon.rsi
state: spoon
- type: Item
sprite: ADT/Personalization/Kimer_k/kimer_k_spoon.rsi
- type: Tag
tags:
- Metal
- ADTGoldPlatedBarSpoonTag

- type: entity
parent: DrinkJigger
id: ADTGoldPlatedDrinkJigger
name: gold-plated jigger
description: A jigger with a gold-plated body and rubber inserts for a comfortable grip and operation.
suffix: Personal, kimer_k
components:
- type: Sprite
sprite: ADT/Personalization/Kimer_k/kimer_k_jigger.rsi
- type: Tag
tags:
- ADTGoldPlatedDrinkJiggerTag


- type: entity
id: ADTPremiumCaseKimerk
name: premium case
description: premium case desc
parent: [BaseStorageItem, BaseBagOpenClose]
suffix: Personal, kimer_k
components:
- type: Sprite
sprite: ADT/Personalization/Kimer_k/kimer_k_premium_case.rsi
state: closed
layers:
- state: closed
map: ["closeLayer"]
- state: open
map: ["openLayer"]
visible: false
# Слои заполнения
- state: full-item-open
map: ["full-item-open"]
visible: false
- state: bez_trex
map: ["bez_trex"]
visible: false
- state: bez_dvux
map: ["bez_dvux"]
visible: false
- state: bez_loshki
map: ["bez_loshki"]
visible: false
- type: Appearance
- type: Item
sprite: ADT/Personalization/Kimer_k/kimer_k_premium_case.rsi
size: Normal
- type: Storage
grid:
- 0,0,4,2
maxItemSize: Small
- type: StorageFill
contents:
- id: ADTGoldPlatedDrinkJigger
- id: ADTGoldPlatedDrinkJigger
- id: ADTGoldPlatedBarSpoon
- id: ADTGoldPlatedDrinkShaker
- type: MeleeWeapon
damage:
types:
Blunt: 12
soundHit:
path: "/Audio/Weapons/smash.ogg"
- type: ItemCounter
count:
tags:
- ADTGoldPlatedDrinkJiggerTag
- ADTGoldPlatedBarSpoonTag
- ADTGoldPlatedDrinkShakerTag
composite: true
layerStates:
- full-item-open
- bez_trex
- bez_dvux
- bez_loshki

#SPONSOR-ITEMS-END
8 changes: 8 additions & 0 deletions Resources/Prototypes/ADT/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,14 @@
- type: Tag
id: ADTKeyPangaariBike

- type: Tag
id: ADTGoldPlatedDrinkJiggerTag

- type: Tag
id: ADTGoldPlatedBarSpoonTag

- type: Tag
id: ADTGoldPlatedDrinkShakerTag
#sponsor_items - End

- type: Tag
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by pangaari (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:pangaari",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "closed"
},
{
"name": "icon"
},
{
"name": "open"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "bez_dvux"
},
{
"name": "bez_loshki"
},
{
"name": "bez_trex"
},
{
"name": "full-item-open"
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by pangaari (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by pangaari (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "spoon-inhand-right",
"directions": 4
},
{
"name": "spoon"
},
{
"name": "spoon-inhand-left",
"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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by pangaari (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
}
]
}
Loading