ID #19402
Armor
Many Stars
Buy Price: N/A
Sell Price: N/A
Stars shining in the sky.
The star is said to inhale everything.
_______________________
Enables the use of Level 1 Greed.
_______________________
When equipped by Blacksmith classes:
Decreases Variable Casting Time of Greed by 100%.
Defeating monsters with physical attacks restores 5 SP.
_______________________
When equipped with Roaring Drum:
Ignores physical defense of all enemies by 50%.
_______________________
Since it is an equipped effect, it still will be displayed even when the effect (/effect) is turned off.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 40
The star is said to inhale everything.
_______________________
Enables the use of Level 1 Greed.
_______________________
When equipped by Blacksmith classes:
Decreases Variable Casting Time of Greed by 100%.
Defeating monsters with physical attacks restores 5 SP.
_______________________
When equipped with Roaring Drum:
Ignores physical defense of all enemies by 50%.
_______________________
Since it is an equipped effect, it still will be displayed even when the effect (/effect) is turned off.
_______________________
Type: Headgear
Defense: 0
Position: Lower
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 40
Basic Information
Type
Armor
Weight
300
Requirements
Armor Level
1
Min Level
40
Scripts
Script skill "BS_GREED",1; if (BaseClass == Job_Blacksmith) { bonus2 bVariableCastrate,"BS_GREED",-100; bonus bSPGainValue,5; }
skill "BS_GREED",1;
if (BaseClass == Job_Blacksmith) {
bonus2 bVariableCastrate,"BS_GREED",-100;
bonus bSPGainValue,5;
}