Objects/TitleAchievements

TitleAchievement

titles associated with an achievement
String Achievementtitle

description of achievement
String Achievementdescription

name of achievement
String AchievementName

commands to be executed on equip, true for player commands, false for console
Map<String, Boolean> achievementEquipCommands

commands to be executed on unequip, true for player commands, false for console
Map<String, Boolean> achievementUnEquipCommands

is the title associated with this achievement a prefix true or suffix false
boolean isPrefix

behaviors to add on equip other than commands? - requires and RpgPlayer object
List<EquipBehaviors> equipBehavior

behaviors to add on unequip other than commands? - requires and RpgPlayer object
List<UnEquipBehaviors> unEquipBehavior


Comments

Posts Quoted:
Reply
Clear All Quotes