Gem Stone
add Gem in your custom item
Last updated
add Gem in your custom item
Last updated
#-----=====[ Gem Effect Stats ]=====-----#
#Extra_Damage:Gem Effect Extra damage.
#Penetration: Gem Effect penetration to ignore enemy armor.
#PvP_Damage: Gem Effect Extra damage when attack Player.
#PvE_Damage: Gem Effect Extra damage when attack Entity.
#Extra_Defense: Gem Effect Extra defense.
#Max_Health: Gem Effect max health when wearing armor.
#PvP_defense: Gem Effect Extra defense when attacked by Player.
#PvE_Defense: Gem Effect Extra defense when attacked by Entity.
#Crit_Chance: Add Effect chance of critical hit.
#Crit_Damage: Add Effect critical damage in Extra.
#blockAmount: Add Effect amount value of block damage.
#blockRate: Add Effect Extra chance of block.
#hitRate: Add Effect Extra chance of hit rate.
#dodgeRate: Add Effect Extra chance of dodge.
#-----=====[ Type Item ]=====-----#
#Weapon: All type of weapon
#Armor: All type of armor
#Universal: All type of material
#-----=====[ Placeholder ]=====-----#
#{type_item} - get type lore
#{success_rate} - get Successful_Rate lore
#{fail_rate} - get Fail_Rate lore
DEFAULT:
Gemname: '&fDefault Set'
GemKeyLore: '&a◆ &7+10 Damgae'
Material_Type: "COAL"
Item_Type: "Weapon" #Coming soon, There is currently no function
Successful_Rate: 75
Stats:
Extra_Damage: 10
Lores:
- "&8&l&m---------------------"
- "&e▶ &7Type: &fSocket Gem"
- "&e▶ &7Item Type: &f{type_item}"
- "&e▶ &7Success: &a{success_rate}% &8&l| &7Failure: &c {fail_rate}%"
- "&8&l&m---------------------"
- "&8&l[&4&l!&8&l] &7Effect:"
- "&9&l>> &bAdd Extra Damage 10"
- ""
- "&2Note: &aPut on Socket GUI to apply"
DEFANSE:
Gemname: '&6Defanse Set'
GemKeyLore: '&a◆ &7+10 Defanse'
Material_Type: "COAL"
Item_Type: "Armor"
Successful_Rate: 20
Stats:
Extra_Defense: 10
Lores:
- "&8&l&m---------------------"
- "&e▶ &7Type: &fSocket Gem"
- "&e▶ &7Item Type: &f{type_item}"
- "&e▶ &7Success: &a{success_rate}% &8&l| &7Failure: &c {fail_rate}%"
- "&8&l&m---------------------"
- "&8&l[&4&l!&8&l] &7Effect:"
- "&9&l>> &bAdd Extra Defense 10"
- ""
- "&2Note: &aPut on Socket GUI to apply"