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)',
|
label = 'Thor\'s Thunder Storm (alkoholfrei)',
|
||||||
name = 'thors_thunder_storm',
|
name = 'thors_thunder_storm',
|
||||||
},
|
},
|
||||||
poison = {
|
organs = {
|
||||||
useable = false,
|
useable = false,
|
||||||
weight = 10,
|
weight = 10,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
|
@ -1486,8 +1486,8 @@ itemsData = {
|
||||||
description = '',
|
description = '',
|
||||||
image = 'poison.png',
|
image = 'poison.png',
|
||||||
shouldClose = false,
|
shouldClose = false,
|
||||||
label = 'Kugelfisch Gift',
|
label = 'Kugelfisch Organe',
|
||||||
name = 'poison',
|
name = 'organs',
|
||||||
},
|
},
|
||||||
weapon_pistol_mk2 = {
|
weapon_pistol_mk2 = {
|
||||||
useable = false,
|
useable = false,
|
||||||
|
|
|
@ -106,7 +106,7 @@ Config.processing = {
|
||||||
sourceItem = 'pufferfish',
|
sourceItem = 'pufferfish',
|
||||||
yield = {
|
yield = {
|
||||||
{ item = 'fish_fillet', amount = {1, 3} },
|
{ 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