mahlendur/_work/Data/Scripts/Content/Items/IT_Campfire.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

12 lines
239 B
D

instance CA_ITMI_BRANCH(C_Item)
{
name = "Wooden branch";
mainflag = ITEM_KAT_NONE;
flags = ITEM_MULTI;
value = 1;
visual = "CA_ITMI_BRANCH.3ds";
material = MAT_WOOD;
description = name;
text[5] = NAME_Value;
count[5] = value;
};