ID #13473
Weapon
God's Sword [2]
Buy Price: N/A
Sell Price: N/A
A double-edged sword that is said to have been brought to life by the hands of the gods to destroy powerful enemies.
It is said that if you shake it, it will create a vacuum blade and defeat the enemy's neck.
_______________________
AGI +5
Critical +50
Perfect Dodge +20
_______________________
Increases Physical Damage against enemies of Undead and Demon race by 30%.
_______________________
Physical attacks have a certain chance to auto-cast Level 3 Soul Destroyer on the enemy,
if you learned a higher Level, it will auto cast that Level instead.
_______________________
For each Refine Level:
Increases the chance to auto-cast Soul Destroyer.
_______________________
Refine Level +8:
Enables the use of Level 3 Soul Destroyer.
_______________________
When compounded with Incantation Samurai Card:
Increases Attack Speed (decreases After Attack Delay by 10%).
ATK +20%.
When Soul Destroyer is used:
Has a certain chance to increase Perfect Dodge by 100 for 3 seconds.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Sword
Attack: 150
Weight: 130
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Super Novice, 3rd Swordsman classes, 3rd Thief classes and 3rd Merchant classes
It is said that if you shake it, it will create a vacuum blade and defeat the enemy's neck.
_______________________
AGI +5
Critical +50
Perfect Dodge +20
_______________________
Increases Physical Damage against enemies of Undead and Demon race by 30%.
_______________________
Physical attacks have a certain chance to auto-cast Level 3 Soul Destroyer on the enemy,
if you learned a higher Level, it will auto cast that Level instead.
_______________________
For each Refine Level:
Increases the chance to auto-cast Soul Destroyer.
_______________________
Refine Level +8:
Enables the use of Level 3 Soul Destroyer.
_______________________
When compounded with Incantation Samurai Card:
Increases Attack Speed (decreases After Attack Delay by 10%).
ATK +20%.
When Soul Destroyer is used:
Has a certain chance to increase Perfect Dodge by 100 for 3 seconds.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Sword
Attack: 150
Weight: 130
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Super Novice, 3rd Swordsman classes, 3rd Thief classes and 3rd Merchant classes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1300
Range
1
Job Requirements
Alchemist
Yes
Assassin
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Novice
Yes
Rogue
Yes
Super Novice
Yes
Swordsman
Yes
Thief
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script bonus bAgi,5; bonus bCritical,50; bonus bFlee2,20; bonus2 bAddRace,RC_Demon,30; .@r = getrefine(); .@rate = 1+.@r; .@s = getskilllv("ASC_BREAKER"); .@slv = 3; if (.@s>3) { .@slv = .@s; } bonus3 bAutoSpell,"ASC_BREAKER",.@slv,.@rate; if (.@r>=8) { skill "ASC_BREAKER",3; }
bonus bAgi,5;
bonus bCritical,50;
bonus bFlee2,20;
bonus2 bAddRace,RC_Demon,30;
.@r = getrefine();
.@rate = 1+.@r;
.@s = getskilllv("ASC_BREAKER");
.@slv = 3;
if (.@s>3) {
.@slv = .@s;
}
bonus3 bAutoSpell,"ASC_BREAKER",.@slv,.@rate;
if (.@r>=8) {
skill "ASC_BREAKER",3;
}