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)',
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,

View file

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