--[[ © 2011 CloudSixteen.com do not share, re-distribute or modify without permission of its author (kurozael@gmail.com). --]] ATTRIBUTE = openAura.attribute:New(); ATTRIBUTE.name = "Strength"; ATTRIBUTE.maximum = 75; ATTRIBUTE.uniqueID = "str"; ATTRIBUTE.description = "Affects your overall strength, e.g: how hard you punch."; ATTRIBUTE.characterScreen = true; ATB_STRENGTH = openAura.attribute:Register(ATTRIBUTE);