Aurelie Petit Card

Item ID 300593 Name Aurelie Petit Card
For each Refine Level:
Increases Damage of All Bloom and Destructive Hurricane by 1%.
_______________________
When equipped with Yorscalp Crown of Execution:
If the Yorscalp Crown of Execution's Grade is A:
For each Refine Level above +10:
Increases Damage of All Bloom and Destructive Hurricane by an additional 12%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Weapon Level 0 Identifier aegis_300593
Attack 0 Type Card
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",.@r;
bonus2 bSkillAtk,"AG_ALL_BLOOM",.@r;
bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",.@r;
bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",.@r;

Set Script
Aurelie Petit Card
Yorscalp Crown of Judgment
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A && .@r>=10) {
   bonus2 bSkillAtk,"AG_ALL_BLOOM",(.@r-10)*12;
   bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK",(.@r-10)*12;
   bonus2 bSkillAtk,"AG_ALL_BLOOM_ATK2",(.@r-10)*12;
   bonus2 bSkillAtk,"AG_DESTRUCTIVE_HURRICANE",(.@r-10)*12;
}