Moubootaur Legends

Wreath - Item DB

Wreath | 3015

A wreath announces, the spring has come!

MP Regen +5% / +20 DEF, +15% EXP on Spring
ID 3015
type IT_ARMOR
weight 50
def 6
equipLv 25

Mobs that drop this item:

No Monsters drop this item.

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 3015
aegisName Wreath
Script

Script to execute when the item is used/equipped.

bonus bMaxHP,20;
bonus bInt,1;
bonus bSPrecovRate,5;
if ($@SEASON == SPRING) {
	bonus bDef,20;
	bonus2 bExpAddRace,RC_All,15;
}