data dirs renamed
[k8-i-v-a-n.git] / script / chars / carnivorousplant.dat
blob38766edcf7c34fc95f3ad4fdd791894d1d316937
1 carnivorousplant
3 DefaultArmStrength = 4;
4 DefaultAgility = 2;
5 DefaultEndurance = 7;
6 DefaultPerception = 6;
7 DefaultIntelligence = 3;
8 DefaultWisdom = 2;
9 DefaultCharisma = 3;
10 DefaultMana = 0;
11 CanOpen = false;
12 TotalVolume = 20000;
13 TorsoBitmapPos = 0, 16;
14 HostileReplies == "@Dd is silent.";
15 FriendlyReplies == "@Dd is silent.";
16 TotalSize = 100;
17 Adjective = "carnivorous";
18 NameSingular = "plant";
19 AttackStyle = USE_HEAD;
20 BaseBiteStrength = 300;
21 SkinColor = rgb16(111, 64, 37);
22 TorsoMainColor = rgb16(0, 160, 0); /* the leaves */
23 /* TorsoSpecialColor (the flower) is random */
24 CanBeGenerated = true;
25 KnownCWeaponSkills == BITE;
26 CWeaponSkillHits == 20;
27 PanicLevel = 0;
28 ClassStates = INFRA_VISION;
29 HasALeg = false;
30 FleshMaterial = PLANT_FIBER;
31 DeathMessage = "@Dd is destroyed.";
32 SpillsBlood = false;
33 Sweats = false;
34 StandVerb = "rooted";
35 AttachedGod = SILVA;
36 IsPlant = true;
37 IsRooted = true;
38 AllowUnconsciousness = false;
39 CanChoke = false;
41 Config GIANTIC;
43 AttributeBonus = 250;
44 TorsoBitmapPos = 80, 16;
45 Adjective = "giant carnivorous";
46 BaseBiteStrength = 700;
47 CWeaponSkillHits == 100;
48 TotalVolume = 40000;
49 TotalSize = 250;
50 IsEnormous = true;
53 Config GREATER;
55 AttributeBonus = 175;
56 TorsoBitmapPos = 96, 16;
57 Adjective = "greater carnivorous";
58 BaseBiteStrength = 500;
59 CWeaponSkillHits == 50;
60 TotalVolume = 30000;
61 TotalSize = 175;
64 Config LILY;
66 AttributeBonus = 250;
67 Adjective = "carnivorous";
68 TorsoBitmapPos = 80, 16;
69 NameSingular = "lily pad";
70 BaseBiteStrength = 1000;
71 CWeaponSkillHits == 100;
72 TotalVolume = 40000;
73 TotalSize = 250;
74 IsEnormous = true;
75 IsRooted = false;
76 MoveType = SWIM;
77 StandVerb = "sticking"; /*only used if not swimming*/
80 Config SHAMBLING;
82 AttributeBonus = 250;
83 Adjective = "shambling carnivorous";
84 TorsoBitmapPos = 80, 16;
85 BaseBiteStrength = 1000;
86 CWeaponSkillHits == 100;
87 TotalVolume = 40000;
88 TotalSize = 250;
89 IsEnormous = true;
90 IsRooted = false;
91 StandVerb = "skittering";