1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-18 23:09:13 +02:00
parent 733c2314a8
commit 7599f599cf
4 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -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,

View file

@ -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
} }
} }
} }