Jump to content
  • 0

enhance glacier


Gaspar145

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/06/19
  • Last Seen:  

queria saber se é possivel fazer com que esse item:

 

- Id: 311450
    AegisName: Physical_Grade_2
    Name: Glacier Flower Spell (Physical Grade) 2Lv
    Type: Card
    SubType: Enchant
    Script: |
      .@g = getenchantgrade();
      .@r = getrefine();
      bonus bLongAtkRate,6;
      bonus bShortAtkRate,6;
      bonus bBaseAtk,30;
      if (.@r>=7) {
         bonus bAspdRate,6;
         if (.@r>=9) {
            bonus bVariableCastrate,-6;
            bonus bDelayrate,-6;
         }
      }
      if (.@g>=ENCHANTGRADE_D) {
         bonus bAtkRate,2;
         bonus bBaseAtk,30;
         if (.@g>=ENCHANTGRADE_C) {
            if (.@r>=7) {
               bonus bPAtk,3;
            }
         }
         if (.@g>=ENCHANTGRADE_B) {
            if (.@r>=9) {
               bonus bPow,1;
               bonus bCon,1;
            }
            if (.@g>=ENCHANTGRADE_A) {
               bonus2 bAddEle,Ele_All,12;
               if (.@r>=11) {
                  bonus2 bAddSize,Size_All,12;
               }
            }
         }
      }

 

 

se torne um consumivel, ao toda vez que eu clicar nele, ele encante o meu equip....

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...