what I've tried to add to the grenade, but it does nothing
table.insert(
action.action_delivery.target_effects,
{
type = "damage",
damage = {
type = "capture", amount = 100 * strength
}
}
)
table.insert(
action.action_delivery.target_effects,
{
type = "activate-impact",
deliver ...
Search found 4 matches
- Fri Feb 28, 2025 5:37 pm
- Forum: Ideas and Requests For Mods
- Topic: Damaging fish with grenades
- Replies: 1
- Views: 260
- Fri Feb 28, 2025 5:35 pm
- Forum: Ideas and Requests For Mods
- Topic: Damaging fish with grenades
- Replies: 1
- Views: 260
Damaging fish with grenades
Hi,
I'm creating a mod & depending on the entity that has been killed, you'll get a different item.
But when trying to damage the fish with anything but a bullet, it doesn't seem to work.
i.e. rockets just delete the fish, any other explosive or capsule does nothing, ...
How can I make the fish ...
I'm creating a mod & depending on the entity that has been killed, you'll get a different item.
But when trying to damage the fish with anything but a bullet, it doesn't seem to work.
i.e. rockets just delete the fish, any other explosive or capsule does nothing, ...
How can I make the fish ...
- Fri May 03, 2019 12:58 pm
- Forum: Mods
- Topic: [1.0] Sea Block Pack 0.4.10
- Replies: 1732
- Views: 1263535
Re: [0.17] Sea Block Pack 0.3.4
I've fixed an issue with the modpack, version 0.17.35 wasn't compatible anymore with the data.lua & control.lua.
Changes (replace [line] with the code below):
- control.lua[129]
local inv = player.get_main_inventory()
- data.lua[8]
if data.raw.player and data.raw.player.player then --pre 0.17.35 ...
Changes (replace [line] with the code below):
- control.lua[129]
local inv = player.get_main_inventory()
- data.lua[8]
if data.raw.player and data.raw.player.player then --pre 0.17.35 ...
- Thu Dec 22, 2016 12:26 pm
- Forum: Ideas and Suggestions
- Topic: Machine gets stuck or breaks.
- Replies: 3
- Views: 1979
Machine gets stuck or breaks.
So, what I want is a chance of my machines breaking on me. Which means like a 1% chance every day or something. What does it mean? The machine still exists & is still connected to the electricity network, jet it doesn't work anymore (like it gets stuck on an ore or something). And the only way to ...