ID #300088
Card
Senior Broken Gardener Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Book class weapon:
HIT +20
ATK +5%
_______________________
For each Refine Level:
Increases Melee Physical Damage by 1%.
_______________________
Refine Level +10:
Increases damage of Full Moon Kick and Falling Star by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
HIT +20
ATK +5%
_______________________
For each Refine Level:
Increases Melee Physical Damage by 1%.
_______________________
Refine Level +10:
Increases damage of Full Moon Kick and Falling Star by 15%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
S. Broken Gardener Beta
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) { bonus bAtkRate,5; bonus bHit,20; } bonus bShortAtkRate,.@r; if (.@r>=10) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; }
.@r = getrefine();
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) {
bonus bAtkRate,5;
bonus bHit,20;
}
bonus bShortAtkRate,.@r;
if (.@r>=10) {
bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15;
bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15;
bonus2 bSkillAtk,"SJ_FULLMOONKICK",15;
}