FutureProg functions

wound

Health · computer function, computer program, standard futureprog

Boolean wound(Character thing, Text type, Number amount, Text bodypart)
Contexts: computer function, computer program, standard futureprog
Creates a wound on a target character
thing: The thing to be wounded
type: The damage type to be applied
amount: The amount of damage to do
bodypart: The bodypart to damage

Boolean wound(Character thing, Text type, Text formula, Text bodypart)
Contexts: computer function, computer program, standard futureprog
Creates a wound on a target character
thing: The thing to be wounded
type: The damage type to be applied
formula: The dice formula of how much damage to do
bodypart: The bodypart to damage

Boolean wound(Perceiver thing, Text type, Number amount)
Contexts: computer function, computer program, standard futureprog
Creates a wound on a target item or character
thing: The thing to be wounded
type: The damage type to be applied
amount: The amount of damage to do

Boolean wound(Perceiver thing, Text type, Text formula)
Contexts: computer function, computer program, standard futureprog
Creates a wound on a target item or character
thing: The thing to be wounded
type: The damage type to be applied
formula: The dice formula of how much damage to do

← Back to FutureProg functions