-
Notifications
You must be signed in to change notification settings - Fork 32
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
Extractable items for Ghetto Chemistry #209
Changes from 2 commits
006c425
76b515a
f3d5c2a
57128ac
315b2f2
a3d3a96
f3a0d4e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,6 +144,13 @@ | |
- type: Sprite | ||
state: energybar-open | ||
- type: Item | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Sugar | ||
Quantity: 5 | ||
grinableSolutionName: food | ||
|
||
- type: entity | ||
name: popcorn | ||
|
@@ -206,6 +213,14 @@ | |
state: syndicakes | ||
- type: Item | ||
- type: Food | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Sugar | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Тут тоже самое |
||
Quantity: 5 | ||
grinableSolutionName: food | ||
- type: Extractable | ||
trash: FoodPacketSyndiTrash | ||
|
||
- type: entity | ||
|
@@ -276,10 +291,13 @@ | |
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Верни ограничение ёмкости. |
||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 1 | ||
- ReagentId: Sugar | ||
Quantity: 3 | ||
grinableSolutionName: food | ||
- type: Extractable | ||
- type: Item | ||
sprite: Objects/Consumable/Food/snacks.rsi | ||
heldPrefix: packet | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,6 +224,14 @@ | |
- type: PhysicalComposition | ||
materialComposition: | ||
Steel: 25 | ||
- type: SolutionContainerManager | ||
solutions: | ||
pen: | ||
reagents: | ||
- ReagentId: Iodine | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Почему ручки буду состоять из Йода? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Условно чернила, взято с ТГ, тоже для мета |
||
Quantity: 5 | ||
- type: Extractable | ||
grinableSolutionName: pen | ||
|
||
- type: entity | ||
name: Cybersun pen | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,14 @@ | |
materialComposition: | ||
Glass: 25 | ||
- type: SpaceGarbage | ||
- type: SolutionContainerManager | ||
solutions: | ||
bulb: | ||
reagents: | ||
- ReagentId: Nitrogen | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. В лампочках нет Азота, это миф. В прошлом был, но от этого быстро отказались, в связи с быстрой изнашиваемостью. Так что там Вакуум. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Это взято с ТГ и нужно для расширения возможностей гетто химии, без этого Мет не сделать |
||
Quantity: 15 | ||
- type: extractable | ||
grinableSolutionName: bulb | ||
|
||
- type: entity | ||
parent: BaseLightbulb | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,16 @@ | |
startValue: 5.0 | ||
endValue: 1.5 | ||
property: Radius | ||
- type: SolutionContainerManager | ||
solutions: | ||
glowstick: | ||
reagents: | ||
- ReagentId: Oxygen | ||
Quantity: 10 | ||
- ReagentId: Hydrogen | ||
Quantity: 10 | ||
- type: Extractable | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. У тебя съехал Тип влево, из-за этого ошибки. |
||
- grindableSolutionName: glowstick | ||
|
||
- type: entity | ||
name: red glowstick | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 Сахара заменяет 10 унаследованных Нутриентов. Да и не только сахар в батончике. Сахар сейчас не утоляет голод, так что добавляй ещё 10 нутриентов. К тому же ты убрал максимальный объём, что у парента в 30. Так что чини.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
поправлю это