Moubootaur Legends

Wedding Ring - Item DB

Wedding Ring | 2500

Your wedding ring.

Marriage Skills
ID 2500
type IT_ARMOR
weight 1
def 1
equipLv 1

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 2500
aegisName WeddingRing
Script

Script to execute when the item is used/equipped.

if (getpartnerid()) {
	skill WE_MALE,1;
	skill WE_FEMALE,1;
	bonus bMaxHP,5;
}