Moubootaur Legends

Ancient Blueprint - Item DB

Ancient Blueprint | 7470

A Blueprint written in Mananese.

ID 7470
type IT_USABLE
weight 40

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 7470
aegisName AncientBlueprint
Script

Script to execute when the item is used/equipped.

if (!CRAFTQUEST) {
	getitem AncientBlueprint, 1;
	dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook));
	end;
}
if (!getskilllv(TMW2_ANCIENTLANGUAGES)) {
	getitem AncientBlueprint, 1;
	dispbottom l("You cannot understand what's written.");
	end;
}
callfunc("MakeRandomBlueprint");