+---------------------------------------------------------------------------------------------------
+Version: 0.18.1
+Date: 2020-03-27
+
+ Fixed:
+ - Explosion damage is correctly applied again.
+
+ Changed:
+ - Stacksize decreased from 50 to 20. Its big and chunky, you know. :)
+
---------------------------------------------------------------------------------------------------
Version: 0.18.0
Date: 2020-01-24
{
"name": "Waterbomb",
- "version": "0.18.0",
+ "version": "0.18.1",
"title": "Waterbomb",
"author": "someone1337",
"homepage": "https://git.somenet.org/pub/jan/factorio_Waterbomb.git",
subgroup = "equipment",
order = "a[waterbomb]",
place_result = "waterbomb",
- stack_size = 50
+ stack_size = 20
}
})
name = "waterbomb-detonation",
flags = {"not-on-map"},
acceleration = 0,
+ range = 8,
action =
{
type = "direct",
type = "nested-result",
action =
{
- radius = 1,
type = "area",
- perimeter = 5,
+ radius = 6,
action_delivery =
{
type = "instant",
type = "nested-result",
action =
{
- radius = 1,
type = "area",
- perimeter = 10,
+ radius = 14,
action_delivery =
{
type = "instant",
height = 1,
priority = "high"
},
- light = {intensity = 1, size = 4},
+ light = {intensity = 1, size = 8},
smoke = capsule_smoke,
}
})