-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnaga.html
491 lines (471 loc) · 41.1 KB
/
naga.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<title>Naga</title>
<link rel = "stylesheet" type = "text/css" href = "../include/prd-stylesheet.css" />
<link rel = "stylesheet" type = "text/css" href = "http://cdn.paizo.com/chrome/style/jquery.dataTables.min.css" />
<link rel = "stylesheet" type = "text/css" href = "http://cdn.paizo.com/chrome/style/jquery-ui.min.css" />
</head>
<body>
<div style="width: 100%; background: #c8433f; padding: 0.5rem;">
<article style="color: #fffdf8;">
<p style="font-size: 0.85rem; text-align: center;">You are viewing the legacy Pathfinder Reference Document website.<br />Paizo Inc. has now partnered with Archives of Nethys to provide the online version of the Pathfinder RPG rules at <a href = "http://pfrd.info" style = "color: #fffdf8;"><b>pfrd.info</b></a>.<br />
<a href = "http://paizo.com/community/blog/v5748dyo6sg93?Big-PathfinderStarfinder-Reference-Document-News" style = "color: #fffdf8;">Learn more</a>.</p>
</article>
</div>
<div class = "header">
<!-- Logos -->
<div class = "header-content">
<div id = "header-full">
<a href = "../index.html"><img src = "../include/PRD-Logo.png" alt = "Pathfinder Reference Document" style = "margin: 15px 0 0 0;" /></a>
</div>
<div id = "header-mobile">
<a href = "../index.html"><img src = "../include/PRD-Logo_Mobile.png" alt = "Pathfinder Reference Document" style = "margin: 5px 0 0 10px;" /></a>
</div>
</div>
<!-- Search & Navigation -->
<div id = "nav-menu" class = "nav-menu">
<a href = "naga.html#menu" class = "menu-link has-subnav"><img src = "../include/menu.png"></a>
<div id = "menu" class = "menu">
<ul>
<!-- Search -->
<!-- Core Rulebook -->
<li class = "has-subnav">
<a href = "naga.html#">Core Rulebook</a>
<ul class = "level-2">
<li><a href = "../coreRulebook/gettingStarted.html">Getting Started</a></li>
<li><a href = "../coreRulebook/races.html">Races</a></li>
<li><a href = "../coreRulebook/classes.html">Classes</a></li>
<li><a href = "../coreRulebook/usingSkills.html">Using Skills</a></li>
<li><a href = "../coreRulebook/skillDescriptions.html">Skill Descriptions</a></li>
<li><a href = "../coreRulebook/feats.html">Feats</a></li>
<li><a href = "../coreRulebook/equipment.html">Equipment</a></li>
<li><a href = "../coreRulebook/additionalRules.html">Additional Rules</a></li>
<li><a href = "../coreRulebook/combat.html">Combat</a></li>
<li><a href = "../coreRulebook/magic.html">Magic</a></li>
<li><a href = "../coreRulebook/spellLists.html">Spell Lists</a></li>
<li><a href = "../coreRulebook/spellIndex.html">Spell Index</a></li>
<li><a href = "../coreRulebook/prestigeClasses.html">Prestige Classes</a></li>
<li><a href = "../coreRulebook/gamemastering.html">Gamemastering</a></li>
<li><a href = "../coreRulebook/environment.html">Environment</a></li>
<li><a href = "../coreRulebook/nPCClasses.html">NPC Classes</a></li>
<li><a href = "../coreRulebook/creatingNPCs.html">Creating NPCs</a></li>
<li><a href = "../coreRulebook/magicItems.html">Magic Items</a></li>
<li><a href = "../coreRulebook/glossary.html">Glossary</a></li>
</ul>
</li>
<!-- Advanced Class Guide -->
<li class = "has-subnav">
<a href = "naga.html#">Advanced Class Guide</a>
<ul class = "level-2">
<li><a href = "../advancedClassGuide/classes/index.html">Classes</a></li>
<li><a href = "../advancedClassGuide/classOptions/index.html">Archetypes and Class Options</a></li>
<li><a href = "../advancedClassGuide/feats.html">Feats</a></li>
<li><a href = "../advancedClassGuide/spells/index.html">Spells</a></li>
<li><a href = "../advancedClassGuide/spells/spellLists.html">Spell Lists</a></li>
<li><a href = "../advancedClassGuide/gear/index.html">Gear and Magic Items</a></li>
<li><a href = "../advancedClassGuide/designingClasses.html">Designing Classes</a></li>
</ul>
</li>
<!-- Advanced Player's Guide -->
<li class = "has-subnav">
<a href = "naga.html#">Advanced Player's Guide</a>
<ul class = "level-2">
<li><a href = "../advancedPlayersGuide/advancedRaces.html">Races</a></li>
<li><a href = "../advancedPlayersGuide/advancedBaseClasses.html">Base Classes</a></li>
<li><a href = "../advancedPlayersGuide/advancedCoreClasses.html">Core Classes</a></li>
<li><a href = "../advancedPlayersGuide/advancedPrestigeClasses.html">Prestige Classes</a></li>
<li><a href = "../advancedPlayersGuide/advancedFeats.html">Feats</a></li>
<li><a href = "../advancedPlayersGuide/advancedGear.html">Gear</a></li>
<li><a href = "../advancedPlayersGuide/advancedSpellLists.html">Spell Lists</a></li>
<li><a href = "../advancedPlayersGuide/advancedSpellIndex.html">Spell Index</a></li>
<li><a href = "../advancedPlayersGuide/advancedMagicItems.html">Magic Items</a></li>
<li><a href = "../advancedPlayersGuide/advancedNewRules.html">New Rules</a></li>
</ul>
</li>
<!-- Advanced Race Guide -->
<li class = "has-subnav">
<a href = "naga.html#">Advanced Race Guide</a>
<ul class = "level-2">
<li><a href = "../advancedRaceGuide/coreRaces.html">Core Races</a></li>
<li><a href = "../advancedRaceGuide/featuredRaces.html">Featured Races</a></li>
<li><a href = "../advancedRaceGuide/uncommonRaces.html">Uncommon Races</a></li>
<li><a href = "../advancedRaceGuide/raceBuilder.html">Race Builder</a></li>
<li><a href = "../advancedRaceGuide/ageHeightWeight.html">Age, Height & Weight</a></li>
<li><a href = "../advancedRaceGuide/spellLists.html">Spell Lists</a></li>
</ul>
</li>
<!-- Bestiaries -->
<li class = "has-subnav">
<a href = "naga.html#">Bestiaries</a>
<ul class = "level-2">
<li><a href = "../bestiary/introduction.html">Monster Introduction</a></li>
<li><a href = "../indices/bestiary.html">Global Bestiary Indices</a></li>
<li><a href = "../bestiary/monsterIndex.html"><i>Bestiary</i> Monster Index</a></li>
<li><a href = "../bestiary2/additionalMonsterIndex.html"><i>Bestiary 2</i> Monster Index</a></li>
<li><a href = "monsterIndex.html"><i>Bestiary 3</i> Monster Index</a></li>
<li><a href = "../bestiary4/monsterIndex.html"><i>Bestiary 4</i> Monster Index</a></li>
<li><a href = "../bestiary5/index.html"><em>Bestiary 5</em> Monster Index</a></li>
<li><a href = "../bestiary/variantMonsterIndex.html">Variant Monster Index</a></li>
<li><a href = "../bestiary/monsterCohorts.html">Monster Cohorts</a></li>
<li><a href = "../bestiary/animalCompanions.html">Animal Companions</a></li>
<li><a href = "../bestiary/monstersAsPCs.html">Monsters as PCs</a></li>
<li><a href = "../bestiary/monsterRoles.html">Monster Roles</a></li>
<li><a href = "../bestiary/encounterTables.html"><i>Bestiary</i> Encounter Tables</a></li>
<li><a href = "../bestiary/monsterCreation.html">Monster Creation</a></li>
<li><a href = "../bestiary/monsterAdvancement.html">Monster Advancement</a></li>
<li><a href = "../bestiary/universalMonsterRules.html">Universal Monster Rules</a></li>
<li><a href = "../bestiary/creatureTypes.html">Creature Types</a></li>
<li><a href = "../bestiary/monsterFeats.html">Monster Feats</a></li>
<!--<li><a href = "/pathfinderRPG/prd/bestiary/monstersByType.html"><i>Bestiary</i> Monsters by Type</a></li>
<li><a href = "/pathfinderRPG/prd/bestiary/monstersByCR.html"><i>Bestiary</i> Monsters by CR</a></li>
<li><a href = "/pathfinderRPG/prd/bestiary/monstersByTerrain.html"><i>Bestiary</i> Monsters by Terrain</a></li>-->
</ul>
</li>
<!-- Game Mastery Guide -->
<li class = "has-subnav">
<a href = "naga.html#">Game Mastery Guide</a>
<ul class = "level-2">
<li><a href = "../gameMasteryGuide/planarAdventures.html">Planar Adventures</a></li>
<li><a href = "../gameMasteryGuide/settlements.html">Settlements</a></li>
<li><a href = "../gameMasteryGuide/fastPlayShipCombat.html">Fast Play Ship Combat</a></li>
<li><a href = "../gameMasteryGuide/chases.html">Chases</a></li>
<li><a href = "../gameMasteryGuide/disasters.html">Disasters</a></li>
<li><a href = "../gameMasteryGuide/drugsAndAddiction.html">Drugs and Addiction</a></li>
<li><a href = "../gameMasteryGuide/haunts.html">Haunts</a></li>
<li><a href = "../gameMasteryGuide/hazards.html">Hazards</a></li>
<li><a href = "../gameMasteryGuide/sanityAndMadness.html">Sanity and Madness</a></li>
<li><a href = "../gameMasteryGuide/nPCBoons.html">NPC Boons</a></li>
<li><a href = "../gameMasteryGuide/nPCGallery.html">NPC Gallery</a></li>
</ul>
</li>
<!-- Monster Codex -->
<li class = "has-subnav">
<a href = "naga.html#">Monster Codex</a>
<ul class = "level-2">
<li><a href = "../monsterCodex/boggards.html">Boggards</a></li>
<li><a href = "../monsterCodex/bugbears.html">Bugbears</a></li>
<li><a href = "../monsterCodex/drow.html">Drow</a></li>
<li><a href = "../monsterCodex/duergar.html">Duergar</a></li>
<li><a href = "../monsterCodex/fireGiants.html">Fire Giants</a></li>
<li><a href = "../monsterCodex/frostGiants.html">Frost Giants</a></li>
<li><a href = "../monsterCodex/ghouls.html">Ghouls</a></li>
<li><a href = "../monsterCodex/gnolls.html">Gnolls</a></li>
<li><a href = "../monsterCodex/goblins.html">Goblins</a></li>
<li><a href = "../monsterCodex/hobgoblins.html">Hobgoblins</a></li>
<li><a href = "../monsterCodex/kobolds.html">Kobolds</a></li>
<li><a href = "../monsterCodex/lizardfolk.html">Lizardfolk</a></li>
<li><a href = "../monsterCodex/ogres.html">Ogres</a></li>
<li><a href = "../monsterCodex/orcs.html">Orcs</a></li>
<li><a href = "../monsterCodex/ratfolk.html">Ratfolk</a></li>
<li><a href = "../monsterCodex/sahuagin.html">Sahuagin</a></li>
<li><a href = "../monsterCodex/serpentfolk.html">Serpentfolk</a></li>
<li><a href = "../monsterCodex/troglodytes.html">Troglodytes</a></li>
<li><a href = "../monsterCodex/trolls.html">Trolls</a></li>
<li><a href = "../monsterCodex/vampires.html">Vampires</a></li>
<li><a href = "../monsterCodex/appendix.html">Modifying Monsters</a></li>
</ul>
</li>
<!-- Mythic Adventures -->
<li class = "has-subnav">
<a href = "naga.html#">Mythic Adventures</a>
<ul class = "level-2">
<li><a href = "../mythicAdventures/glossary.html">Glossary</a></li>
<li><a href = "../mythicAdventures/mythicHeroes.html">Mythic Heroes</a></li>
<li><a href = "../mythicAdventures/mythicFeats.html">Mythic Feats</a></li>
<li><a href = "../mythicAdventures/mythicSpells.html">Mythic Spells</a></li>
<li><a href = "../mythicAdventures/mythicSpells/spellIndex.html">Mythic Spell Index</a></li>
<li><a href = "../mythicAdventures/mythicSpells/spellLists.html">Mythic Spell Lists</a></li>
<li><a href = "../mythicAdventures/mythicGame.html">Running a Mythic Game</a></li>
<li><a href = "../mythicAdventures/mythicItems.html">Mythic Magic Items</a></li>
<li><a href = "../mythicAdventures/mythicMonsters.html">Mythic Monsters</a></li>
</ul>
</li>
<!-- NPC Codex -->
<li class = "has-subnav">
<a href = "naga.html#">NPC Codex</a>
<ul class = "level-2">
<li><a href = "../npcCodex/core/index.html">Core Classes</a></li>
<li><a href = "../npcCodex/prestige/index.html">Prestige Classes</a></li>
<li><a href = "../npcCodex/npc/index.html">NPC Classes</a></li>
<li><a href = "../npcCodex/appendix.html">Appendix</a></li>
</ul>
</li>
<!-- Pathfinder Unchained -->
<li class = "has-subnav">
<a href = "naga.html#">Pathfinder Unchained</a>
<ul class = "level-2">
<li><a href = "../unchained/classes/index.html">Classes</a></li>
<li><a href = "../unchained/skillsAndOptions/index.html">Skills and Options</a></li>
<li><a href = "../unchained/gameplay/index.html">Gameplay</a></li>
<li><a href = "../unchained/magic/index.html">Magic</a></li>
<li><a href = "../unchained/monsters/index.html">Monsters</a></li>
</ul>
</li>
<!-- Occult Adventures -->
<li class = "has-subnav">
<a href = "naga.html#">Occult Adventures</a>
<ul class = "level-2">
<li><a href = "../occultAdventures/classes/index.html">Occult Classes</a></li>
<li><a href = "../occultAdventures/archetypes/index.html">Archetypes</a></li>
<li><a href = "../occultAdventures/feats.html">Feats</a></li>
<li><a href = "../occultAdventures/psychicMagic.html">Psychic Magic</a></li>
<li><a href = "../occultAdventures/spellLists.html">Spell Lists</a></li>
<li><a href = "../occultAdventures/spells/index.html">Spells</a></li>
<li><a href = "../occultAdventures/occultRules.html">Occult Rules</a></li>
<li><a href = "../occultAdventures/occultGame.html">Running an Occult Game</a></li>
<li><a href = "../occultAdventures/occultRewards.html">Occult Rewards</a></li>
</ul>
</li>
<!-- Ultimate Campaign -->
<li class = "has-subnav">
<a href = "naga.html#">Ultimate Campaign</a>
<ul class = "level-2">
<li><a href = "../ultimateCampaign/characterBackground.html">Character Background</a></li>
<li><a href = "../ultimateCampaign/downtime.html">Downtime</a></li>
<li><a href = "../ultimateCampaign/campaignSystems.html">Campaign Systems</a></li>
<li><a href = "../ultimateCampaign/kingdomsAndWar.html">Kingdoms and War</a></li>
</ul>
</li>
<!-- Ultimate Combat -->
<li class = "has-subnav">
<a href = "naga.html#">Ultimate Combat</a>
<ul class = "level-2">
<li><a href = "../ultimateCombat/classes/gunslinger.html">Gunslinger</a></li>
<li><a href = "../ultimateCombat/classes/ninja.html">Ninja</a></li>
<li><a href = "../ultimateCombat/classes/samurai.html">Samurai</a></li>
<li><a href = "../ultimateCombat/classArchetypes.html">Class Archetypes</a></li>
<li><a href = "../ultimateCombat/ultimateCombatFeats.html">Feats</a></li>
<li><a href = "../ultimateCombat/combat/introduction.html">Mastering Combat</a></li>
<li><a href = "../ultimateCombat/ultimateCombatVehicles.html">Vehicles</a></li>
<li><a href = "../ultimateCombat/variants/introduction.html">Variant Rules</a></li>
<li><a href = "../ultimateCombat/ultimateCombatSpellIndex.html">Spell Index</a></li>
<li><a href = "../ultimateCombat/ultimateCombatSpellLists.html">Spell Lists</a></li>
</ul>
</li>
<!-- Ultimate Equipment -->
<li class = "has-subnav">
<a href = "naga.html#">Ultimate Equipment</a>
<ul class = "level-2">
<li><a href = "../ultimateEquipment/armsAndArmor/index.html">Arms and Armor</a></li>
<li><a href = "../ultimateEquipment/gear/index.html">Gear</a></li>
<li><a href = "../ultimateEquipment/magicArmsAndArmor/index.html">Magic Arms and Armor</a></li>
<li><a href = "../ultimateEquipment/ringsRodsStaves/index.html">Rings, Rods, and Staves</a></li>
<li><a href = "../ultimateEquipment/wondrousItems/index.html">Wondrous Items</a></li>
<li><a href = "../ultimateEquipment/artifactsAndOthers/index.html">Artifacts and Other Items</a></li>
<li><a href = "../ultimateEquipment/appendix.html">Appendix</a></li>
</ul>
</li>
<!-- Ultimate Magic -->
<li class = "has-subnav">
<a href = "naga.html#">Ultimate Magic</a>
<ul class = "level-2">
<li><a href = "../ultimateMagic/spellcasters/magus.html">Magus</a></li>
<li><a href = "../ultimateMagic/spellcastingClassOptions.html">Spellcasting Class Options</a></li>
<li><a href = "../ultimateMagic/magic/introduction.html">Mastering Magic</a></li>
<li><a href = "../ultimateMagic/ultimateMagicFeats.html">Feats</a></li>
<li><a href = "../ultimateMagic/ultimateMagicWordsOfPower.html">Words of Power</a></li>
<li><a href = "../ultimateMagic/ultimateMagicSpellIndex.html">Spells</a></li>
<li><a href = "../ultimateMagic/ultimateMagicSpellLists.html">Spell Lists</a></li>
<li><a href = "../ultimateMagic/ultimateMagicAppendices.html">Updates</a></li>
</ul>
</li>
<!-- Technology Guide -->
<li class = "has-subnav">
<a href = "naga.html#">Technology Guide</a>
<ul class = "level-2">
<li class = "has-subnav">
<a href = "naga.html#" style = "padding-left: 20px;">Technology in the World</a>
<ul class = "level-3">
<li><a href = "../technologyGuide/skills.html">Skills</a></li>
<li><a href = "../technologyGuide/feats.html">Feats</a></li>
<li><a href = "../technologyGuide/spells.html">Spells</a></li>
<li><a href = "../technologyGuide/archetypes.html">Archetypes</a></li>
<li><a href = "../technologyGuide/technomancer.html">Technomancer</a></li>
<li><a href = "../technologyGuide/crafting.html">Crafting</a></li>
</ul>
</li>
<li class = "has-subnav">
<a href = "naga.html#" style = "padding-left: 20px;">Equipment</a>
<ul class = "level-3">
<li><a href = "../technologyGuide/equipmentIntroduction.html">Introduction</a></li>
<li><a href = "../technologyGuide/weapons.html">Weapons</a></li>
<li><a href = "../technologyGuide/armor.html">Armor</a></li>
<li><a href = "../technologyGuide/pharmaceuticals.html">Pharmaceuticals</a></li>
<li><a href = "../technologyGuide/cybertech.html">Cybertech</a></li>
<li><a href = "../technologyGuide/gear.html">Gear</a></li>
</ul>
</li>
<li class = "has-subnav">
<a href = "naga.html#" style = "padding-left: 20px;">Hazards and Artifacts</a>
<ul class = "level-3">
<li><a href = "../technologyGuide/hazards.html">Hazards</a></li>
<li><a href = "../technologyGuide/ai.html">Artificial Intelligences</a></li>
<li><a href = "../technologyGuide/artifacts.html">Artifacts</a></li>
</ul>
</li>
</ul>
</li>
<!-- Index -->
<li class = "has-subnav">
<a href = "naga.html#">Index</a>
<ul class = "level-2">
<li><a href = "../indices/bestiary.html">Bestiary Index</a></li>
<li><a href = "../indices/feats.html">Feats Index</a></li>
<!--<li><a href = "/pathfinderRPG/prd/indices/spells.html">Spell Index</a></li>-->
<li><a href = "../indices/spelllists.html">Spell List Index</a></li>
<li><a href = "../indices/templates.html">Template Index</a></li>
</ul>
</li>
<!-- OGL -->
<li>
<a href = "../openGameLicense.html">Open Game License</a>
</li>
</ul>
</div>
</div>
</div>
<div class = "body-content">
<div id = "nav-path"></div>
<div class = "body">
<h1 id="naga,-lunar" class="monster-header">Naga, Lunar</h1>
<p class="flavor-text">Stark white hair frames the fair face of this snake-bodied woman, and its black scales sparkle hypnotically.</p>
<p class="stat-block-title">LUNAR NAGA <span class="stat-block-cr">CR 6</span></p>
<p class="stat-block-xp">XP 2,400</p>
<p class="stat-block-1">CN Large aberration </p>
<p class="stat-block-1"><b>Init</b> +4; <b>Senses</b> darkvision 60 ft., low-light vision; <a href="../coreRulebook/skills/perception.html#perception" >Perception</a> +14</p>
<p class="stat-block-breaker">DEFENSE</p>
<p class="stat-block-1"><b>AC</b> 20, touch 14, flat-footed 15 (+4 Dex, +1 dodge, +6 natural, –1 size)</p>
<p class="stat-block-1"><b>hp</b> 68 (8d8+32)</p>
<p class="stat-block-1"><b>Fort</b> +6, <b>Ref</b> +8, <b>Will</b> +9</p>
<p class="stat-block-breaker">OFFENSE</p>
<p class="stat-block-1"><b>Speed</b> 40 ft.</p>
<p class="stat-block-1"><b>Melee</b> bite +7 (2d6+3 plus <a href="../bestiary/universalMonsterRules.html#poison-(ex-or-su)" >poison</a>)</p>
<p class="stat-block-1"><b>Space</b> 10 ft.; <b>Reach</b> 5 ft.</p>
<p class="stat-block-1"><b>Special Attacks</b> hypnosis, sneak attack +3d6</p>
<p class="stat-block-1"><b>Spells Known</b> (CL 5th; concentration +8)</p>
<p class="stat-block-2">2nd (5/day)—<i><a href="../coreRulebook/spells/invisibility.html#invisibility" >invisibility</a>, <a href="../coreRulebook/spells/scorchingRay.html#scorching-ray" >scorching ray</a></i></p>
<p class="stat-block-2">1st (7/day)—<i><a href="../coreRulebook/spells/charmPerson.html#charm-person" >charm person</a></i> (DC 14), <i><a href="../coreRulebook/spells/expeditiousRetreat.html#expeditious-retreat" >expeditious retreat</a></i>, <i><a href="../coreRulebook/spells/magicMissile.html#magic-missile" >magic missile</a></i>, <i><a href="../coreRulebook/spells/rayOfEnfeeblement.html#ray-of-enfeeblement" >ray of enfeeblement</a></i> (DC 14)</p>
<p class="stat-block-2">0 (at will)—<i><a href="../coreRulebook/spells/detectMagic.html#detect-magic" >detect magic</a></i>, <i><a href="../coreRulebook/spells/disruptUndead.html#disrupt-undead" >disrupt undead</a></i>, <i><a href="../coreRulebook/spells/mageHand.html#mage-hand" >mage hand</a></i>, <i><a href="../coreRulebook/spells/openClose.html#open-close" >open/close</a>, <a href="../coreRulebook/spells/prestidigitation.html#prestidigitation" >prestidigitation</a>, <a href="../coreRulebook/spells/rayOfFrost.html#ray-of-frost" >ray of frost</a></i></p>
<p class="stat-block-breaker">STATISTICS</p>
<p class="stat-block-1"><b>Str</b> 14, <b>Dex</b> 19, <b>Con</b> 18, <b>Int</b> 13, <b>Wis</b> 16, <b>Cha</b> 17</p>
<p class="stat-block-1"><b>Base Atk</b> +6; <b>CMB</b> +9; <b>CMD</b> 24 (can't be tripped)</p>
<p class="stat-block-1"><b>Feats</b> <a href="../coreRulebook/feats.html#combat-casting" >Combat Casting</a>, <a href="../coreRulebook/feats.html#dodge" >Dodge</a>, <a href="../coreRulebook/feats.html#eschew-materials" >Eschew Materials</a><sup>B</sup>, <a href="../coreRulebook/feats.html#lightning-reflexes" >Lightning Reflexes</a>, <a href="../coreRulebook/feats.html#skill-focus" >Skill Focus</a> (<a href="../coreRulebook/skills/stealth.html#stealth" >Stealth</a>)</p>
<p class="stat-block-1"><b>Skills</b> <a href="../coreRulebook/skills/bluff.html#bluff" >Bluff</a> +7, <a href="../coreRulebook/skills/diplomacy.html#diplomacy" >Diplomacy</a> +7, <a href="../coreRulebook/skills/knowledge.html#knowledge" >Knowledge</a> (arcana) +5, <a href="../coreRulebook/skills/knowledge.html#knowledge" >Knowledge</a> (nature) +9, <a href="../coreRulebook/skills/perception.html#perception" >Perception</a> +14, <a href="../coreRulebook/skills/spellcraft.html#spellcraft" >Spellcraft</a> +8, <a href="../coreRulebook/skills/stealth.html#stealth" >Stealth</a> +14</p>
<p class="stat-block-1"><b>Languages</b> Aklo, Common</p>
<p class="stat-block-breaker">ECOLOGY</p>
<p class="stat-block-1"><b>Environment</b> any land</p>
<p class="stat-block-1"><b>Organization</b> solitary or nest (2–4)</p>
<p class="stat-block-1"><b>Treasure</b> standard</p>
<p class="stat-block-breaker">SPECIAL ABILITIES</p>
<p class="stat-block-1"><b>Hypnosis (Su)</b> Once per day, by weaving and coiling its body and hissing as a standard action, a lunar naga can cause its scales to shimmer and glow with moonlike radiance. All creatures within 30 feet who can see the naga must make a DC 17 Will save to avoid becoming fascinated. The lunar naga can maintain this fascination effect as long as it concentrates; fascinated creatures follow the still-glowing naga if it moves as long as it maintains the effect by concentrating. The save DC is Charisma-based.</p>
<p class="stat-block-1"><b>Poison (Ex)</b> Bite—injury; <i>save</i> Fort DC 18; <i>frequency</i> 1/round for 6 rounds; <i>effect</i> 1d3 Con and 1 Wis; <i>cure</i> 1 save.</p>
<p class="stat-block-1"><b>Spells</b> A lunar naga casts spells as a 5th-level sorcerer.</p>
<p>Lunar nagas are patient watchers of the night sky. They enjoy cosmology and believe strongly in astrology, maintaining a handful of complex zodiacs. A few lunar nagas even bear knowledge of the unspeakable things from the dark spaces between the stars. A lunar naga stretches over 10 feet from its pale face to the tip of its tail, and weighs close to 200 pounds.</p>
<p>Nocturnal creatures, lunar nagas often live in ruined towers or atop mountains­—any place open to the sky at night. There they peer through astrological devices, closely monitoring passing celestial markers, eager to decipher more of the universe. Those living underground make nightly trips to the open sky when they can. Cloudy nights make lunar nagas agitated, and a creature is more likely to run afoul of a lunar naga on these dark evenings. </p>
<p>Lunar nagas sometimes lead small cults of sky-watchers. These followers aid the nagas in recording tome upon tome of calculations of the stars and planets moving through the inky black of the night sky. In small doses tempered with water, fruit juices, and alcohol, lunar naga venom is mildly hallucinogenic. The nagas' cultist allies often take the substance as a ritualistic drug.</p>
<h1 id="naga,-royal" class="monster-header">Naga, Royal</h1>
<p class="flavor-text">This snake-bodied creature has five necks, each with a regal, humanoid face in a cobralike hood.</p>
<p class="stat-block-title">Royal Naga <span class="stat-block-cr">CR 11</span></p>
<p class="stat-block-xp">XP 12,800</p>
<p class="stat-block-1">LN Huge aberration (<a href="../bestiary/creatureTypes.html#shapechanger-subtype" >shapechanger</a>)</p>
<p class="stat-block-1"><b>Init</b> +7; <b>Senses</b> darkvision 60 ft., <i><a href="../coreRulebook/spells/seeInvisibility.html#see-invisibility" >see invisibility</a></i>; <a href="../coreRulebook/skills/perception.html#perception" >Perception</a> +27</p>
<p class="stat-block-breaker">Defense</p>
<p class="stat-block-1"><b>AC</b> 26, touch 11, flat-footed 23 (+3 Dex, +15 natural, –2 size)</p>
<p class="stat-block-1"><b>hp</b> 133 (14d8+70)</p>
<p class="stat-block-1"><b>Fort</b> +9, <b>Ref</b> +9, <b>Will</b> +15</p>
<p class="stat-block-breaker">Offense</p>
<p class="stat-block-1"><b>Speed</b> 40 ft.</p>
<p class="stat-block-1"><b>Melee</b> 5 bites +14 (2d6+6 plus <a href="../bestiary/universalMonsterRules.html#bleed" >bleed</a>)</p>
<p class="stat-block-1"><b>Space</b> 15 ft.; <b>Reach</b> 15 ft.</p>
<p class="stat-block-1"><b>Special Attacks</b> <a href="../bestiary/universalMonsterRules.html#bleed" >bleed</a> (1d6), dual gaze, rend (3 bites, 2d6+9)</p>
<p class="stat-block-1"><b>Spell-Like Abilities</b> (CL 9th; concentration +13)</p>
<p class="stat-block-2">Constant—<i><a href="../coreRulebook/spells/seeInvisibility.html#see-invisibility" >see invisibility</a></i></p>
<p class="stat-block-1"> <b>Spells Known</b> (CL 9th; concentration +13)</p>
<p class="stat-block-2">4th (5/day)—<i><a href="../coreRulebook/spells/arcaneEye.html#arcane-eye" >arcane eye</a></i>, <i><a href="../coreRulebook/spells/charmMonster.html#charm-monster" >charm monster</a></i> (DC 18)</p>
<p class="stat-block-2">3rd (7/day)—<i><a href="../coreRulebook/spells/blink.html#blink" >blink</a></i>, <i><a href="../coreRulebook/spells/dispelMagic.html#dispel-magic" >dispel magic</a></i>, <i><a href="../coreRulebook/spells/suggestion.html#suggestion" >suggestion</a></i> (DC 17)</p>
<p class="stat-block-2">2nd (7/day)—<i><a href="../coreRulebook/spells/enthrall.html#enthrall" >enthrall</a></i> (DC 16), <i><a href="../coreRulebook/spells/holdPerson.html#hold-person" >hold person</a></i> (DC 16), <i><a href="../coreRulebook/spells/invisibility.html#invisibility" >invisibility</a></i>, <i><a href="../coreRulebook/spells/scorchingRay.html#scorching-ray" >scorching ray</a></i></p>
<p class="stat-block-2">1st (7/day)—<i><a href="../coreRulebook/spells/charmPerson.html#charm-person" >charm person</a></i> (DC 15), <i><a href="../coreRulebook/spells/mageArmor.html#mage-armor" >mage armor</a></i>, <i><a href="../coreRulebook/spells/magicMissile.html#magic-missile" >magic missile</a></i>, <i><a href="../coreRulebook/spells/rayOfEnfeeblement.html#ray-of-enfeeblement" >ray of enfeeblement</a></i> (DC 15), <i><a href="../coreRulebook/spells/shield.html#shield" >shield</a></i></p>
<p class="stat-block-2">0 (at will)—<i><a href="../coreRulebook/spells/daze.html#daze" >daze</a></i> (DC 14), <i><a href="../coreRulebook/spells/detectMagic.html#detect-magic" >detect magic</a></i>, <i><a href="../coreRulebook/spells/flare.html#flare" >flare</a></i> (DC 14), <i><a href="../coreRulebook/spells/mageHand.html#mage-hand" >mage hand</a></i>, <i><a href="../coreRulebook/spells/message.html#message" >message</a></i>, <i><a href="../coreRulebook/spells/openClose.html#open-close" >open/close</a></i>, <i><a href="../coreRulebook/spells/readMagic.html#read-magic" >read magic</a></i>, <i><a href="../coreRulebook/spells/touchOfFatigue.html#touch-of-fatigue" >touch of fatigue</a></i></p>
<p class="stat-block-breaker">Statistics</p>
<p class="stat-block-1"><b>Str</b> 23, <b>Dex</b> 17, <b>Con</b> 21, <b>Int</b> 18, <b>Wis</b> 22, <b>Cha</b> 19</p>
<p class="stat-block-1"><b>Base Atk</b> +10; <b>CMB</b> +18 (+22 grapple); <b>CMD</b> 31 (can't be tripped)</p>
<p class="stat-block-1"><b>Feats</b> <a href="../coreRulebook/feats.html#alertness" >Alertness</a>, <a href="../coreRulebook/feats.html#blind-fight" >Blind-Fight</a>, <a href="../coreRulebook/feats.html#combat-casting" >Combat Casting</a>, <a href="../coreRulebook/feats.html#combat-reflexes" >Combat Reflexes</a>, <a href="../coreRulebook/feats.html#eschew-materials" >Eschew Materials</a><sup>B</sup>, <a href="../coreRulebook/feats.html#improved-initiative" >Improved Initiative</a>, <a href="../coreRulebook/feats.html#lightning-reflexes" >Lightning Reflexes</a>, <a href="../coreRulebook/feats.html#stand-still">Stand Still</a></p>
<p class="stat-block-1"><b>Skills</b> <a href="../coreRulebook/skills/acrobatics.html#acrobatics" >Acrobatics</a> +20 (+24 when jumping), <a href="../coreRulebook/skills/bluff.html#bluff" >Bluff</a> +18, <a href="../coreRulebook/skills/diplomacy.html#diplomacy" >Diplomacy</a> +18, <a href="../coreRulebook/skills/knowledge.html#knowledge" >Knowledge</a> (arcana) +18, <a href="../coreRulebook/skills/knowledge.html#knowledge" >Knowledge</a> (history) +11, <a href="../coreRulebook/skills/knowledge.html#knowledge" >Knowledge</a> (nobility) +11, <a href="../coreRulebook/skills/perception.html#perception" >Perception</a> +27, <a href="../coreRulebook/skills/senseMotive.html#sense-motive" >Sense Motive</a> +24, <a href="../coreRulebook/skills/stealth.html#stealth" >Stealth</a> +12</p>
<p class="stat-block-1"><b>Languages</b> Celestial, Common, Infernal</p>
<p class="stat-block-1"><b>SQ</b> <a href="../bestiary/universalMonsterRules.html#change-shape" >change shape</a> (five humanoid shapes; <i><a href="../coreRulebook/spells/alterSelf.html#alter-self" >alter self</a></i>)</p>
<p class="stat-block-breaker">Ecology</p>
<p class="stat-block-1"><b>Environment</b> any land</p>
<p class="stat-block-1"><b>Organization</b> solitary</p>
<p class="stat-block-1"><b>Treasure</b> standard</p>
<p class="stat-block-breaker">Special Abilities</p>
<p class="stat-block-1"><b><a href="../bestiary/universalMonsterRules.html#change-shape" >Change Shape</a> (Su)</b> A royal naga can use this ability to take one of five specific humanoid forms. Each of these forms has a unique appearance (such as a female dwarf with red hair, an elderly male <a href="../bestiary/creatureTypes.html#human-subtype" >human</a>, and so on) and the naga can only use this ability to assume these five forms. The naga can still use its dual gaze in humanoid form.</p>
<p class="stat-block-1"><b>Dual Gaze (Su)</b> A royal naga has a piercing stare capable of crippling those that meet its gazes. The creature has two gaze attacks and can switch between them as a move action. One gaze causes those that succumb to it to become permanently blinded, while the other causes those that succumb to be permanently deafened. A DC 21 Fortitude save negates the effects of either gaze; otherwise, the effects are permanent until cured. Royal nagas generally prefer to keep their deafening gaze active, switching to the blindness gaze once combat begins and some of their foes have already been deafened, since those who are blinded can no longer be harmed by gaze attacks. The save DC is Charisma-based.</p>
<p class="stat-block-1"><b>Spells</b> A royal naga casts spells as a 9th-level sorcerer.</p>
<p>Regal and proud, royal nagas haunt lost cities and forgotten kingdoms, guarding ancient treasures for their own inscrutable reasons. A royal naga's five faces are sharp and fierce, taking on a terrifying countenance when it becomes angered. Bespeaking their innate pride and vanity, royal nagas adorn their serpentine hoods and faces with elaborate and valuable piercings, crowns, or other precious accessories. Royal nagas are 18 feet long, and often weigh more than 750 pounds.</p>
<p>Royal nagas tend to be stern in nature and commanding in speech. Although naturally sociable, they are distrustful of strangers and seem to have great difficulty speaking to other creatures as equals.</p>
<h1 id="naga,-water" class="monster-header">Naga, Water</h1>
<p class="flavor-text">Slender spines and brightly colored frills stretch back from the humanlike face of this massive aquatic snake.</p>
<p class="stat-block-title">Water Naga <span class="stat-block-cr">CR 7</span></p>
<p class="stat-block-xp">XP 3,200</p>
<p class="stat-block-1">N Large aberration (<a href="../bestiary/creatureTypes.html#aquatic-subtype" >aquatic</a>)</p>
<p class="stat-block-1"><b>Init</b> +6; <b>Senses</b> darkvision 60 ft.; <a href="../coreRulebook/skills/perception.html#perception" >Perception</a> +17</p>
<p class="stat-block-breaker">Defense</p>
<p class="stat-block-1"><b>AC</b> 20, touch 15, flat-footed 14 (+6 Dex, +5 natural, –1 size)</p>
<p class="stat-block-1"><b>hp</b> 76 (8d8+40)</p>
<p class="stat-block-1"><b>Fort</b> +7, <b>Ref</b> +10, <b>Will</b> +9</p>
<p class="stat-block-breaker">Offense</p>
<p class="stat-block-1"><b>Speed</b> 30 ft., swim 50 ft.</p>
<p class="stat-block-1"><b>Melee</b> bite +10 (2d6+5 plus <a href="../bestiary/universalMonsterRules.html#poison-(ex-or-su)" >poison</a>), tail slap +5 (1d8+2)</p>
<p class="stat-block-1"><b>Space</b> 10 ft.; <b>Reach</b> 5 ft.</p>
<p class="stat-block-1"><b>Spells Known</b> (CL 7th; concentration +11)</p>
<p class="stat-block-2">3rd (5/day)—<i><a href="../coreRulebook/spells/protectionFromEnergy.html#protection-from-energy" >protection from energy</a></i>, <i><a href="../coreRulebook/spells/suggestion.html#suggestion" >suggestion</a></i> (DC 17)</p>
<p class="stat-block-2">2nd (7/day)—<i><a href="../coreRulebook/spells/acidArrow.html#acid-arrow" >acid arrow</a></i>, <i><a href="../coreRulebook/spells/invisibility.html#invisibility" >invisibility</a></i>, <i><a href="../coreRulebook/spells/mirrorImage.html#mirror-image" >mirror image</a></i></p>
<p class="stat-block-2">1st (7/day)—<i><a href="../coreRulebook/spells/expeditiousRetreat.html#expeditious-retreat" >expeditious retreat</a></i>, <i><a href="../coreRulebook/spells/magicMissile.html#magic-missile" >magic missile</a></i>, <i><a href="../coreRulebook/spells/obscuringMist.html#obscuring-mist" >obscuring mist</a></i>, <i><a href="../coreRulebook/spells/shield.html#shield" >shield</a></i>, <i><a href="../coreRulebook/spells/trueStrike.html#true-strike" >true strike</a></i></p>
<p class="stat-block-2">0 (at will)—<i><a href="../coreRulebook/spells/acidSplash.html#acid-splash" >acid splash</a></i>, <i><a href="../coreRulebook/spells/daze.html#daze" >daze</a></i> (DC 14), <i><a href="../coreRulebook/spells/detectMagic.html#detect-magic" >detect magic</a></i>, <i><a href="../coreRulebook/spells/light.html#light" >light</a></i>, <i><a href="../coreRulebook/spells/mageHand.html#mage-hand" >mage hand</a></i>, <i><a href="../coreRulebook/spells/openClose.html#open-close" >open/close</a></i>, <i><a href="../coreRulebook/spells/readMagic.html#read-magic" >read magic</a></i></p>
<p class="stat-block-breaker">Statistics</p>
<p class="stat-block-1"><b>Str</b> 20, <b>Dex</b> 23, <b>Con</b> 20, <b>Int</b> 11, <b>Wis</b> 17, <b>Cha</b> 18</p>
<p class="stat-block-1"><b>Base Atk</b> +6; <b>CMB</b> +12; <b>CMD</b> 28 (can't be tripped)</p>
<p class="stat-block-1"><b>Feats</b> <a href="../coreRulebook/feats.html#combat-casting" >Combat Casting</a>, <a href="../coreRulebook/feats.html#eschew-materials" >Eschew Materials</a><sup>B</sup>, <a href="../coreRulebook/feats.html#lightning-reflexes" >Lightning Reflexes</a>, <a href="../coreRulebook/feats.html#skill-focus" >Skill Focus</a> (<a href="../coreRulebook/skills/perception.html#perception" >Perception</a>), <a href="../coreRulebook/feats.html#skill-focus" >Skill Focus</a> (<a href="../coreRulebook/skills/stealth.html#stealth" >Stealth</a>)</p>
<p class="stat-block-1"><b>Skills</b> <a href="../coreRulebook/skills/bluff.html#bluff" >Bluff</a> +8, <a href="../coreRulebook/skills/knowledge.html#knowledge" >Knowledge</a> (local) +4, <a href="../coreRulebook/skills/perception.html#perception" >Perception</a> +17, <a href="../coreRulebook/skills/spellcraft.html#spellcraft" >Spellcraft</a> +11, <a href="../coreRulebook/skills/stealth.html#stealth" >Stealth</a> +16, <a href="../coreRulebook/skills/swim.html#swim" >Swim</a> +13</p>
<p class="stat-block-1"><b>Languages</b> Aquan, Common</p>
<p class="stat-block-1"><b>SQ</b> amphibious</p>
<p class="stat-block-breaker">Ecology</p>
<p class="stat-block-1"><b>Environment</b> temperate water</p>
<p class="stat-block-1"><b>Organization</b> solitary, pair, or nest (3–4)</p>
<p class="stat-block-1"><b>Treasure</b> standard</p>
<p class="stat-block-breaker">Special Abilities</p>
<p class="stat-block-1"><b><a href="../bestiary/universalMonsterRules.html#poison-(ex-or-su)" >Poison</a> (Ex)</b> Bite—injury; <i>save</i> Fort DC 19; <i>frequency</i> 1/round for 6 rounds; <i>effect</i> 1d2 Con damage; <i>cure</i> 2 saves.</p>
<p class="stat-block-1"><b>Spells</b> A water naga casts spells as a 7th-level sorcerer.</p>
<p>With mottled scales of blue and green, water nagas' serpentine beauty belies their deadliness. Although doubtlessly intelligent, these nagas have more in common with normal snakes than most of their kind, preferring to be left to their own devices and lashing out at any creatures that would disturb them. A typical water naga measures 10 feet long and weighs 250 pounds.</p>
<p>Where many nagas claim particular lairs as their homes, water nagas typically have a number of retreats, migrating from one to the next with the changing of the seasons. These nagas keep elaborate summer and winter lairs, with several favored shelters positioned between these so they can make a circuit of familiar rivers and coasts throughout the year. Fiercely territorial when it comes to their lairs, water nagas typically attack any that intrude upon their sanctuaries, only bothering to question interlopers once such creatures have been weakened by poison, if at all.</p>
<p>As their yearly treks make many water nagas especially well traveled, those who live near the serpents' lairs— usually lizardfolk, fey, and human tribes—often court the snake creatures' good graces with offerings of rich local delicacies, hoping to learn of nearby lands and pass on their own stories to distant neighbors. Enjoying flattery, exciting tales, and the adoration of those they see as lesser creatures, most water nagas take pride in their roles as travelers. However, while rarely malicious, they quickly grow bored of repetitive, mundane anecdotes and often embellish the stories they've heard with their own fictions—caring little for the repercussions such misleading tales might cause for their listeners. The congeniality of some water nagas does not extend to the entire race, and many unwary souls, even those with only the best intentions, face these serpentine creatures' deadly bite.</p>
</div>
</div> <div class = "footer">
<p>
<!--<a href = "/threads/rzs2soys">Report a Problem</a><br /><br />
©2002-2016 Paizo, Inc.®<br />
Paizo Inc., Paizo, Pathfinder, and the Pathfinder logo are registered trademarks of Paizo Inc., and<br />
Pathfinder Roleplaying Game and Pathfinder Campaign Setting are trademarks of Paizo Inc.<br />-->
<a href="../openGameLicense.html">Open Game License</a>.
</p>
</div>
</div>
</div>
<script type = "text/javascript" src = "../include/js/jquery-1.10.2.min.js"></script>
<script type = "text/javascript" src = "../include/js/jquery.cookie.js"></script>
<script type = "text/javascript" src = "http://cdn.paizo.com/chrome/js/jquery.dataTables.min.js"></script>
<script type = "text/javascript" src = "../include/js/prd-jquery.js"></script>
<script type = "text/javascript" src = "../include/js/prd-scripts.js"></script>
<script type = "text/javascript">var globalTitle="Naga",globalNavPath=[{ href: '/pathfinderRPG/prd/bestiary3/monsterIndex.html', name: 'Bestiary 3 Index'}];</script>
<script type = "text/javascript">
$(function () {
if(!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
highlightNavLocation(globalNavPath);
}
});
</script>
</body>
</html>