Well, I've seen in several scripts (Like Dargor Bestiary or DVV Skill/Item description), That is possible to assign Icons to the Elements, I refer to Fire, Water...etc.
The problem is that the Class Element belongs to RPG::System, and I don't know how to assign or add atrributes to the Element Subscript.
Or something like:
module RPG::Element
Element Icons = {Fire => '001-Icon01',......}
Element_Icons.default = Iconx
Because there are no a Element class.
The problem is that the Class Element belongs to RPG::System, and I don't know how to assign or add atrributes to the Element Subscript.
Or something like:
module RPG::Element
Element Icons = {Fire => '001-Icon01',......}
Element_Icons.default = Iconx
Because there are no a Element class.