mahlendur/_work/Data/Scripts/Content/Items/IT_FakeScroll.d
Daniel Heße 892a40ff0f Initial commit with Subversion-codebase from 13/05/2022.
Cleaned up the mess, at this time, only viable data get synced (_work directory for Gothic-data, miranda for mdc-scripts.
Need to symlink files to a working directory.
2022-05-13 17:38:52 +02:00

21 lines
357 B
D

INSTANCE Fakescroll(C_Item)
{
name = "Letter";
mainflag = ITEM_KAT_DOCS;
flags = ITEM_MISSION;
hp = 5;
hp_max = 5;
weight = 1;
value = 0;
visual = "Fakescroll.3ds";
material = MAT_LEATHER;
scemeName = "MAPSEALED";
description = name;
TEXT[5] = NAME_Value;
COUNT[5] = value;
};