1enum: SP_GARGOYLE
2monster: MONS_GARGOYLE
3name: "Gargoyle"
4short_name: "Gr"
5difficulty: Simple
6difficulty_priority: 70
7species_flags:
8  - SPF_NO_HAIR
9aptitudes:
10  xp: 0
11  hp: -2
12  mp_mod: 0
13  mr: 3
14  fighting: 1
15  short_blades: -1
16  long_blades: -1
17  axes: -1
18  polearms: -1
19  slings: -1
20  throwing: -1
21  armour: 1
22  dodging: -2
23  stealth: 2
24  shields: 1
25  spellcasting: -1
26  conjurations: 1
27  hexes: -1
28  summoning: -1
29  necromancy: -2
30  translocations: -1
31  transmutations: -2
32  air_magic: -2
33  earth_magic: 2
34  invocations: 1
35  evocations: -1
36str: 11
37int: 8
38dex: 5
39levelup_stat_frequency: 4
40levelup_stats:
41  - str
42  - int
43mutations:
44  1:
45    MUT_NEGATIVE_ENERGY_RESISTANCE: 1
46    MUT_PETRIFICATION_RESISTANCE: 1
47    MUT_SHOCK_RESISTANCE: 1
48    MUT_TORMENT_RESISTANCE: 1
49  14:
50    MUT_BIG_WINGS: 1
51fake_mutations:
52  - long: You are immune to sickness and miasma.
53  - short: sickness immunity
54recommended_jobs:
55  - JOB_FIGHTER
56  - JOB_GLADIATOR
57  - JOB_MONK
58  - JOB_BERSERKER
59  - JOB_FIRE_ELEMENTALIST
60  - JOB_ICE_ELEMENTALIST
61  - JOB_EARTH_ELEMENTALIST
62  - JOB_VENOM_MAGE
63recommended_weapons:
64  - SK_MACES_FLAILS
65  - SK_STAVES
66  - SK_BOWS
67  - SK_CROSSBOWS
68# start TAG_MAJOR_VERSION == 34
69create_enum: false
70# end TAG_MAJOR_VERSION
71