Page 1 of 1
[0.9.8] Fish Define Lolz
Posted: Wed May 14, 2014 9:05 am
by ludsoe
The fish defines have stack size and order defined twice. Somebody must of been tired.
Fish DefineCode: Select all
{
type = "capsule",
name = "raw-fish",
icon = "__base__/graphics/icons/fish.png",
flags = {"goes-to-quickbar"},
subgroup = "raw-resource",
order = "h",
stack_size = 64,
capsule_action =
{
type = "use-on-self",
attack_parameters =
{
ammo_category = "capsule",
cooldown = 30,
range = 0,
ammo_type =
{
category = "capsule",
target_type = "position",
action =
{
type = "direct",
action_delivery =
{
type = "instant",
target_effects =
{
type = "damage",
damage = {type = "physical", amount = -20}
}
}
}
}
}
},
order = "f-e-a",
stack_size = 100
}
Re: [0.9.8] Fish Define Lolz
Posted: Thu May 15, 2014 11:06 am
by cube
Fixed, thanks.