MAPS | ITEMS | MOBS | PRODUCE | OTHER |
PREVIEW | NAME(ID) | 16043 - Meteor Strike[2] (Meteor Strike) | ||||
class | Maces | weigth | 2000 | NPCbuy | OC 0 | |
Slots | 2 | ATK | 1 | REQlvl | 110 | |
WeaponLVL | 4 | REQJOB | Novice | PROPERTY | Neutral | |
description | A very heavy hammer that only a super human can use it.
When base STR is 108 or more, reduces SP consumption by 20%. When base STR is 120 or more, reduces SP consumption by 30%. Every 1 refine increase ATK by +10. Every level of Axe Mastery increase ATK by +7 and HIT +5. Every level of Weapon Research increase ATK by +10. Every level of Iron Hand increase ATK by +30. When Push Cart is mastered, Enables use of Level 1 Cart Revolution. When Level 1 of Sword Training is learned, Enables use of Level 1 Bowling Bash. When Level 2 or more of Sword Training is learned, Enables use of Bowling Bash. Class: Mace Attack: 1 Weight: 2000 Weapon Level: 4 Level Requirement: 110 Jobs: Super Novice |
|||||
Drop by | ||||||
NPCsell | ||||||
script | bonus bBaseAtk,10*getskilllv("BS_WEAPONRESEARCH"); bonus bBaseAtk,30*getskilllv("MO_IRONHAND"); .@s = getskilllv("AM_AXEMASTERY"); bonus bBaseAtk,7*.@s; bonus bHit,5*.@s; bonus bBaseAtk,10*getrefine(); if (getskilllv("MC_PUSHCART") > 9) skill "MC_CARTREVOLUTION",1; if (getskilllv("SM_SWORD") > 0) skill "KN_BOWLINGBASH",1; .@str = readparam(bStr); if (.@str > 119) bonus bUseSPrate,-30; else if (.@str > 107) bonus bUseSPrate,-20; | |||||
Combo | NA |
Naposledy vygenerovano dne : Sun, 03 Jan 2021 14:35:43 +0100 (c) 2006-2012 jihrad, Nebiki & k3dT - http://www.reborn.cz |