I see where Bob' used it in his mod, it breaks out as follow, but looking for the vanilla function.
Code: Select all
ammo_type =
{
category = "melee",
target_type = "entity",
action =
{
type = "direct",
action_delivery =
{
type = "instant",
target_effects =
{
{
type = "damage",
damage = { amount = 30 , type = "physical"}
},
{
type = "damage",
damage = { amount = 15 , type = "acid"}
}
}
}
}
},