Fix item script for Paradise Luxury Suit (#7409)
This commit is contained in:
parent
63c3e67d93
commit
b351e40070
@ -149711,11 +149711,11 @@ Body:
|
|||||||
NoMail: true
|
NoMail: true
|
||||||
NoAuction: true
|
NoAuction: true
|
||||||
Script: |
|
Script: |
|
||||||
|
.@l = BaseLevel;
|
||||||
bonus bMaxHP,1500;
|
bonus bMaxHP,1500;
|
||||||
bonus bMaxSP,150;
|
bonus bMaxSP,150;
|
||||||
bonus bDelayrate,-5;
|
bonus bDelayrate,-5;
|
||||||
bonus bBaseAtk,5*(min(.@l,150)/10);
|
bonus bBaseAtk,5*(min(.@l,150)/10);
|
||||||
.@l = BaseLevel;
|
|
||||||
if (.@l>=105)
|
if (.@l>=105)
|
||||||
bonus bAtkRate,3;
|
bonus bAtkRate,3;
|
||||||
if (.@l>=110)
|
if (.@l>=110)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user