Armor Attributes are a unique feature included in Phantom Armor, as it allows each armor piece to have different attributes, in conclusion this allows for infinite combination of strategy. Each attribute will have some main settings, such as Roll-Chance, Armor-Boosts & Preview-Item. The rest of the settings are totally customizable and even has it own unique action system, allowing for even more customization.
Commonly Asked Questions (CAQ)
How do I add more attributes?
The system below allows for easy configuration and addition of attributes, just simply copy and paste the previous attribute and make sure it's aligned properly to the rest of them. Once done, make sure to change the key value, which is the value that determines what the attribute is registered as, it must be unique.
Does the overall percent need to be 100%?
The roll chances are calculated as non-dependant, meaning everything does not need to add up to 100%.
How do the attribute boosts work with the armor?
Attributes will be added ontop of the pieces total boost, this is calculated whenever the specified event fires. It is added in this way below, and will only add attribute boosts if they are present.
getArmorBoosts(piece) + (getAttributeBoosts) = total
Configuration Example
No-Attribute: "None"
Unique-Persistence: true # If true, players will not be able to roll the same attribute twice.
Attributes:
"Aetherial-Beacon":
Roll-Chance: 50 # 1% chance to roll this attribute
Armor-Lore-Display: "&bAetherial Beacon" # This will be parsed into %armor_equipped_attribute%
# While they have this attribute equipped, they will gain the following boosts on top of the armor's boosts.
Armor-Boosts:
- "edprison-enchant-experiencecollector:0.10"
- "edprison-tokens:0.10"
# Simple actions that will be executed when the player unlocks this attribute.
Unlock-Actions:
- "[CHANGE_COLOR] 135,206,235"
- "[MESSAGE] &6&lRARE FIND! &7&oYou have unlocked the &3&l[&b&l!&3&l] &bAetherial Beacon &7&oattribute!"
- "[SOUND] ENTITY_WITHER_BREAK_BLOCK;1.0;1.0"
# The preview item that will be displayed in the attribute list.
Preview-Item:
Material: "BEACON"
Custom-Model-Data: 0
Glow: true
Display-Name: "&3&l[&b&l!&3&l] &bAetherial Beacon"
Lore:
- "&8Attribute"
- "&7&oForged from the essence of the skies,"
- "&7&othis &3&oAetherial Beacon &7&oradiates a"
- "&7&ocalming light that reaches across realms."
- " "
- "&b&lEffects"
- "&3 → &bExperience Collector &7(+10% Proc Chance&7)"
- "&3 → &bToken Boost &7(+10% Income&7)"
- " "
- "&7&o(( &f&oRoll &7&oattributes in the &b&oattribute roller!&7&o ))"
"Blood-Essence":
Roll-Chance: 50 # 1% chance to roll this attribute
Armor-Lore-Display: "&cBlood Essence" # This will be parsed into %armor_equipped_attribute%
# While they have this attribute equipped, they will gain the following boosts on top of the armor's boosts.
Armor-Boosts:
- "phantomarmor-exp:0.10"
- "edprison-tokens:0.10"
# Simple actions that will be executed when the player unlocks this attribute.
Unlock-Actions:
- "[CHANGE_COLOR] 100,41,38"
- "[MESSAGE] &c&lINSANE FIND! &7&oYou have unlocked the &4&l&o[&c&l&o!&4&l&o] &c&oBlood Essence &7&oattribute!"
- "[SOUND] ENTITY_WITHER_BREAK_BLOCK;1.0;1.0"
# The preview item that will be displayed in the attribute list.
Preview-Item:
Material: "REDSTONE"
Custom-Model-Data: 0
Glow: true
Display-Name: "&4&l[&c&l!&4&l] &cBlood Essence"
Lore:
- "&8Attribute"
- "&7&oForged from the essence of the skies,"
- "&7&othis &3&oAetherial Beacon &7&oradiates a"
- "&7&ocalming light that reaches across realms."
- " "
- "&c&lEffects"
- "&4 → &cArmor EXP &7(+20% Additional&7)"
- "&4 → &cToken Boost &7(+10% Income&7)"
- " "
- "&7&o(( &f&oRoll &7&oattributes in the &b&oattribute roller!&7&o ))"