Fix item script for Paradise Luxury Suit (#7409)

This commit is contained in:
Vietlubu 2022-11-06 23:32:13 +07:00 committed by GitHub
parent 63c3e67d93
commit b351e40070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149711,11 +149711,11 @@ Body:
NoMail: true
NoAuction: true
Script: |
.@l = BaseLevel;
bonus bMaxHP,1500;
bonus bMaxSP,150;
bonus bDelayrate,-5;
bonus bBaseAtk,5*(min(.@l,150)/10);
.@l = BaseLevel;
if (.@l>=105)
bonus bAtkRate,3;
if (.@l>=110)