1enum: SP_TROLL
2monster: MONS_TROLL
3name: Troll
4adjective: Trollish
5difficulty: Simple
6difficulty_priority: 40
7aptitudes:
8  xp: -1
9  hp: 3
10  mp_mod: -1
11  mr: 3
12  fighting: -2
13  short_blades: -2
14  long_blades: -2
15  axes: -2
16  maces_and_flails: -1
17  polearms: -2
18  staves: -2
19  slings: -4
20  bows: -4
21  crossbows: -4
22  throwing: -1
23  armour: -2
24  dodging: -2
25  stealth: -5
26  shields: -2
27  spellcasting: -5
28  conjurations: -3
29  hexes: -4
30  summoning: -3
31  necromancy: -2
32  translocations: -3
33  transmutations: -3
34  fire_magic: -3
35  ice_magic: -3
36  air_magic: -4
37  earth_magic: -1
38  poison_magic: -3
39  invocations: -1
40  evocations: -3
41size: large
42str: 15
43int: 4
44dex: 5
45levelup_stat_frequency: 3
46levelup_stats:
47  - str
48mutations:
49  1:
50    MUT_TOUGH_SKIN: 1
51    MUT_REGENERATION: 1
52    MUT_CLAWS: 3
53    MUT_SHAGGY_FUR: 1
54recommended_jobs:
55  - JOB_FIGHTER
56  - JOB_MONK
57  - JOB_HUNTER
58  - JOB_BERSERKER
59  - JOB_WARPER
60  - JOB_EARTH_ELEMENTALIST
61  - JOB_WIZARD
62recommended_weapons:
63  - SK_MACES_FLAILS
64  - SK_UNARMED_COMBAT
65# start TAG_MAJOR_VERSION == 34
66create_enum: false
67# end TAG_MAJOR_VERSION
68