White King Tiger Doll Hat
A smoking tiger-shaped hat with wearing a bamboo hat.
It is originated by an old expression.
'Once upon a time there lived a tiger who is smoking'
STR +2, DEX +2.
To each refine:
Increases damage inflicted on Brute monsters by 1%.
When dealing or attacked by physical attacks, adds a chance to transform into king of tigers 'Eddga'.
Both transforming chance and strength are increased per each refine grade.
During processing:
ATQ +20 by refining.
Drains 10 SP per second.
------
Script: <"
bonus bStr,2;
bonus bDex,2;
bonus2 bAddRace,RC_Brute,(getrefine()*1);
.@r = getrefine();
autobonus "{ bonus2 bSPLossRate,10,3000; bonus bBaseAtk,20*getrefine(); }",3*.@r,3000,BF_NORMAL,"{ montransform (1115),3000,SC_MTF_ASPD; specialeffect2 EF_POTION_BERSERK; }";
autobonus2 "{ bonus2 bSPLossRate,10,3000; bonus bBaseAtk,20*getrefine(); }",3*.@r,3000,WhenHit,"{ montransform (1115),3000,SC_MTF_ASPD; specialeffect2 EF_POTION_BERSERK; }";
">
------
This is the formula that I made according to the standards of item_db, has no errors and apparently is working perfectly. It will work according to the refinement, increasing consecutively the chance of success and also when receiving damage as it is in the description. If you get one above +11 this item becomes very OP.
Using a knight Lv. 90 ~50 Str with a +17 hat, his attack came close to 1,000 points.
All functions are working perfectly. The only thing I did not try to change, because it did not matter to me is the phrase that comes up when Eddga appears, like this:
"Traaaansformation-!! Eddga form!! I also did not need to put it in the formula once the phrase appears automatically.
Have fun guys! ; )