-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Misc/iron_tray.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ent-ADTIronTray = Поднос | ||
.desc = Железный поднос для хранения и сервировки продуктов. | ||
ent-ADTAntagIronTray = Поднос | ||
.desc = Железный поднос для хранения и сервировки продуктов. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
- type: entity | ||
id: ADTIronTray | ||
name: Iron tray | ||
parent: BaseStorageItem | ||
description: An iron tray to store and service food | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Objects/Misc/iron_tray.rsi | ||
state: icon | ||
- type: Storage | ||
grid: | ||
- 0,0,10,7 | ||
maxItemSize: Huge | ||
# TODO: ERROR FOOD & Drink нет таких тэгов | ||
# whitelist: | ||
# tags: | ||
# - Food | ||
# - Drink | ||
- type: Item | ||
size: Ginormous | ||
#- type: ItemCooldown | ||
- type: MeleeWeapon | ||
damage: | ||
types: | ||
Blunt: 8 | ||
soundHit: | ||
path: "/Audio/Weapons/smash.ogg" | ||
|
||
- type: entity | ||
id: ADTAntagIronTray | ||
name: Particularly sharp tray | ||
parent: [ADTIronTray, BaseSyndicateContraband] | ||
description: An iron tray to store and service food | ||
suffix: Антаг | ||
components: | ||
- type: DamageOtherOnHit | ||
damage: | ||
types: | ||
Blunt: 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/ADT/Objects/Misc/iron_tray.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "made by nope_ingeneer", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |