Tweaked a few creatures

Tweaked a few creatures.
This commit is contained in:
Jaysyn904 2022-12-18 22:39:32 -05:00
parent 6b1ac72a5d
commit 0187ed30eb
11 changed files with 99 additions and 206 deletions

View File

@ -1709,7 +1709,7 @@
},
"Version": {
"type": "dword",
"value": 30
"value": 31
},
"Width": {
"type": "int",

View File

@ -2913,7 +2913,7 @@
},
"Version": {
"type": "dword",
"value": 20
"value": 21
},
"Width": {
"type": "int",

View File

@ -14067,7 +14067,7 @@
},
"NAME": {
"type": "cexostring",
"value": "Fungus: Shrieker"
"value": "Fungus, Shrieker: 02 HD"
},
"RESREF": {
"type": "resref",
@ -14086,7 +14086,7 @@
},
"NAME": {
"type": "cexostring",
"value": "Fungus: Violet"
"value": "Fungus, Violet: 02 HD"
},
"RESREF": {
"type": "resref",
@ -14200,7 +14200,7 @@
},
"NAME": {
"type": "cexostring",
"value": "Shambling Mound [RA]"
"value": "Shambling Mound [RA]: 08 HD"
},
"RESREF": {
"type": "resref",

Binary file not shown.

View File

@ -18,6 +18,9 @@
void main()
{
ms_Nomenclature(OBJECT_SELF);
// OPTIONAL BEHAVIORS (Comment In or Out to Activate ) ****************************************************************************
//SetSpawnInCondition(NW_FLAG_SPECIAL_CONVERSATION);
//SetSpawnInCondition(NW_FLAG_SPECIAL_COMBAT_CONVERSATION);
@ -73,7 +76,7 @@ void main()
// combat.
GenerateNPCTreasure(); //* Use this to create a small amount of treasure on the creature
ms_Nomenclature(OBJECT_SELF);
}

Binary file not shown.

View File

@ -34,7 +34,7 @@
},
"Comment": {
"type": "cexostring",
"value": "Shambling Mound [RA]\r\n\r\nMonster Manual I, pg. 222\r\n\r\n"
"value": "Shambling Mound [RA]: 08 HD\r\n\r\nMonster Manual I, pg. 222\r\n\r\n"
},
"Con": {
"type": "byte",
@ -168,7 +168,7 @@
"FirstName": {
"type": "cexolocstring",
"value": {
"0": "Shambling Mound [RA]"
"0": "Shambling Mound [RA]: 08 HD"
}
},
"fortbonus": {
@ -259,55 +259,55 @@
},
"ScriptAttacked": {
"type": "resref",
"value": "x2_def_attacked"
"value": "ra_ai_attacked"
},
"ScriptDamaged": {
"type": "resref",
"value": "x2_def_ondamage"
"value": "ra_ai_ondamaged"
},
"ScriptDeath": {
"type": "resref",
"value": "x2_def_ondeath"
"value": "ra_ai_ondeath"
},
"ScriptDialogue": {
"type": "resref",
"value": "x2_def_onconv"
"value": "ra_ai_onconverse"
},
"ScriptDisturbed": {
"type": "resref",
"value": "x2_def_ondisturb"
"value": "ra_ai_ondisturb"
},
"ScriptEndRound": {
"type": "resref",
"value": "x2_def_endcombat"
"value": "ra_ai_endcmbtrnd"
},
"ScriptHeartbeat": {
"type": "resref",
"value": "x2_def_heartbeat"
"value": "ra_ai_heartbeat"
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "ra_ai_onblocked"
},
"ScriptOnNotice": {
"type": "resref",
"value": "x2_def_percept"
"value": "ra_ai_onpercept"
},
"ScriptRested": {
"type": "resref",
"value": "x2_def_rested"
"value": "ra_ai_onrested"
},
"ScriptSpawn": {
"type": "resref",
"value": "x2_def_spawn"
"value": "ra_ai_onspawn"
},
"ScriptSpellAt": {
"type": "resref",
"value": "x2_def_spellcast"
"value": "ra_ai_onspelled"
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": "ra_ai_userdef"
},
"SkillList": {
"type": "list",
@ -670,6 +670,21 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "SPAWN_TYPE"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "no_spn_ftr"
}
}
]
},

View File

@ -34,7 +34,7 @@
},
"Comment": {
"type": "cexostring",
"value": "Fungus: Shrieker\r\n\r\nMonster Manual I, pg. 112\r\n\r\n\r\n\r\n"
"value": "Fungus, Shrieker: 02 HD\r\n\r\nMonster Manual I, pg. 112\r\n\r\n\r\n\r\n"
},
"Con": {
"type": "byte",
@ -105,7 +105,7 @@
"id": 16816332,
"type": "cexolocstring",
"value": {
"0": "Fungus: Shrieker"
"0": "Fungus, Shrieker: 02 HD"
}
},
"fortbonus": {

View File

@ -34,7 +34,7 @@
},
"Comment": {
"type": "cexostring",
"value": "Fungus: Violet\r\n\r\nMonster Manual I, pg 113"
"value": "Fungus, Violet: 02 HD\r\n\r\nMonster Manual I, pg 113"
},
"Con": {
"type": "byte",
@ -114,7 +114,7 @@
"id": 16816242,
"type": "cexolocstring",
"value": {
"0": "Fungus: Violet"
"0": "Fungus, Violet: 02 HD"
}
},
"fortbonus": {
@ -203,55 +203,55 @@
},
"ScriptAttacked": {
"type": "resref",
"value": "x2_def_attacked"
"value": "ra_ai_attacked"
},
"ScriptDamaged": {
"type": "resref",
"value": "x2_def_ondamage"
"value": "ra_ai_ondamaged"
},
"ScriptDeath": {
"type": "resref",
"value": "x2_def_ondeath"
"value": "ra_ai_ondeath"
},
"ScriptDialogue": {
"type": "resref",
"value": "x2_def_onconv"
"value": "ra_ai_onconverse"
},
"ScriptDisturbed": {
"type": "resref",
"value": "x2_def_ondisturb"
"value": "ra_ai_ondisturb"
},
"ScriptEndRound": {
"type": "resref",
"value": "x2_def_endcombat"
"value": "ra_ai_endcmbtrnd"
},
"ScriptHeartbeat": {
"type": "resref",
"value": "x2_def_heartbeat"
"value": "ra_ai_heartbeat"
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "ra_ai_onblocked"
},
"ScriptOnNotice": {
"type": "resref",
"value": "x2_def_percept"
"value": "ra_ai_onpercept"
},
"ScriptRested": {
"type": "resref",
"value": "x2_def_rested"
"value": "ra_ai_onrested"
},
"ScriptSpawn": {
"type": "resref",
"value": "x2_def_spawn"
"value": "ra_ai_onspawn"
},
"ScriptSpellAt": {
"type": "resref",
"value": "x2_def_spellcast"
"value": "ra_ai_onspelled"
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": "ra_ai_userdef"
},
"SkillList": {
"type": "list",
@ -629,6 +629,21 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "SPAWN_TYPE"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "no_spn_ftr"
}
}
]
},

View File

@ -294,55 +294,55 @@
},
"ScriptAttacked": {
"type": "resref",
"value": "x2_def_attacked"
"value": "ra_ai_attacked"
},
"ScriptDamaged": {
"type": "resref",
"value": "x2_def_ondamage"
"value": "ra_ai_ondamaged"
},
"ScriptDeath": {
"type": "resref",
"value": "x2_def_ondeath"
"value": "ra_ai_ondeath"
},
"ScriptDialogue": {
"type": "resref",
"value": "x2_def_onconv"
"value": "ra_ai_onconverse"
},
"ScriptDisturbed": {
"type": "resref",
"value": "x2_def_ondisturb"
"value": "ra_ai_ondisturb"
},
"ScriptEndRound": {
"type": "resref",
"value": "x2_def_endcombat"
"value": "ra_ai_endcmbtrnd"
},
"ScriptHeartbeat": {
"type": "resref",
"value": "x2_def_heartbeat"
"value": "ra_ai_heartbeat"
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "ra_ai_onblocked"
},
"ScriptOnNotice": {
"type": "resref",
"value": "x2_def_percept"
"value": "ra_ai_onpercept"
},
"ScriptRested": {
"type": "resref",
"value": "x2_def_rested"
"value": "ra_ai_onrested"
},
"ScriptSpawn": {
"type": "resref",
"value": "x2_def_spawn"
"value": "ra_ai_onspawn"
},
"ScriptSpellAt": {
"type": "resref",
"value": "x2_def_spellcast"
"value": "ra_ai_onspelled"
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": "ra_ai_userdef"
},
"SkillList": {
"type": "list",
@ -690,6 +690,21 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "SPAWN_TYPE"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "no_spn_ftr"
}
}
]
},

View File

@ -1,29 +1,3 @@
1 x Huge Monstrous Scorpion (vermin)
Huge monstrous scorpion: CR 7; Huge vermin; HD 10d8+30; hp 75; Init +0; Spd 50 ft. (10 squares); AC 20 (-2 size, +12 natural), touch 8, flat-footed 20; Base Atk +7; Grp +21; Atk +11 melee (1d8+6, claw); Full Atk +11 melee (1d8+6, 2 claws) and +6 melee (2d4+3 plus poison, sting); Space/Reach 15 ft./10 ft.; SA Constrict 1d8+6, improved grab, poison; SQ Darkvision 60 ft., tremorsense 60 ft., vermin traits; AL N; SV Fort +10, Ref +3, Will +3; Str 23, Dex 10, Con 16, Int -, Wis 10, Cha 2
Skills and Feats: Climb +10, Hide -4, Spot +4; -
Treasure: 80 gp; Moss Agate (9 gp); hoard total 89 gp
1 x Criosphinx
Criosphinx: CR 7; Large magical beast; HD 10d10+30; hp 85; Init +0; Spd 30 ft. (6 squares), fly 60 ft. (poor); AC 20 (-1 size, +11 natural), touch 9, flat-footed 20; Base Atk +10; Grp +20; Atk +15 melee (2d6+6, gore); Full Atk +15 melee (2d6+6, gore) and +10 melee (1d6+3, 2 claws); Space/Reach 10 ft./5 ft.; SA Pounce, rake 1d6+3; SQ Darkvision 60 ft., low-light vision; AL N; SV Fort +10, Ref +7, Will +3; Str 23, Dex 10, Con 17, Int 10, Wis 11, Cha 11
Skills and Feats: Intimidate +8, Listen +11, Spot +1; Alertness, Cleave, Flyby Attack, Power Attack
Treasure: 500 gp; Arcane Scroll (Chill Touch (25 gp)) (total 25 gp), Oil of Bless Weapon (100 gp), Potion of Enlarge Person (250 gp); hoard total 875 gp
2 x Large Air Elemental
Large air elemental: CR 5; Large elemental (air, extraplanar); HD 8d8+24; hp 60; Init +11; Spd Fly 100 ft. (perfect) (20 squares); AC 20 (-1 size, +7 dex, +4 natural), touch 16, flat-footed 13; Base Atk +6; Grp +12; Atk +12 melee (2d6+2, slam); Full Atk +12 melee (2d6+2, 2 slams); Space/Reach 10 ft./10 ft.; SA Air mastery, whirlwind; SQ Damage reduction 5/-, darkvision 60 ft., elemental traits; AL N; SV Fort +5, Ref +13, Will +2; Str 14, Dex 25, Con 16, Int 6, Wis 11, Cha 11
Skills and Feats: Listen +5, Spot +6; Combat Reflexes, Dodge, Flyby Attack, Improved Initiative, Weapon Finesse
2 x Dire Lion
Dire lion: CR 5; Large animal; HD 8d8+24; hp 60; Init +2; Spd 40 ft. (8 squares); AC 15 (-1 size, +2 dex, +4 natural), touch 11, flat-footed 13; Base Atk +6; Grp +17; Atk +13 melee (1d6+7, claw); Full Atk +13 melee (1d6+7, 2 claws) and +7 melee (1d8+3, bite); Space/Reach 10 ft./5 ft.; SA Improved grab, pounce, rake 1d6+3; SQ Low-light vision, scent; AL N; SV Fort +9, Ref +8, Will +7; Str 25, Dex 15, Con 17, Int 2, Wis 12, Cha 10
@ -31,62 +5,6 @@ Dire lion: CR 5; Large animal; HD 8d8+24; hp 60; Init +2; Spd 40 ft. (8 squares)
Skills and Feats: Hide +2*, Listen +7, Move Silently +5, Spot +7; Alertness, Run, Weapon Focus (claw)
4 x Vampire Spawn
Vampire spawn: CR 4; Medium undead; HD 4d12+3; hp 29; Init +6; Spd 30 ft. (6 squares); AC 15 (+2 dex, +3 natural), touch 12, flat-footed 13; Base Atk +2; Grp +5; Atk +5 melee (1d6+4 plus energy drain, slam); Full Atk +5 melee (1d6+4 plus energy drain, slam); Space/Reach 5 ft./5 ft.; SA Blood drain, domination, energy drain; SQ +2 turn resistance, damage reduction 5/silver, darkvision 60 ft., fast healing 2, gaseous form, cold resistance 10, electricity resistance 10, spider climb, undead traits; AL NE; SV Fort +1, Ref +5, Will +5; Str 16, Dex 14, Con -, Int 13, Wis 13, Cha 14
Skills and Feats: Bluff +6, Climb +8, Craft or Profession (any one) +4, Diplomacy +4, Hide +10, Jump +8, Listen +11, Move Silently +10, Search +8, Sense Motive +11, Spot +11; Alertness, Improved Initiative, Lightning Reflexes, Skill Focus (selected Craft or Profession skill), Toughness
Treasure: 800 gp; Deep Blue Spinel (400 gp), Jasper (60 gp), Onyx (30 gp), Rock Crystal (60 gp), Violet Garnet (300 gp), Violet Garnet (700 gp); hoard total 2350 gp
6 x Small Air Elemental
Small air elemental: CR 1; Small elemental (air, extraplanar); HD 2d8; hp 9; Init +7; Spd Fly 100 ft. (perfect) (20 squares); AC 17 (+1 size, +3 dex, +3 natural), touch 14, flat-footed 14; Base Atk +1; Grp -3; Atk +5 melee (1d4, slam); Full Atk +5 melee (1d4, slam); Space/Reach 5 ft./5 ft.; SA Air mastery, whirlwind; SQ Darkvision 60 ft., elemental traits; AL N; SV Fort +0, Ref +6, Will +0; Str 10, Dex 17, Con 10, Int 4, Wis 11, Cha 11
Skills and Feats: Listen +2, Spot +3; Flyby Attack, Improved Initiative, Weapon Finesse
1 x Spectre
Spectre: CR 7; Medium undead (incorporeal); HD 7d12; hp 45; Init +7; Spd 40 ft. (8 squares), fly 80 ft. (perfect); AC 15 (+3 dex, +2 deflection), touch 15, flat-footed 13; Base Atk +3; Grp -; Atk +6 melee (1d8 plus energy drain, incorporeal touch); Full Atk +6 melee (1d8 plus energy drain, incorporeal touch); Space/Reach 5 ft./5 ft.; SA Energy drain, create spawn; SQ Darkvision 60 ft., incorporeal traits, +2 turn resistance, sunlight powerlessness, undead traits, unnatural aura; AL LE; SV Fort +2, Ref +5, Will +7; Str -, Dex 16, Con -, Int 14, Wis 14, Cha 15
Skills and Feats: Hide +13, Intimidate +12, Knowledge (religion) +12, Listen +14, Search +12, Spot +14, Survival +2 (+4 following tracks); Alertness, Blind-Fight, Improved Initiative
7 x Ankheg
Ankheg: CR 3; Large magical beast; HD 3d10+12; hp 28; Init +0; Spd 30 ft. (6 squares), burrow 20 ft.; AC 18 (-1 size, +9 natural), touch 9, flat-footed 18; Base Atk +3; Grp +12; Atk +7 melee (2d6+7 plus 1d4 acid, bite); Full Atk +7 melee (2d6+7 plus 1d4 acid, bite); Space/Reach 10 ft./5 ft.; SA Improved grab, spit acid; SQ Darkvision 60 ft., low-light vision, tremorsense 60 ft.; AL N; SV Fort +6, Ref +3, Will +2; Str 21, Dex 10, Con 17, Int 1, Wis 13, Cha 6
Skills and Feats: Climb +8, Listen +6, Spot +3; Alertness, Toughness
5 x Large Monstrous Scorpion (vermin)
Large monstrous scorpion: CR 3; Large vermin; HD 5d8+10; hp 32; Init +0; Spd 50 ft. (10 squares); AC 16 (-1 size, +7 natural), touch 9, flat-footed 16; Base Atk +3; Grp +11; Atk +6 melee (1d6+4, claw); Full Atk +6 melee (1d6+4, 2 claws) and +1 melee (1d6+2 plus poison, sting); Space/Reach 10 ft./5 ft.; SA Constrict 1d6+4, improved grab, poison; SQ Darkvision 60 ft., tremorsense 60 ft., vermin traits; AL N; SV Fort +6, Ref +1, Will +1; Str 19, Dex 10, Con 14, Int -, Wis 10, Cha 2
Skills and Feats: Climb +8, Hide +0, Spot +4; -
Treasure: 60 gp; Earthenware Vase embossed with Draconic Runes (110 gp); hoard total 170 gp
1 x Invisible Stalker
Invisible stalker: CR 7; Large elemental (air, extraplanar); HD 8d8+16; hp 52; Init +8; Spd 30 ft. (6 squares), fly 30 ft. (perfect); AC 17 (-1 size, +4 dex, +4 natural), touch 13, flat-footed 13; Base Atk +6; Grp +14; Atk +10 melee (2d6+4, slam); Full Atk +10 melee (2d6+4, 2 slams); Space/Reach 10 ft./10 ft.; SA -; SQ Darkvision 60 ft., elemental traits, natural invisibility, improved tracking; AL N; SV Fort +4, Ref +10, Will +4; Str 18, Dex 19, Con 14, Int 14, Wis 15, Cha 11
Skills and Feats: Listen +13, Move Silently +15, Search +13, Spot +13, Survival +2 (+4 following tracks); Combat Reflexes, Improved Initiative, Weapon Focus (slam)
5 x Hyena (animal)
Hyena: CR 1; Medium animal; HD 2d8+4; hp 13; Init +2; Spd 50 ft. (10 squares); AC 14 (+2 dex, +2 natural), touch 12, flat-footed 12; Base Atk +1; Grp +3; Atk +3 melee (1d6+3, bite); Full Atk +3 melee (1d6+3, bite); Space/Reach 5 ft./5 ft.; SA Trip; SQ Low-light vision, scent; AL N; SV Fort +5, Ref +5, Will +1; Str 14, Dex 15, Con 15, Int 2, Wis 13, Cha 6
@ -94,8 +12,6 @@ Hyena: CR 1; Medium animal; HD 2d8+4; hp 13; Init +2; Spd 50 ft. (10 squares); A
Skills and Feats: Hide +3*, Listen +6, Spot +4; Alertness
4 x Cheetah (animal)
Cheetah: CR 2; Medium animal; HD 3d8+6; hp 19; Init +4; Spd 50 ft. (10 squares); AC 15 (+4 dex, +1 natural), touch 14, flat-footed 11; Base Atk +2; Grp +5; Atk +6 melee (bite); Full Atk +6 melee (1d6+3, bite) and +1 melee (1d2+1, 2 claws); Space/Reach 5 ft./5 ft.; SA Trip; SQ Low-light vision, scent, sprint; AL N; SV Fort +5, Ref +7, Will +2; Str 16, Dex 19, Con 15, Int 2, Wis 12, Cha 6
@ -104,52 +20,6 @@ Skills and Feats: Hide +6, Listen +4, Move Silently +6, Spot +4; Alertness, Weap
2 x Hieracosphinx
Hieracosphinx: CR 5; Large magical beast; HD 9d10+18; hp 67; Init +2; Spd 30 ft. (6 squares), fly 90 ft. (poor); AC 19 (-1 size, +2 dex, +8 natural), touch 11, flat-footed 17; Base Atk +9; Grp +18; Atk +13 melee (1d10+5, bite); Full Atk +13 melee (1d10+5, bite) and +8 melee (1d6+2, 2 claws); Space/Reach 10 ft./5 ft.; SA Pounce, rake 1d6+2; SQ Darkvision 60 ft., low-light vision; AL CE; SV Fort +8, Ref +8, Will +5; Str 21, Dex 14, Con 15, Int 6, Wis 15, Cha 10
Skills and Feats: Listen +10, Spot +14; Alertness, Cleave, Flyby Attack, Power Attack
1 x Huge Earth Elemental
Huge earth elemental: CR 7; Huge elemental (earth, extraplanar); HD 16d8+80; hp 152; Init -1; Spd 30 ft. (6 squares); AC 18 (-2 size, -1 dex, +11 natural), touch 7, flat-footed 18; Base Atk +12; Grp +29; Atk +19 melee (2d10+9, slam); Full Atk +19 melee (2d10+9, 2 slams); Space/Reach 15 ft./15 ft.; SA Earth mastery, push; SQ Damage reduction 5/-, earth glide, darkvision 60 ft., elemental traits; AL N; SV Fort +15, Ref +4, Will +7; Str 29, Dex 8, Con 21, Int 6, Wis 11, Cha 11
Skills and Feats: Listen +10, Spot +9; Awesome Blow, Cleave, Great Cleave, Improved Bull Rush, Iron Will, Power Attack
10 x Wererat (lycanthrope)
Wererat, human form: CR 2; Medium humanoid (human, shapechanger); HD 1d8+1 plus 1d8+2; hp 12; Init +0; Spd 30 ft. (6 squares); AC 15 (+2 natural, +2 leather, +1 buckler), touch 10, flat-footed 15; Base Atk +1; Grp +2; Atk +2 melee (1d6+1/18-20, rapier) or +1 ranged (1d8/19-20, light crossbow); Full Atk +2 melee (1d6+1/18-20, rapier) or +1 ranged (1d8/19-20, light crossbow); Space/Reach 5 ft./5 ft.; SA -; SQ Alternate form, rat empathy, low-light vision, scent; AL LE; SV Fort +5, Ref +2, Will +4; Str 13, Dex 11, Con 12, Int 10, Wis 11, Cha 8
Skills and Feats: Climb +0, Handle Animal +3, Hide +1, Listen +4, Move Silently +0, Spot +4, Swim +9; Alertness, Dodge, Iron Will, Weapon Finesse
Wererat, dire rat form: CR 2; Small humanoid (human, shapechanger); HD 1d8+1 plus 1d8+2; hp 12; Init +3; Spd 40 ft. (8 squares), climb 20 ft.; AC 17 (+1 size, +3 dex, +3 natural), touch 14, flat-footed 14; Base Atk +1; Grp -2; Atk +6 melee (1d4+1 plus disease, bite); Full Atk +6 melee (1d4+1 plus disease, bite); Space/Reach 5 ft./5 ft.; SA Curse of lycanthropy, disease; SQ Alternate form, rat empathy, damage reduction 10/silver, low-light vision, scent; AL LE; SV Fort +6, Ref +5, Will +4; Str 13, Dex 17, Con 14, Int 10, Wis 11, Cha 8
Skills and Feats: Climb +11, Handle Animal +3, Hide +8, Listen +4, Move Silently +4, Spot +4, Swim +11; (same as human form)
Wererat, hybrid form: CR 2; Medium humanoid (human, shapechanger); HD 1d8+1 plus 1d8+2; hp 12; Init +3; Spd 30 ft. (6 squares); AC 16 (+3 dex, +3 natural), touch 13, flat-footed 13; Base Atk +1; Grp +2; Atk +5 melee (1d6+1/18-20, rapier) or +4 ranged (1d8/19-20, light crossbow); Full Atk +4 melee (1d6+1/18-20, rapier) and -1 melee (1d6 plus disease, bite) or +4 ranged (1d8/19-20, light crossbow); Space/Reach 5 ft./5 ft.; SA Curse of lycanthropy, disease; SQ Alternate form, rat empathy, damage reduction 10/silver, low-light vision, scent; AL LE; SV Fort +6, Ref +5, Will +4; Str 13, Dex 17, Con 14, Int 10, Wis 11, Cha 8
Skills and Feats: Climb +4, Handle Animal +3, Hide +5, Listen +4, Move Silently +4, Spot +4, Swim +9; (same as human form)
Treasure: 80 pp; hoard total 800 gp
3 x Basilisk
Basilisk: CR 5; Medium magical beast; HD 6d10+12; hp 45; Init -1; Spd 20 ft. (4 squares); AC 16 (-1 dex, +7 natural), touch 9, flat-footed 16; Base Atk +6; Grp +8; Atk +8 melee (1d8+3, bite); Full Atk +8 melee (1d8+3, bite); Space/Reach 5 ft./5 ft.; SA Petrifying gaze; SQ Darkvision 60 ft., low-light vision; AL N; SV Fort +9, Ref +4, Will +3; Str 15, Dex 8, Con 15, Int 2, Wis 12, Cha 11
Skills and Feats: Hide +0*, Listen +7, Spot +7; Alertness, Blind-Fight, Great Fortitude
1 x Elephant (animal)
Elephant: CR 7; Huge animal; HD 11d8+55; hp 104; Init +0; Spd 40 ft. (8 squares); AC 15 (-2 size, +7 natural), touch 8, flat-footed 15; Base Atk +8; Grp +26; Atk +16 melee (2d8+15, gore); Full Atk +16 melee (2d6+10, slam) and +11 melee (2d6+5, 2 stamps) or +16 melee (2d8+15, gore); Space/Reach 15 ft./10 ft.; SA Trample 2d8+15; SQ Low-light vision, scent; AL N; SV Fort +12, Ref +7, Will +6; Str 30, Dex 10, Con 21, Int 2, Wis 13, Cha 7
@ -157,28 +27,3 @@ Elephant: CR 7; Huge animal; HD 11d8+55; hp 104; Init +0; Spd 40 ft. (8 squares)
Skills and Feats: Listen +12, Spot +10; Alertness, Endurance, Iron Will, Skill Focus (Listen)
2 x Janni (genie)
Janni: CR 4; Medium outsider (native); HD 6d8+6; hp 33; Init +6; Spd 20 ft. (4 squares), fly 15 ft. (perfect) in chainmail; base land speed 30 ft., base fly speed 20 ft. (perfect); AC 18 (+2 dex, +1 natural, +5 chainmail), touch 12, flat-footed 16; Base Atk +6; Grp +9; Atk +9 melee (1d6+4/18-20, scimitar) or +8 ranged (1d8/x3, longbow); Full Atk +9 /+4 melee (1d6+4/18-20, scimitar) or +8 /+3 ranged (1d8/x3, longbow); Space/Reach 5 ft./5 ft.; SA Change size, spell-like abilities; SQ Darkvision 60 ft., elemental endurance, plane shift, fire resistance 10, telepathy 100 ft.; AL N; SV Fort +6, Ref +7, Will +7; Str 16, Dex 15, Con 12, Int 14, Wis 15, Cha 13
Skills and Feats: Appraise +11, Concentration +10, Craft (any two) +11, Diplomacy +3, Escape Artist +6, Listen +11, Move Silently +6, Ride +11, Sense Motive +11, Spot +11, Use Rope +2 (+4 with bindings); Combat Reflexes, Dodge, Improved Initiative, Mobility
Treasure: 700 gp; Rapier (Medium) (+1 weapon, Shock) (sheds light) (8320 gp); hoard total 9020 gp
1 x Dragonne
Dragonne: CR 7; Large magical beast; HD 9d10+27; hp 76; Init +6; Spd 40 ft. (8 squares), fly 30 ft. (poor); AC 18 (-1 size, +2 dex, +7 natural), touch 11, flat-footed 16; Base Atk +9; Grp +17; Atk +12 melee (2d6+4, bite); Full Atk +12 melee (2d6+4, bite) and +7 melee (2d4+2, 2 claws); Space/Reach 10 ft./5 ft.; SA Pounce, roar; SQ Darkvision 60 ft., low-light vision, scent; AL N; SV Fort +9, Ref +8, Will +4; Str 19, Dex 15, Con 17, Int 6, Wis 12, Cha 12
Skills and Feats: Listen +11, Spot +11; Blind-Fight, Combat Reflexes, Improved Initiative, Track
Treasure: 1400 gp; Arcane Scroll (Daze Monster (150 gp)) (total 150 gp), Oil of Invisibility (300 gp); hoard total 1850 gp
7 x Medium Monstrous Scorpion (vermin)
Medium monstrous scorpion: CR 1; Medium vermin; HD 2d8+4; hp 13; Init +0; Spd 40 ft. (8 squares); AC 14 (+4 natural), touch 10, flat-footed 14; Base Atk +1; Grp +2; Atk +2 melee (1d4+1, claw); Full Atk +2 melee (1d4+1, 2 claws) and -3 melee (1d4 plus poison, sting); Space/Reach 5 ft./5 ft.; SA Constrict 1d4+1, improved grab, poison; SQ Darkvision 60 ft., tremorsense 60 ft., vermin traits; AL N; SV Fort +5, Ref +0, Will +0; Str 13, Dex 10, Con 14, Int -, Wis 10, Cha 2
Skills and Feats: Climb +5, Hide +4, Spot +4; -