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.
21 lines
357 B
D
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;
|
|
};
|