changelog

This commit is contained in:
BIGZi0348
2024-11-24 22:33:00 +03:00
parent 7340f36489
commit d160fe08d3
15 changed files with 32 additions and 32 deletions

View File

@@ -7,8 +7,8 @@ using Robust.Shared.Audio;
namespace Content.Server._White._Engi.Suhariki;
/// <summary>
/// WD.
/// Makes you loose your tooth and have funny accent.
/// WD Engi Exclusive.
/// </summary>
[RegisterComponent, Access(typeof(SuharikiSystem))]
public sealed partial class SuharikiComponent : Component

View File

@@ -24,7 +24,7 @@ using Content.Server.Speech.Components;
namespace Content.Server._White._Engi.Suhariki;
/// <summary>
/// WD Engi Exclusive.
/// WD
/// </summary>
public sealed class SuharikiSystem : EntitySystem
{

View File

@@ -1,6 +1,7 @@
ent-FoodSnackSuhariki = сухарики
.desc = Старая реликвия из прошлого, на этикетке едва можно прочитать слово «Кириешки».
.desc = Старая реликвия из прошлого, к сожалению, слова на этикетке нечитаемы.
ent-FoodPacketSuharikiTrash = упаковка от сухариков
.desc = { ent-FoodPacketTrash.desc }
ent-SuharikiTooth = зуб
.desc = Может быть он твой, а может и не твой.

View File

@@ -1,9 +1,8 @@
# WD Engi Exclusive
- type: entity
parent: BaseItem
id: FoodSnackSuhariki
name: suhariki
description: Old relic of the past, you can barely read the label "Kirieshki".
description: An old relic from the past, unfortunately the words on the label are illegible.
components:
- type: Food
trash: FoodPacketSuharikiTrash
@@ -56,10 +55,10 @@
- type: entity
noSpawn: true
name: Зуб
name: Tooth
parent: BaseItem
id: SuharikiTooth
description: Может быть он твой, а может и не твой.
description: Maybe it's yours, maybe it's not.
components:
- type: Sprite
sprite: White/_Engi/Objects/Consumable/Food/Suhariki/tooth.rsi

View File

@@ -1,25 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "deadisko and BIG_Zi_348",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "suhariki"
},
{
"name": "suhariki-trash"
},
{
"name": "suhariki-inhand-right",
"directions": 4
},
{
"name": "suhariki-inhand-left",
"directions": 4
}
]
}

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "deadisko and BIG_Zi_348",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "suhariki"
},
{
"name": "suhariki-trash"
},
{
"name": "suhariki-inhand-right",
"directions": 4
},
{
"name": "suhariki-inhand-left",
"directions": 4
}
]
}