scripts: items, characters, materials, terrains, etc -- splitted to separate files
[k8-i-v-a-n.git] / Script / items / copyofleftnutofpetrus.dat
blob9f2772d7a44a8c24ce48077cbf6d898acdc426bf
1 copyofleftnutofpetrus /* nut-> */
3 DefaultSize = 10;
4 Category = MISC;
5 DefaultMainVolume = 500;
6 NameSingular = "copy of the left nut of Petrus";
7 NamePlural = "copies of the left nut of Petrus";
8 FormModifier = 15;
9 AttachedGod = MELLIS;
10 IsValuable = false;
11 IsAbstract = true;
13 Config CHEAP;
15 Possibility = 10;
16 Price = 50;
17 MainMaterialConfig == GLASS; /* should be plastic */
18 Adjective = "cheap";
19 Alias == "left nut";
22 Config EXPENSIVE;
24 Possibility = 5;
25 Price = 500;
26 MainMaterialConfig == DIAMOND;
27 UsesLongAdjectiveArticle = true;
28 Adjective = "expensive";