Skip to content

Commit

Permalink
[FEATURE] Personal item (#1111)
Browse files Browse the repository at this point in the history
## Описание PR
<!-- Что вы изменили в этом пулл реквесте? -->



no cl, no fun
  • Loading branch information
Schrodinger71 authored Feb 17, 2025
1 parent 0d767e8 commit e19d56e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/ADT/personalization.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -483,3 +483,7 @@ ent-ADTEgflaerFoldingKnife = фамильный складной нож
ent-ADTShabbyPolaroidAnvel = потрепанный полароид
.desc = Вы видите потрепанную полароидную фотографию, на нем изображена женатая пара из двух представителей вида унатхов. Они держат в руках яйцо, один из них стоит в университетской шапочке выпускника некоего высшего учебного заведения. Они оба выглядят такими счастливыми... Вы не узнаете никого на этой фотографии.
.suffix = { "Именное, Anvel" }
ent-ADTFoodKiwiTartaliokiwi_fruit = тарталетка с киви
.desc = Хрустящая основа, сливочный крем и свежие ломтики киви.
.suffix = { "Именное, kiwi_fruit" }
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,31 @@
- type: Item
size: Tiny

# kiwi_fruit, на днюху, лапка кошечка Шрёди 🐾
- type: entity
parent: FoodSnackBase
id: ADTFoodKiwiTartaliokiwi_fruit
name: "tartalio with kiwi"
description: "tartalio with kiwi"
suffix: kiwi_fruit
components:
- type: FlavorProfile
flavors:
- fruity
- sweet
- sour
- type: Sprite
sprite: ADT/Personalization/kiwi_fruit_tartalio.rsi
state: icon
- type: Item
- type: SolutionContainerManager
solutions:
food:
maxVol: 5
reagents:
- ReagentId: Nutriment
Quantity: 3

#ADT-TEAM-ITEMS-END

#SPONSOR-ITEMS-START
Expand Down
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,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by discord:anvel (Adventure Time Team)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}

0 comments on commit e19d56e

Please sign in to comment.