forked from Simnation/Main
ed
This commit is contained in:
parent
733c2314a8
commit
7599f599cf
4 changed files with 4 additions and 4 deletions
BIN
resources/[inventory]/inventory_images/images/dest_water.png
Normal file
BIN
resources/[inventory]/inventory_images/images/dest_water.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
BIN
resources/[inventory]/inventory_images/images/glukose.png
Normal file
BIN
resources/[inventory]/inventory_images/images/glukose.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
|
@ -1478,7 +1478,7 @@ itemsData = {
|
|||
label = 'Thor\'s Thunder Storm (alkoholfrei)',
|
||||
name = 'thors_thunder_storm',
|
||||
},
|
||||
poison = {
|
||||
organs = {
|
||||
useable = false,
|
||||
weight = 10,
|
||||
type = 'item',
|
||||
|
@ -1486,8 +1486,8 @@ itemsData = {
|
|||
description = '',
|
||||
image = 'poison.png',
|
||||
shouldClose = false,
|
||||
label = 'Kugelfisch Gift',
|
||||
name = 'poison',
|
||||
label = 'Kugelfisch Organe',
|
||||
name = 'organs',
|
||||
},
|
||||
weapon_pistol_mk2 = {
|
||||
useable = false,
|
||||
|
|
|
@ -106,7 +106,7 @@ Config.processing = {
|
|||
sourceItem = 'pufferfish',
|
||||
yield = {
|
||||
{ item = 'fish_fillet', amount = {1, 3} },
|
||||
{ item = 'poison', chance = 15 } -- 25% chance
|
||||
{ item = 'organs', chance = 15 } -- 25% chance
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue