Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавлены страйкбольные приводы в исследования РНД и техфаб СБ, а также именная вещь Maki_GG #433

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -322,3 +322,7 @@ ent-ADTClothingHandsPushnoYGloves = Беспалые кожаные перчат
ent-ADTClothingUniformPushnoYJumpsuit = Аккуратный костюм Курото
.desc = Приятно выглаженная рубашка с аквамариновой жилеткой и серыми брюками, что может быть лучше?
.suffix = Именное, PushnoY.

ent-ADTClothingOuterCoatMaki = Пальто Хонкоматери
.desc = Пальто дарованное самой Хонкоматерью одному из её лучших клоунов несущих веру Хонка. Оно такое же вычурное, как и сами клоуны, а жёлтые элементы выполнены из чистого бананиума. От пальто исходит лёгкий запах кремового пирога.
.suffix = Именное, Maki_gg.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTFoodMealKhachapuri = хачапури
.desc = Большая лепешка, которую дополняет рассольный сыр и свежее яйцо.
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ADT/research/technologies.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
research-technology-compact-technologies = Технологии сжатия материи
research-technology-airsoft-guns = Страйкбольные приводы
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ ent-FoodMealEnchiladas = энчилада
ent-FoodSaladWatermelonFruitBowl = фруктовый арбузный боул
.desc = Единственный салат, в котором можно съесть миску.
ent-FoodMealCornInButter = кукуруза в сливочном масле
.desc = Маслянистенько.
.desc = Маслянистенько.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# When adding new food also add to random spawner located in Resources\Prototypes\Entities\Markers\Spawners\Random\Food_Drinks\food_meal.yml
# A bunch of different meals. This stuff doesn't come off their plates because
# it's assembled on them. Or they just don't have plates.

# Base

- type: entity
parent: FoodInjectableBase
id: ADTFoodMealBase
abstract: true
description: A delicious meal, cooked with love.
components:
- type: Item
storedRotation: -90
- type: Food
- type: Sprite
sprite: ADT/Objects/Consumable/Food/meals.rsi
- type: SolutionContainerManager
solutions:
food:
maxVol: 26
reagents:
- ReagentId: Nutriment
Quantity: 20

# Tastes like egg, cheese.
- type: entity
name: Khachapuri
parent: ADTFoodMealBase
id: ADTFoodMealKhachapuri
description: A large flatbread that complements pickled cheese, fresh egg.
components:
- type: FlavorProfile
flavors:
- egg
- salty
- milk
- cheesy
- type: Sprite
state: khachapuri
- type: SolutionContainerManager
solutions:
food:
maxVol: 13
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: TableSalt
Quantity: 3
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,16 @@
sprite: ADT/Personalization/pushnoY_jumpsuit.rsi
- type: Clothing
sprite: ADT/Personalization/pushnoY_jumpsuit.rsi

#Maki_gg
- type: entity
parent: ClothingOuterStorageBase
id: ADTClothingOuterCoatMaki
name: Maki coat
description: Maki coat.
suffix: Personal
components:
- type: Sprite
sprite: ADT/Personalization/maki_coat.rsi
- type: Clothing
sprite: ADT/Personalization/maki_coat.rsi
1 change: 0 additions & 1 deletion Resources/Prototypes/ADT/Recipes/Cooking/fill.txt

This file was deleted.

12 changes: 12 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: microwaveMealRecipe
id: ADTFoodKhachapuriRecipe
name: Khachapuri recipe
result: ADTFoodMealKhachapuri
time: 15
reagents:
Egg: 12
TableSalt: 5
Milk: 5
solids:
FoodCheeseSlice: 1
FoodBreadPlainSlice: 1
13 changes: 13 additions & 0 deletions Resources/Prototypes/ADT/Research/arsenal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: technology
id: ADTAirsoftGuns
name: research-technology-airsoft-guns
icon:
sprite: Objects/Weapons/Guns/Rifles/lecter.rsi
state: icon
discipline: Arsenal
tier: 1
cost: 5000
recipeUnlocks:
- ADTWeaponRifleLecterBibis
- ADTMagazineRifleBibis
- ADTCartridgeStrikeballBibis
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,11 @@
- WeaponLaserCannon
- WeaponLaserCarbine
- WeaponXrayCannon
# ADT Airsoft start
- ADTWeaponRifleLecterBibis
- ADTMagazineRifleBibis
- ADTCartridgeStrikeballBibis
# ADT Airsoft End
- type: MaterialStorage
whitelist:
tags:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
Water: 10
solids:
FoodBowlBig: 1

- type: microwaveMealRecipe
id: RecipeRicePudding
name: rice pudding recipe
Expand Down
25 changes: 25 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -710,3 +710,28 @@
Plastic: 1000
Plasma: 500
Glass: 500

- type: latheRecipe
id: ADTWeaponRifleLecterBibis
result: ADTWeaponRifleLecterBibis
category: Weapons
completetime: 15
materials:
Steel: 500
Plastic: 1500

- type: latheRecipe
id: ADTMagazineRifleBibis
result: ADTMagazineRifleBibis
category: Ammo
completetime: 5
materials:
Plastic: 150

- type: latheRecipe
id: ADTCartridgeStrikeballBibis
result: ADTCartridgeStrikeballBibis
category: Ammo
completetime: 2
materials:
Plastic: 50
11 changes: 11 additions & 0 deletions Resources/ServerInfo/ADT/NewRecipes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,17 @@
- Печень вульпы
- Маленькая тарелка

## Хачапури
Хачапури готовится так: на 15 секунд в микроволновку помещается -
- Один ломтик сыра
- Один ломтик хлеба
- Два яйца
- Молоко 5u
- Соль 5u
<Box>
<GuideEntityEmbed Entity="ADTFoodMealKhachapuri"/>
</Box>

## Маффины
Заметив условия пониженного уровня сахара в крови некоторых членов экипажа, Центральное Командование позволило испекание некоторых новых кондитерских изделий на станциях.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/ADT/Objects/Consumable/Food/meals.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by Adventure Times MRP",
"states": [
{
"name": "khachapuri"
}
]
}
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.
18 changes: 18 additions & 0 deletions Resources/Textures/ADT/Personalization/maki_coat.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "ADTequipped_coat, ADTCoat_Icon is drawn by mascotvalera (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}
Loading