copied alot of new replies from community fork
[k8-i-v-a-n.git] / script / chars / bear.dat
blob4e89d8b107ff8d2f7212d50f785d7cbf07537d85
1 bear
3 DefaultArmStrength = 50;
4 DefaultAgility = 15;
5 DefaultEndurance = 20;
6 DefaultPerception = 15;
7 DefaultIntelligence = 8;
8 DefaultWisdom = 10;
9 DefaultCharisma = 15;
10 DefaultMana = 0;
11 TorsoBitmapPos = 336, 0;
12 HostileReplies == "@Dd growls madly.";
13 FriendlyReplies == "@Dd growls happily.";
14 NameSingular = "bear";
15 AttackStyle = USE_HEAD|USE_ARMS;
16 BaseUnarmedStrength = 600;
17 KnownCWeaponSkills = { 2, UNARMED, BITE; }
18 CWeaponSkillHits == 100;
19 FleshMaterial = BEAR_FLESH;
20 DeathMessage = "@Dd groans terribly and falls dead to the ground.";
21 AttachedGod = SILVA;
22 IsAbstract = true;
24 Config BLACK_BEAR;
26 Adjective = "black";
27 SkinColor = rgb16(80, 80, 80);
28 CanBeGenerated = true;
29 TotalVolume = 150000;
30 TotalSize = 150;
31 AttributeBonus = -30;
34 Config CAVE_BEAR;
36 Adjective = "cave";
37 SkinColor = rgb16(170, 130, 90);
38 CanBeGenerated = true;
39 TotalVolume = 250000;
40 TotalSize = 250;
41 IsEnormous = true;
44 Config GRIZZLY_BEAR;
46 Adjective = "grizzly";
47 SkinColor = rgb16(140, 80, 40);
48 CanBeGenerated = true;
49 TotalVolume = 200000;
50 TotalSize = 200;
51 AttributeBonus = -15;
54 Config PANDA_BEAR;
56 Adjective = "panda";
57 SkinColor = rgb16(80, 80, 80);
58 CanBeGenerated = true;
59 TotalVolume = 125000;
60 TotalSize = 125;
61 AttributeBonus = -35;
62 TorsoBitmapPos = 193, 16;
63 DeathMessage = "@Dd groans terribly and falls dead to the ground. You feel really bad for endangering of these species.";
64 Frequency = 5000;
67 Config POLAR_BEAR;
69 Adjective = "polar";
70 SkinColor = rgb16(240, 240, 240);
71 TotalVolume = 300000;
72 TotalSize = 300;
73 AttributeBonus = 15;
74 IsEnormous = true;
77 Config MUTANT_BEAR;
79 Adjective = "mutant";
80 SkinColor = rgb16(120, 160, 100);
81 TotalVolume = 300000;
82 TotalSize = 350;
83 AttributeBonus = 20;
84 IsEnormous = true;
85 TorsoSpecialColor = rgb16(255, 128, 128); /* EyeColor */
86 BloodMaterial = GLOWING_BLOOD;
87 HostileReplies :=
89 "\"We are bad news.\"",
90 "\"One bear to rule them all.\"",
91 "\"The time of ape-kind is over. We shall rise, we shall conquer. Soon, bear-kind shall reign over the whole world!\"",
92 "@Dd roars!";