Differences
This shows you the differences between two versions of the page.
— |
bestiary:apis [2018/05/29 17:33] (current) fairwyn created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Apis ===== | ||
+ | Traits in this family center around the defending at the cost of Health. | ||
+ | <table ?a [page] "Name" ?class ?hp "HP" ?mana "Mana" ?att "Att" ?int "Int" ?def "Def" ?spd "Spd" > | ||
+ | ?a is a: creature | ||
+ | ?a Family [page]: ?family | ||
+ | ?family = [[]] | ||
+ | ?a Class: ?class | ||
+ | optional{ | ||
+ | ?a Health: ?hp | ||
+ | ?a Mana: ?mana | ||
+ | ?a Attack: ?att | ||
+ | ?a Intelligence: ?int | ||
+ | ?a Defense: ?def | ||
+ | ?a Speed: ?spd | ||
+ | } | ||
+ | ui { | ||
+ | Name { | ||
+ | filter: text | ||
+ | } | ||
+ | } | ||
+ | </table> | ||
+ | ~~NOCACHE~~ |