Skip to content

Commit

Permalink
Добавляем в стальной лист свинец, снова. (#783)
Browse files Browse the repository at this point in the history
Получить свинец в игре невозможно, хотя он используется в рецептах, ну и
https://discord.com/channels/901772674865455115/1272194176229838990
🆑 Filo
- add: Измельчив сталь теперь можно получить небольшое количество
свинца, который стал менее токсичным.
  • Loading branch information
PyotrIgn authored Nov 14, 2024
2 parents 43494df + e94c9a5 commit e5e9995
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@
steel:
reagents:
- ReagentId: Iron
Quantity: 9
Quantity: 8.8 # ADT tweak svinec
- ReagentId: Carbon
Quantity: 1
# ADT tweak svinec
Quantity: 0.9
- ReagentId: Lead
Quantity: 0.3
# ADT tweak svinec
# ADT-UPD-Start
- type: Tag
tags:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Reagents/toxins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
- !type:HealthChange
damage:
types:
Poison: 0.6 # Makes it 20 damage per unit.
Poison: 0.2 # Makes it 20 damage per unit. ADT nerf to 7 damage for unit.

- type: reagent
id: Bungotoxin
Expand Down

0 comments on commit e5e9995

Please sign in to comment.