diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.ftl new file mode 100644 index 00000000000..240f89260a2 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.ftl @@ -0,0 +1,2 @@ +ent-ADTDrinkNoStopCan = Банка энергетика NoStop + .desc = Натуральный энергетический напиток, в нем нет сахара! diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Food/snacks.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Food/snacks.ftl new file mode 100644 index 00000000000..710091b4223 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Food/snacks.ftl @@ -0,0 +1,54 @@ + +#Чипсеки + +ent-ADTFoodSnackChipsOnionAndSourcream = чипсы со вкусом зелёного лука и сметана + .desc = Золотая классика. + +ent-ADTFoodSnackChipsShrimp = чипсы со вкусом креветки + .desc = Для тех, кто любит вкус креветок, но не может позволить себе их купить. + +ent-ADTFoodSnackChipsSpace = космомические Чипсы + .desc = Кукурузные чипсы в форме треугольника со вкусом сыра чеддер - идеальная закуска для игр. + +ent-ADTFoodSnackChipsSpicy = чипсы ФлеймиХат + .desc = Эти чипсы очень хороши, если вы хотите превратить свой желудок в Адское пекло. Тем, у кого проблемы с желудком, лучше их не есть... + +#Сушеное мясо + +ent-ADTFoodSnackDriedBeef = вяленая говядина + .desc = Толстые куски вяленой говядины. Очень долго хранится, а в мясе много белка, хороший вещь для похода + +ent-ADTFoodSnackDriedChicken = сушеное куриное мясо + .desc = Хорошая закуска для охоты. + +ent-ADTFoodSnackDriedHorse = сушеная конина + .desc = Конина - самое вкусное мясо, в ней низкое содержание жира и богатое содержание белка. + +ent-ADTFoodSnackDriedPig = вяленая свинина + .desc = Впринципе хорошая закуска. + +#Мусор + +ent-ADTFoodPacketChipsOnionAndSourcreamTrash = пустая упаковка от чипсов со вкусом зелёного лука и сметана + .desc = Мусор + +ent-ADTFoodPacketChipsShrimpTrash = пустая упаковка от чипсов со вкусом креветки + .desc = Мусор + +ent-ADTFoodPacketChipsSpaceTrash = пустая упаковка от Космомических чипсов + .desc = Мусор + +ent-ADTFoodPacketSpicyTrash = пустая упаковка от чипсов ФлеймиХат + .desc = Мусор + +ent-ADTFoodPacketBeefTrash = пустая упаковка от вяленой говядины + .desc = Мусор + +ent-ADTFoodPacketChickenTrash = пустая упаковка от сушеного куриного мяся + .desc = Мусор + +ent-ADTFoodPacketHorseTrash = пустая упаковка от сушеной конины + .desc = Мусор + +ent-ADTFoodPacketPigTrash = пустая упаковка от вяленой свинины + .desc = Мусор diff --git a/Resources/Prototypes/ADT/Entities/Objects/Consumable/Drinks/drinks_cans.yml b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Drinks/drinks_cans.yml new file mode 100644 index 00000000000..1d17e418785 --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Drinks/drinks_cans.yml @@ -0,0 +1,15 @@ +- type: entity + parent: DrinkCanBaseFull + id: ADTDrinkNoStopCan + name: No Stop Can + description: No Stop Can + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 30 + reagents: + - ReagentId: EnergyDrink + Quantity: 30 + - type: Sprite + sprite: ADT/Objects/Consumable/Drinks/nostop.rsi diff --git a/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/snacks.yml b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/snacks.yml new file mode 100644 index 00000000000..5b294ac68f4 --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/snacks.yml @@ -0,0 +1,233 @@ +# Чипсеки + +- type: entity + name: chips + parent: FoodSnackBase + id: ADTFoodSnackChipsBase + description: chips + abstract: true + components: + - type: Sprite + sprite: ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi + state: onion-and-sourcream + - type: Item + - type: Food + trash: ADTFoodPacketChipsTrash + +- type: entity + name: chips + parent: ADTFoodSnackChipsBase + id: ADTFoodSnackChipsOnionAndSourcream + description: chips + components: + - type: Sprite + state: onion-and-sourcream + - type: Food + trash: ADTFoodPacketChipsOnionAndSourcreamTrash + +- type: entity + name: chips + parent: ADTFoodSnackChipsBase + id: ADTFoodSnackChipsShrimp + description: chips + components: + - type: Sprite + state: shrimp + - type: Food + trash: ADTFoodPacketChipsShrimpTrash + +- type: entity + name: chips + parent: ADTFoodSnackChipsBase + id: ADTFoodSnackChipsSpace + description: chips + components: + - type: Sprite + state: space + - type: Food + trash: ADTFoodPacketChipsSpaceTrash + +- type: entity + name: chips + parent: ADTFoodSnackChipsBase + id: ADTFoodSnackChipsSpicy + description: chips + components: + - type: Sprite + state: spicy + - type: Food + trash: ADTFoodPacketSpicyTrash + - type: SolutionContainerManager + solutions: + food: + maxVol: 30 + reagents: + - ReagentId: Nutriment + Quantity: 5 + - ReagentId: CapsaicinOil + Quantity: 5 + +# Сушеное мясо + +- type: entity + name: Dried meat + parent: FoodSnackBase + id: ADTFoodSnackDriedBase + description: Dried meat + abstract: true + components: + - type: Sprite + sprite: ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi + state: beef + - type: Item + - type: Food + trash: ADTFoodPacketBeefTrash +# Я однако не знаю какое им делать наполнение,по дефолту у них 10 питательных веществ, если нужно то заполните в base свои значения + +- type: entity + name: Dried meat + parent: ADTFoodSnackDriedBase + id: ADTFoodSnackDriedBeef + description: Dried meat + components: + - type: Sprite + state: beef + - type: Item + - type: Food + trash: ADTFoodPacketBeefTrash + +- type: entity + name: Dried meat + parent: ADTFoodSnackDriedBase + id: ADTFoodSnackDriedChicken + description: Dried meat + components: + - type: Sprite + state: chicken + - type: Item + - type: Food + trash: ADTFoodPacketChickenTrash + +- type: entity + name: Dried meat + parent: ADTFoodSnackDriedBase + id: ADTFoodSnackDriedHorse + description: Dried meat + components: + - type: Sprite + state: horse + - type: Item + - type: Food + trash: ADTFoodPacketHorseTrash + +- type: entity + name: Dried meat + parent: ADTFoodSnackDriedBase + id: ADTFoodSnackDriedPig + description: Dried meat + components: + - type: Sprite + state: pig + - type: Item + - type: Food + trash: ADTFoodPacketPigTrash + +# Мусор + +- type: entity + noSpawn: true + parent: FoodPacketTrash + id: ADTFoodPacketChipsTrashBase + description: This is rubbish. + abstract: true + components: + - type: Sprite + sprite: ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi + state: onion-and-sourcream-trash + - type: Item + +- type: entity + noSpawn: true + parent: FoodPacketTrash + id: ADTFoodDriedPacketTrashBase + description: This is rubbish. + abstract: true + components: + - type: Sprite + sprite: ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi + state: beef-trash + - type: Item + +- type: entity + noSpawn: true + parent: ADTFoodPacketChipsTrashBase + id: ADTFoodPacketChipsOnionAndSourcreamTrash + description: This is rubbish. + components: + - type: Sprite + state: onion-and-sourcream-trash + +- type: entity + noSpawn: true + parent: ADTFoodPacketChipsTrashBase + id: ADTFoodPacketChipsShrimpTrash + description: This is rubbish. + components: + - type: Sprite + state: shrimp-trash + +- type: entity + noSpawn: true + parent: ADTFoodPacketChipsTrashBase + id: ADTFoodPacketChipsSpaceTrash + description: This is rubbish. + components: + - type: Sprite + state: space-trash + +- type: entity + noSpawn: true + parent: ADTFoodPacketChipsTrashBase + id: ADTFoodPacketSpicyTrash + description: This is rubbish. + components: + - type: Sprite + state: spicy-trash + +# разделитель + +- type: entity + noSpawn: true + parent: ADTFoodDriedPacketTrashBase + id: ADTFoodPacketBeefTrash + description: This is rubbish. + components: + - type: Sprite + state: beef-trash + +- type: entity + noSpawn: true + parent: ADTFoodDriedPacketTrashBase + id: ADTFoodPacketChickenTrash + description: This is rubbish. + components: + - type: Sprite + state: chicken-trash + +- type: entity + noSpawn: true + parent: ADTFoodDriedPacketTrashBase + id: ADTFoodPacketHorseTrash + description: This is rubbish. + components: + - type: Sprite + state: horse-trash + +- type: entity + noSpawn: true + parent: ADTFoodDriedPacketTrashBase + id: ADTFoodPacketPigTrash + description: This is rubbish. + components: + - type: Sprite + state: pig-trash \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/icon-open.png b/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/icon-open.png new file mode 100644 index 00000000000..5136a730814 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/icon-open.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/icon.png b/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/icon.png new file mode 100644 index 00000000000..79b78b196ca Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/meta.json b/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/meta.json new file mode 100644 index 00000000000..cde51f8f5ad --- /dev/null +++ b/Resources/Textures/ADT/Objects/Consumable/Drinks/nostop.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Created by discord:prazat911", + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + } + ] +} diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/meta.json b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/meta.json new file mode 100644 index 00000000000..877fc40c596 --- /dev/null +++ b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Adventure Time", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "onion-and-sourcream" + }, + { + "name": "shrimp" + }, + { + "name": "space" + }, + { + "name": "spicy" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/onion-and-sourcream.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/onion-and-sourcream.png new file mode 100644 index 00000000000..8b23593c943 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/onion-and-sourcream.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/shrimp.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/shrimp.png new file mode 100644 index 00000000000..2fcdd019a28 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/shrimp.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/space.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/space.png new file mode 100644 index 00000000000..27bd02d7e19 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/space.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/spicy.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/spicy.png new file mode 100644 index 00000000000..26ee1c622c4 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/chips.rsi/spicy.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/meta.json b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/meta.json new file mode 100644 index 00000000000..8e881246d79 --- /dev/null +++ b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Adventure Time", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "onion-and-sourcream-trash" + }, + { + "name": "shrimp-trash" + }, + { + "name": "space-trash" + }, + { + "name": "spicy-trash" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/onion-and-sourcream-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/onion-and-sourcream-trash.png new file mode 100644 index 00000000000..151887cea9d Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/onion-and-sourcream-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/shrimp-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/shrimp-trash.png new file mode 100644 index 00000000000..51b51e9d69e Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/shrimp-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/space-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/space-trash.png new file mode 100644 index 00000000000..eefb6ae0b44 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/space-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/spicy-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/spicy-trash.png new file mode 100644 index 00000000000..4fa70e97619 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Chips/trash.rsi/spicy-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/beef.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/beef.png new file mode 100644 index 00000000000..97f7777cf02 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/beef.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/chicken.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/chicken.png new file mode 100644 index 00000000000..217f97ab6c7 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/chicken.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/horse.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/horse.png new file mode 100644 index 00000000000..8b59de010c9 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/horse.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/meta.json b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/meta.json new file mode 100644 index 00000000000..ef7e2e7d60f --- /dev/null +++ b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Adventure Time", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "beef" + }, + { + "name": "chicken" + }, + { + "name": "horse" + }, + { + "name": "pig" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/pig.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/pig.png new file mode 100644 index 00000000000..5badc563181 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/meat.rsi/pig.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/beef-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/beef-trash.png new file mode 100644 index 00000000000..26aa7680d7a Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/beef-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/chicken-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/chicken-trash.png new file mode 100644 index 00000000000..e55cff72665 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/chicken-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/horse-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/horse-trash.png new file mode 100644 index 00000000000..0209a1f733d Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/horse-trash.png differ diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/meta.json b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/meta.json new file mode 100644 index 00000000000..6823d411d44 --- /dev/null +++ b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Adventure Time", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "beef-trash" + }, + { + "name": "chicken-trash" + }, + { + "name": "horse-trash" + }, + { + "name": "pig-trash" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/pig-trash.png b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/pig-trash.png new file mode 100644 index 00000000000..460640c44c3 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Consumable/Food/Snacks/Dried/trash.rsi/pig-trash.png differ