fixed typo and missing parent classes

This commit is contained in:
[VB]AWOL
2014-05-31 23:52:28 -05:00
parent 433163e67d
commit ef546dbf3a
2 changed files with 8 additions and 29 deletions

View File

@@ -21,28 +21,7 @@ class CfgBuildingLoot {
hangPos[] = {};
vehPos[] = {};
};
//New System
class Church: Default {
zombieChance = 0.3;
minRoaming = 1;
maxRoaming = 3;
zombieClass[] = {"z_priest","z_priest","z_priest"};
lootChance = 0.3;
lootPos[] = {};
lootType[] = {
//one spawn
//tools
//{"ItemMatchbox","generic",0.02},
//weapons
//special
//mags special
//{"ItemBookBible","magazine",0.03},
//bags
//multiple spawns
{"","Church",0.50},
{"","generic",0.50}
};
};
class Castle: Default {
lootChance = 0.2;
lootPos[] = {};