Skip to content

Commit

Permalink
[SPONSOR] Добавление спонсорских вещей (#1135)
Browse files Browse the repository at this point in the history
## Описание PR
Добавлена спонсорская игрушка для Тостера
Изменены звук и описание спонсорского ножа для Эгфлаера

**Чейнджлог**

Например: 🆑 AruMoon
- add: Добавлена спонсорская игрушка
- tweak: Изменены звук и описание одного из спонсорских предметов
  • Loading branch information
PyotrIgn authored Feb 24, 2025
1 parent 56bf797 commit 9076a91
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 5 deletions.
Binary file not shown.
6 changes: 5 additions & 1 deletion Resources/Locale/ru-RU/ADT/personalization.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ ent-ADTWeaponMeleePrasatChainsword = Kst Mk. 01M
.suffix = { "Именное, 767sikon" }
ent-ADTEgflaerFoldingKnife = фамильный складной нож
.desc = Складной нож с фиолетовой рукоятью, на которой выгравирована надпись "Дейнес". Также рукоятка украшена драгоценным камнем в форме цветка.
.desc = Складной нож с фиолетовой рукоятью, на которой выгравирована надпись "Дейнес". Также рукоятка украшена драгоценным камнем в форме цветка. Он пахнет...Демократией?
.suffix = { "Именное, Egflaer" }
ent-ADTShabbyPolaroidAnvel = потрепанный полароид
Expand All @@ -487,3 +487,7 @@ ent-ADTShabbyPolaroidAnvel = потрепанный полароид
ent-ADTFoodKiwiTartaliokiwi_fruit = тарталетка с киви
.desc = Хрустящая основа, сливочный крем и свежие ломтики киви.
.suffix = { "Именное, kiwi_fruit" }
ent-ADTPlushieDionaIneedPizza486 = плюшевая диона в шляпке
.desc = Плюшевая игрушка в виде Диона с красной шляпой!
.suffix = { "Спонсорское, ineedpizza486" }
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@
- state: icon_off
map: [ "enum.ToggleVisuals.Layer" ]
- type: SwitchableWeapon
openSound: "//Audio/Items/unsheath.ogg"
openSound: "/Audio/ADT/Weapons/Melee/egflaer_knife_opening.ogg"
closeSound: "/Audio/Items/sheath.ogg"
#bonkSound: "/Audio/ADT/bonk_dubinka.ogg"
damageOpen:
Expand Down Expand Up @@ -1769,4 +1769,44 @@
useSound:
path: /Audio/Items/Culinary/chop.ogg

- type: entity
parent: BasePlushie
id: ADTPlushieDionaIneedPizza486
name: Diona in red hat plushie
description: Diona in red hat plushie
suffix: Personal, ineedpizza486
components:
- type: Sprite
sprite: ADT/Personalization/toys.rsi
state: plushie_ineedpizza486
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/toy_rustle.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Items/Toys/toy_rustle.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Items/Toys/toy_rustle.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Items/Toys/toy_rustle.ogg
- type: MeleeWeapon
wideAnimationRotation: 180
soundHit:
path: /Audio/Items/Toys/toy_rustle.ogg
- type: Food
requiresSpecialDigestion: true
useSound:
path: /Audio/Items/Toys/toy_rustle.ogg
- type: SolutionContainerManager
solutions:
plushie:
maxVol: 1
food:
maxVol: 10
reagents:
- ReagentId: Fiber
Quantity: 10

#SPONSOR-ITEMS-END
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- id: PlushieMoth
- id: PlushieArachind
- id: PlushiePenguin
- id: ADTPlushieDionaIneedPizza486 #ADT_Tweak

- type: entity
id: CrateFunPlushie
Expand Down
9 changes: 6 additions & 3 deletions Resources/Textures/ADT/Personalization/toys.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,11 @@
{
"name": "plushie_emma"
},
{
"name": "plushie_hollowing"
}
{
"name": "plushie_hollowing"
},
{
"name": "plushie_ineedpizza486"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9076a91

Please sign in to comment.