Moubootaur Legends

Blanket - Item DB

Blanket | 1166

A blanket big enough to cover a reinboo's back, but it is not very warm.

Speech+
ID 1166
type IT_ARMOR
weight 45
equipLv 70

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 1166
aegisName Blanket
Script

Script to execute when the item is used/equipped.

addtoskill(TMW2_SPEECH, 1, 2);
bonus bHitRate, -10;
bonus bFleeRate, -10;
OnUnequipScript

Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.

dispbottom "Slumber falls over you.";
callfunc "SC_Bonus", rand(4), SC_SLEEP, 1;