1enum: SP_GHOUL
2monster: MONS_GHOUL
3name: Ghoul
4adjective: Ghoulish
5difficulty: Simple
6difficulty_priority: 30
7species_flags:
8  - SPF_NO_HAIR
9aptitudes:
10  xp: 0
11  hp: 1
12  mp_mod: -1
13  mr: 3
14  fighting: 1
15  short_blades: -1
16  long_blades: -1
17  axes: -1
18  maces_and_flails: -1
19  polearms: -1
20  staves: -1
21  slings: -1
22  bows: -1
23  crossbows: -1
24  throwing: -1
25  armour: -1
26  dodging: -1
27  stealth: 2
28  shields: -1
29  unarmed_combat: 1
30  spellcasting: -2
31  conjurations: -2
32  hexes: -2
33  summoning: -1
34  translocations: -1
35  transmutations: -1
36  fire_magic: -2
37  ice_magic: 1
38  air_magic: -2
39  earth_magic: 1
40  invocations: 1
41  evocations: -1
42undead_type: US_UNDEAD
43str: 11
44int: 3
45dex: 4
46levelup_stat_frequency: 5
47levelup_stats:
48  - str
49mutations:
50  1:
51    MUT_NEGATIVE_ENERGY_RESISTANCE: 3
52    MUT_TORMENT_RESISTANCE: 2
53    MUT_INHIBITED_REGENERATION: 1
54    MUT_COLD_RESISTANCE: 1
55    MUT_CLAWS: 1
56fake_mutations:
57  - long: You thrive by killing the living.
58recommended_jobs:
59  - JOB_WARPER
60  - JOB_GLADIATOR
61  - JOB_MONK
62  - JOB_NECROMANCER
63  - JOB_ICE_ELEMENTALIST
64  - JOB_EARTH_ELEMENTALIST
65recommended_weapons:
66  - SK_UNARMED_COMBAT
67  - SK_BOWS
68  - SK_CROSSBOWS
69  - SK_SLINGS
70# start TAG_MAJOR_VERSION == 34
71create_enum: false
72# end TAG_MAJOR_VERSION
73