A blanket big enough to cover a reinboo's back, but not very warm.
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 JSONID | 1166 |
aegisName ❔ | Blanket |
Script to execute when the item is used/equipped.
addtoskill(TMW2_SPEECH, 1, 2);
bonus bHitRate, -10;
bonus bFleeRate, -10;
Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.
dispbottom "Slumber falls over you.";
@min = 1;
@max = 1;
@delay = rand(10);
@type = SC_SLEEP;
doevent "inc_sc_bonus::OnUse";