Gem Stone

add Gem in your custom item

information

Gems stone are a great way for players to improve the items they obtain. Player can use Various type gem to add Attribute in than Item, like extra damage , Penetration, CritDamage, PvPDamage, Health , Defense...but Items need empty gem sockets to receive gem stones, in the future we will add Gem Stone Type ,Like just Can only socket in weapon ,armor or Universal.

Socket GUI

You can add gem stone to your custom item if that item contain Empty socket, and you can use Socket GUI to socket gem stone in the item, but you need to know, the gem stone may fail with socket item just like real RPG Game.

#-----=====[ 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"

Last updated