Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2006 |
Jan
|
Feb
(26) |
Mar
(493) |
Apr
(372) |
May
(131) |
Jun
(96) |
Jul
(87) |
Aug
(116) |
Sep
(68) |
Oct
(127) |
Nov
(158) |
Dec
(122) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(258) |
Feb
(148) |
Mar
(367) |
Apr
(202) |
May
(268) |
Jun
(182) |
Jul
(344) |
Aug
(324) |
Sep
(254) |
Oct
(264) |
Nov
(155) |
Dec
(169) |
2008 |
Jan
(266) |
Feb
(330) |
Mar
(371) |
Apr
(378) |
May
(259) |
Jun
(547) |
Jul
(319) |
Aug
(346) |
Sep
(198) |
Oct
(440) |
Nov
(230) |
Dec
(251) |
2009 |
Jan
(422) |
Feb
(344) |
Mar
(274) |
Apr
(70) |
May
(27) |
Jun
(86) |
Jul
(214) |
Aug
(158) |
Sep
(272) |
Oct
(235) |
Nov
(232) |
Dec
(155) |
2010 |
Jan
(147) |
Feb
(75) |
Mar
(93) |
Apr
(120) |
May
(317) |
Jun
(373) |
Jul
(324) |
Aug
(222) |
Sep
(274) |
Oct
(439) |
Nov
(358) |
Dec
(274) |
2011 |
Jan
(200) |
Feb
(167) |
Mar
(82) |
Apr
(159) |
May
(176) |
Jun
(120) |
Jul
(68) |
Aug
(85) |
Sep
(75) |
Oct
(40) |
Nov
(130) |
Dec
(106) |
2012 |
Jan
(254) |
Feb
(411) |
Mar
(274) |
Apr
(43) |
May
(136) |
Jun
(97) |
Jul
(64) |
Aug
(118) |
Sep
(465) |
Oct
(550) |
Nov
(424) |
Dec
(394) |
2013 |
Jan
(329) |
Feb
(289) |
Mar
(259) |
Apr
(236) |
May
(243) |
Jun
(379) |
Jul
(311) |
Aug
(296) |
Sep
(297) |
Oct
(422) |
Nov
(466) |
Dec
(254) |
2014 |
Jan
(364) |
Feb
(278) |
Mar
(208) |
Apr
(184) |
May
(248) |
Jun
(370) |
Jul
(396) |
Aug
(246) |
Sep
(156) |
Oct
(168) |
Nov
(331) |
Dec
(158) |
2015 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
(18) |
2
(14) |
3
(11) |
4
(13) |
5
(10) |
6
(7) |
7
(29) |
8
(22) |
9
(15) |
10
(8) |
11
(21) |
12
(14) |
13
(9) |
14
(4) |
15
(9) |
16
(3) |
17
(2) |
18
(21) |
19
(13) |
20
(11) |
21
(23) |
22
(8) |
23
(4) |
24
(5) |
25
(31) |
26
(4) |
27
(11) |
28
(5) |
29
(6) |
30
(10) |
31
(10) |
|
|
|
|
|
From: <eddyanthony@us...> - 2008-03-31 21:29:42
|
Revision: 5768 http://pcgen.svn.sourceforge.net/pcgen/?rev=5768&view=rev Author: eddyanthony Date: 2008-03-31 14:29:48 -0700 (Mon, 31 Mar 2008) Log Message: ----------- hide non-visible abilities Modified Paths: -------------- Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock_SRD.htm Trunk/pcgen/preview/d20/fantasy/statblock_SRD.htm Modified: Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock_SRD.htm =================================================================== --- Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock_SRD.htm 2008-03-31 21:07:13 UTC (rev 5767) +++ Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_statblock_SRD.htm 2008-03-31 21:29:48 UTC (rev 5768) @@ -161,7 +161,7 @@ <tr valign="top"> <td width="25%"><b>Full Attack: </b></td> <td width="75%"> -|FOR,%weap,0,COUNT[EQTYPE.Weapon]-1,1,1| +|FOR,%weap,0,COUNT[EQTYPE.Weapon]-1,1,0| <strong>|WEAPON.%weap.NAME.NOSTAR| </strong> |IIF(WEAPON.%weap.BASEHIT:N/A)| |WEAPON.%weap.THHIT| melee (|WEAPON.%weap.THDAMAGE| @@ -208,7 +208,7 @@ <tr valign="top"> <td width="25%"><b>Attack: </b></td> <td width="75%"> -|FOR,%weap,0,COUNT[EQTYPE.Weapon]-1,1,1| +|FOR,%weap,0,COUNT[EQTYPE.Weapon]-1,1,0| <strong>|WEAPON.%weap.NAME.NOSTAR| </strong> |IIF(WEAPON.%weap.BASEHIT:N/A)| |WEAPON.%weap.THHIT.0| melee (|WEAPON.%weap.THDAMAGE| @@ -260,7 +260,7 @@ <tr valign="top"> <td width="25%"><b>Special Attacks/Qualities: </b></td> <td width="75%"> -|IIF(count("ABILITIES";"CATEGORY=Special Ability")>0)| +|IIF(count("ABILITIES";"CATEGORY=Special Ability";"VISIBILITY=DEFAULT")>0)| |FOR,%specialAbilities,0,count("ABILITIES","CATEGORY=Special Ability")-1,1,0| |IIF(ABILITYALL.Special Ability.%specialAbilities.TYPE:Extraordinary)| |ABILITYALL.Special Ability.%specialAbilities| (Ex), Modified: Trunk/pcgen/preview/d20/fantasy/statblock_SRD.htm =================================================================== --- Trunk/pcgen/preview/d20/fantasy/statblock_SRD.htm 2008-03-31 21:07:13 UTC (rev 5767) +++ Trunk/pcgen/preview/d20/fantasy/statblock_SRD.htm 2008-03-31 21:29:48 UTC (rev 5768) @@ -260,7 +260,7 @@ <tr valign="top"> <td width="25%"><b>Special Attacks/Qualities: </b></td> <td width="75%"> -|IIF(count("ABILITIES";"CATEGORY=Special Ability")>0)| +|IIF(count("ABILITIES";"CATEGORY=Special Ability";"VISIBILITY=DEFAULT")>0)| |FOR,%specialAbilities,0,count("ABILITIES","CATEGORY=Special Ability")-1,1,0| |IIF(ABILITYALL.Special Ability.%specialAbilities.TYPE:Extraordinary)| |ABILITYALL.Special Ability.%specialAbilities| (Ex), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-31 21:07:12
|
Revision: 5767 http://pcgen.svn.sourceforge.net/pcgen/?rev=5767&view=rev Author: eddyanthony Date: 2008-03-31 14:07:13 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [ 1929157 ] [Beta] Full data load testing Modified Paths: -------------- Trunk/pcgen/data/alpha/mythicdreamsstudios/dark_Inheritance/dark_Inheritance_modern/dark_inheritance_templates.lst Trunk/pcgen/data/d20ogl/rpgobjects/timeline/roaring20s_abilities_occupations.lst Modified: Trunk/pcgen/data/alpha/mythicdreamsstudios/dark_Inheritance/dark_Inheritance_modern/dark_inheritance_templates.lst =================================================================== --- Trunk/pcgen/data/alpha/mythicdreamsstudios/dark_Inheritance/dark_Inheritance_modern/dark_inheritance_templates.lst 2008-03-31 17:20:25 UTC (rev 5766) +++ Trunk/pcgen/data/alpha/mythicdreamsstudios/dark_Inheritance/dark_Inheritance_modern/dark_inheritance_templates.lst 2008-03-31 21:07:13 UTC (rev 5767) @@ -88,7 +88,7 @@ Birthright Grace (Blend In) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.142 PREMULT:3,[!PRETEMPLATE:1,Birthright Grace (Blend In)],[PRETEMPLATE:1,Crimson Lords],[PREMULT:1,[PREMULT:2,[PREVARGTEQ:ActionRemain,1],[PREVARGTEQ:APspentonBR,1]],[PREPCLEVEL:MAX=1]] BONUS:VAR|ActionUsed|1 BONUS:VAR|APspentonBR|-1 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+CHA)|Blend In,11+CHA Birthright Grace (Defensive Aura) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.142 PREMULT:5,[PREMULT:2,[PREVARGTEQ:ActionRemain,2],[PREVARGTEQ:APspentonBR,2]],[!PRETEMPLATE:1,Birthright Grace (Defensive Aura)],[PRETEMPLATE:1,Crimson Lords],[PREPCLEVEL:MIN=4],[PRETEMPLATE:1,Birthright Grace (Blend In)] BONUS:VAR|ActionUsed|2 BONUS:VAR|APspentonBR|-2 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+CHA)|Defensive Aura,12+CHA Birthright Grace (Height of Fashion) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.142 PREMULT:5,[PREMULT:2,[PREVARGTEQ:ActionRemain,2],[PREVARGTEQ:APspentonBR,2]],[!PRETEMPLATE:1,Birthright Grace (Height of Fashion)],[PRETEMPLATE:1,Crimson Lords],[PREPCLEVEL:MIN=4],[PRETEMPLATE:1,Birthright Grace (Blend In)] BONUS:VAR|ActionUsed|2 BONUS:VAR|APspentonBR|-2 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+CHA)|Height of Fashion,12+CHA -Birthright Grace (Aphrodite's Language) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.142 PREMULT:5,[PREMULT:2,[PREVARGTEQ:ActionRemain,3],[PREVARGTEQ:APspentonBR,3]],[!PRETEMPLATE:1,Birthright Grace (Aphrodite's Language)],[PRETEMPLATE:1,Crimson Lords],[PREPCLEVEL:MIN=6],[PRETEMPLATE:1,Birthright Grace (Defensive Aura),Birthright Grace (Gracious Eloquence=] BONUS:VAR|ActionUsed|3 BONUS:VAR|APspentonBR|-3 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+INT)|Aphrodite's Language,13+INT +Birthright Grace (Aphrodite's Language) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.142 PREMULT:5,[PREMULT:2,[PREVARGTEQ:ActionRemain,3],[PREVARGTEQ:APspentonBR,3]],[!PRETEMPLATE:1,Birthright Grace (Aphrodite's Language)],[PRETEMPLATE:1,Crimson Lords],[PREPCLEVEL:MIN=6],[PRETEMPLATE:1,Birthright Grace (Defensive Aura),Birthright Grace (Gracious Eloquence)] BONUS:VAR|ActionUsed|3 BONUS:VAR|APspentonBR|-3 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+INT)|Aphrodite's Language,13+INT Birthright Grace (Feint) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.143 PREMULT:5,[PREMULT:2,[PREVARGTEQ:ActionRemain,4],[PREVARGTEQ:APspentonBR,4]],[!PRETEMPLATE:1,Birthright Grace (Feint)],[PRETEMPLATE:1,Crimson Lords],[PREPCLEVEL:MIN=8],[PRETEMPLATE:1,Birthright Grace (Aphrodite's Language)] BONUS:VAR|ActionUsed|4 BONUS:VAR|APspentonBR|-4 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+DEX)|Feint,14+DEX Birthright Grace (Beauty's Focus) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.143 PREMULT:5,[PREMULT:2,[PREVARGTEQ:ActionRemain,4],[PREVARGTEQ:APspentonBR,4]],[!PRETEMPLATE:1,Birthright Grace (Beauty's Focus)],[PRETEMPLATE:1,Crimson Lords],[PREPCLEVEL:MIN=8],[PRETEMPLATE:1,Birthright Grace (Aphrodite's Language)] BONUS:VAR|ActionUsed|4 BONUS:VAR|APspentonBR|-4 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+WIS)|Beauty's Focus,14+WIS Birthright Vitality (Gift of Tammuz) NAMEISPI:YES VISIBLE:DISPLAY SOURCEPAGE:p.143 PREMULT:3,[!PRETEMPLATE:1,Birthright Vitality (Gift of Tammuz)],[PRETEMPLATE:1,Crimson Lords],[PREMULT:1,[PREMULT:2,[PREVARGTEQ:ActionRemain,1],[PREVARGTEQ:APspentonBR,1]],[PREPCLEVEL:MAX=1]] BONUS:VAR|ActionUsed|1 BONUS:VAR|APspentonBR|-1 SPELLS:Birthright|TIMES=ATWILL|CASTERLEVEL=max(1,BBB+CON)|Gift of Tammuz,11+CON Modified: Trunk/pcgen/data/d20ogl/rpgobjects/timeline/roaring20s_abilities_occupations.lst =================================================================== --- Trunk/pcgen/data/d20ogl/rpgobjects/timeline/roaring20s_abilities_occupations.lst 2008-03-31 17:20:25 UTC (rev 5766) +++ Trunk/pcgen/data/d20ogl/rpgobjects/timeline/roaring20s_abilities_occupations.lst 2008-03-31 21:07:13 UTC (rev 5767) @@ -94,7 +94,6 @@ CATEGORY=Occupation|Sleight of Hand(class skill).MOD TYPE:Psychic_Roaring_Skills CATEGORY=Occupation|Sleight of Hand(+1 to skill).MOD TYPE:Psychic_Roaring_Skills -CATEGORY=Occupation|Speak Language(class skill).MOD TYPE:Explorer_Skills CATEGORY=Occupation|Speak Language(1 additional language).MOD TYPE:Explorer_Skills CATEGORY=Occupation|Spot(class skill).MOD TYPE:Explorer_Skills.Primitive_Skills.Psychic_Roaring_Skills This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-31 17:20:18
|
Revision: 5766 http://pcgen.svn.sourceforge.net/pcgen/?rev=5766&view=rev Author: eddyanthony Date: 2008-03-31 10:20:25 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [ 1929157 ] [Beta] Full data load testing Modified Paths: -------------- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_classes.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats_val.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst Trunk/pcgen/data/alpha/rpgobjects/bloodandspace/prometheusrising/bns_pr_classes_advanced.lst Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base.lst Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base_mod.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats_hidden.lst Trunk/pcgen/data/my_dataset/my_kits.lst Trunk/pcgen/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequip.lst Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_classes.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_classes.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_classes.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -45,7 +45,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Blight Bearer HD:8 TYPE:PC.Prestige ABB:BlB MAXLEVEL:4 SOURCEPAGE:p.167 BONUS:CHECKS|BASE.Fortitude,BASE.Will|(CL/2)+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL/2|TYPE=Base.REPLACE # Class Name Required AL Required Deity Required Domain Required Feat Required Skill Req. Spell Type -CLASS:Blight Bearer PREALIGN:LE,NE,CE PREDEITY:Neroth PREDOMAIN:1,Disease PREFEAT:1,Spell Focus (Necromancy) PRESKILL:2,Knowledge (Religion),Heal=5 PRESPELLTYPE:1,Divine=3 +CLASS:Blight Bearer PREALIGN:LE,NE,CE PREDEITY:1,Neroth PREDOMAIN:1,Disease PREFEAT:1,Spell Focus (Necromancy) PRESKILL:2,Knowledge (Religion),Heal=5 PRESPELLTYPE:1,Divine=3 # Class Name Skill Pts/Lvl Class Skill CLASS:Blight Bearer STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Heal|Knowledge (Arcana)|Knowledge (Religion)|Spellcraft 1 AUTO:FEAT|Armor Proficiency (Light) AUTO:WEAPONPROF|TYPE.Simple|Scythe @@ -130,7 +130,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Warriors of the Eternal Flame HD:10 TYPE:PC.Prestige ABB:WEF MAXLEVEL:10 SOURCEPAGE:p.173 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|(CL/2)+2 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Req. Att. Required Deity Required Feat Required Skill -CLASS:Warriors of the Eternal Flame PREATT:5 PREDEITY:Nier PREFEAT:1,Toughness PRESKILL:1,Knowledge (Religion)=5 +CLASS:Warriors of the Eternal Flame PREATT:5 PREDEITY:1,Nier PREFEAT:1,Toughness PRESKILL:1,Knowledge (Religion)=5 # Class Name Skill Pts/Lvl Class Skill CLASS:Warriors of the Eternal Flame STARTSKILLPTS:4 CSKILL:Balance|Climb|Concentration|TYPE.Craft|Jump|Knowledge (Religion)|Knowledge (Arcana)|Knowledge (History)|TYPE.Profession|Ride|Sense Motive|Spellcraft|Swim # Class Name Spell Stat Spell Type Memorize Caster level Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -1,48 +1,48 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Mon Mar 31 13:16:54 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Paradigm - Codex Arcanis SOURCESHORT:Codex Arcanis SOURCEWEB:http://www.paradigmconcepts.com #Original entry by Greg G (Phantom of Krankor) -# Feat Name Type Visible Req. Att. Required Class Required Deity Required Feat Required Non-Monster Lvl Required Race Required Skill Required Stat Required Template Var. Min. Value Special ABility Innate Spells Description Multiple? Selections Choose Template Automaticaly Gained Weapon Prof. Add Bonus to HP Add to base move Bonus to skill Bonus to skill rank Weapon prof. bonus Class Skill Source Page -Alien Understanding TYPE:Special PRECLASS:1,Cleric,Wizard,Sorcerer=1 PREDEITY:Sarish,Neroth DESC:Gain WIS bonus to Turn/Rebuke Undead. Negates extra-planar and undead creature's WIS bonus for Will saves SOURCEPAGE:p.163 -Avoidance TYPE:General.Fighter PREFEAT:5,Evasion,Dodge,Mobility,Spring Attack,Expertise PRESTAT:1,DEX=16 DESC:Does not draw AoO's. Can only be used in Light or No Armor. SOURCEPAGE:p.163 -Born to the Saddle TYPE:General PRESKILL:1,Ride=1 PRETEMPLATE:1,Hinterlands|Milandir DESC:Natural Aptitude with Horses BONUS:SKILL|Ride|2|TYPE=NaturalAptitude SOURCEPAGE:p.163 -Church Education TYPE:General PRETEMPLATE:1,Coryani Empire|Altheria|Canceri|Milandir|Solaros Mor|Encali DESC:The Clergy of your Nation has educated you from a young age. TEMPLATE:Past Favored Cleric CSKILL:Knowledge (Religion) SOURCEPAGE:p.163 -Combat Firing TYPE:General.Fighter PREFEAT:2,Combat Reflexes,Exotic Weapon Proficiency (Flintlock %) PRESKILL:1,Concentration=1 DESC:You may fire your flintlock in melee w/o provoking an AoO on successful Concentration check SOURCEPAGE:p.163 -Conscript TYPE:General.Fighter PREPCLEVEL:MAX=1 PRETEMPLATE:1,Milandir DESC:You have served in the Canton of your city ADD:FEAT|2|Martial Weapon Proficiency (Halberd),Martial Weapon Proficiency (Crossbow (Heavy)) SOURCEPAGE:p.163 -Divinity's Presence TYPE:Val PRERACE:1,Val PREVARGTEQ:ValBloodrank,4 DESC:Once per day can add +4 Divine bonus to Charisma SOURCEPAGE:p.163 -Elorii Bloodline (Marokene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Marokene DESC:You are tougher than normal BONUS:HP|CURRENTMAX|TL SOURCEPAGE:p.163 -Elorii Bloodline (Osalikene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Osalikene DESC:You move faster than normal BONUS:MOVEADD|TYPE=Walk|10|PREVARLT:ENCUMBERANCE,1,COUNT[EQTYPE.ARMOR.EQUIPPED.IS.MEDIUM],1,COUNT[EQTYPE.ARMOR.EQUIPPED.IS.HEAVY],1|TYPE=FastMovement SOURCEPAGE:p.163 -Elorii Bloodline (Kelekene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Kelekene DESC:You may make an extra attack 1/day SOURCEPAGE:p.163 -Elorii Bloodline (Berokene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Berokene DESC:You may breathe underwater for a short time and can locate major bodies of water SOURCEPAGE:p.163 -Elorii Bloodline (Ardakene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Ardakene SPELLS:Innate|TIMES=1|CASTERLEVEL=TL|Cure Light Wounds,11+WIS DESC:You may cast Cure Light Wounds 1/day (no level max) SOURCEPAGE:p.163 -Empower Blood TYPE:Metamagic PRECLASS:1,Cleric,Wizard=1 PRETEMPLATE:1,Canceri|Encali DESC:Enhance spell vs SR or increase damage by sacrificing Hit Points SOURCEPAGE:p.163 -Fishmonger TYPE:General PREPCLEVEL:MAX=1 PRETEMPLATE:1,Milandir DESC:You are trained as an actor TEMPLATE:Past Favored Bard BONUS:SKILL|Perform|2 CSKILL:Disguise|Perform|Bluff|Innuendo SOURCEPAGE:p.164 -Gentry TYPE:General PREPCLEVEL:MAX=1 PRERACE:1,Human,Val,Dark-Kin DESC:You were born to a noble family CSKILL:Ride|Diplomacy SOURCEPAGE:p.164 -Hawk Eyed TYPE:General.Fighter PREFEAT:2,Precise Shot,Exotic Weapon Proficiency (Flintlock %) PRETEMPLATE:1,Altheria DESC:Your aim with a flintlock is amazing SOURCEPAGE:p.164 -Honeyed Tongue TYPE:General PREFEAT:1,Judge of Character PRESTAT:1,CHA=13 DESC:You know how to say things to get people to do what you want BONUS:SKILL|Bluff,Diplomacy,Innuendo,Intimidate|2|TYPE=Enhancement SOURCEPAGE:p.164 -Improved Quick Draw TYPE:General PREATT:4 PREFEAT:1,Quick Draw PRESTAT:1,DEX=17 DESC:You gain an extra attack against a flat-footed opponent when Quick Drawing a weapon SOURCEPAGE:p.164 -Improved Ride-By Attack TYPE:General.Fighter PREFEAT:2,Mounted Combat,Ride-By Attack PRESKILL:1,Ride=1 DESC:You have learned to maximize the offensive capability of a ride-by attack SOURCEPAGE:p.164 -Judge of Character TYPE:General PREFEAT:1,Skill Focus (Sense Motive) PRESTAT:1,WIS=13 DESC:You have an innate ability to judge a person's character and motives BONUS:SKILL|Sense Motive|3|TYPE=Enhancement SOURCEPAGE:p.164 -Knowledge of the Past TYPE:Elorii PRERACE:1,Elorii DESC:Your connection to your past life is stronger than normal MULT:YES SELECT:3 CHOOSE:SKILLSNAMED|ALL SOURCEPAGE:p.164 -Know Terrain TYPE:General PREFEAT:3,Expert Tactician,Dodge,Mobility PRESTAT:1,INT=15 DESC:You are aware of terrain's effect on combat SOURCEPAGE:p.164 -Lay of The Land TYPE:General PREFEAT:1,Track PRETEMPLATE:1,Hinterlands DESC:You never get lost within the Hinterlands and are very difficult to track there SOURCEPAGE:p.164 -Legionnaire TYPE:General.Fighter PREPCLEVEL:MAX=1 PRETEMPLATE:1,Coryani Empire DESC:You are or were a Legionnaire TEMPLATE:Past Favored Fighter AUTO:WEAPONPROF|Gladius|Shortspear ADD:FEAT|3|Armor Proficiency (Light),Armor Proficiency (Medium),Shield Proficiency SOURCEPAGE:p.164 -Linguist TYPE:General DESC:You are very good with languages BONUS:SKILLRANK|Speak Language,Decipher Script,Innuendo|2|TYPE=Insight CSKILL:Speak Language SOURCEPAGE:p.164 -Master of the Tops TYPE:General PRESKILL:2,Climb,Use Rope=1 PRETEMPLATE:1,Pirate Isles|Ymandragore|Entaris DESC:You feel at home in the rigging of a ship SOURCEPAGE:p.164 -Memories of Lives Past TYPE:Elorii PRERACE:1,Elorii DESC:Your connection to your past life is stronger than mormal TEMPLATE:Past Favored Class SOURCEPAGE:p.164 -Quick Reload TYPE:General.Fighter PREFEAT:1,Combat Reflexes DESC:You may reload a flintlock or Heavy Crossbow as a move equivalent action SOURCEPAGE:p.164 -Saddle Warrior TYPE:Fighter.General PREFEAT:2,Skill Focus (Ride),Mounted Combat PRESKILL:1,Ride=1 PRESTAT:1,DEX=13 DESC:You have a natural ability to fight from the saddle BONUS:SKILL|Ride|2|TYPE=Competence SOURCEPAGE:p.164 -Strength of the Coryani Heart TYPE:General PRETEMPLATE:1,Coryani Empire SAB:+2 holy bonus vs Fear DESC:You can draw upon the strength of your belief in the Empire SOURCEPAGE:p.164 -Tactical Leadership TYPE:General.Fighter PREFEAT:2,Avoidance,Know Terrain DESC:You can share your knowledge of Tactics SOURCEPAGE:p.164 -Tail Attack TYPE:Special PRERACE:1,Ss'ressen PRESTAT:1,DEX=13 DESC:You can use your tail to make an extra melee attack as a move equivalent action (Reach 5', 1d4+STR Damage). Any size Medium or smaller creature struck this way must make a Ref save DC:15 or fall down as they are swept by the tail attack. SOURCEPAGE:p.164 -Trick Shot TYPE:General.Fighter PREFEAT:3,Precise Shot,Hawk Eyed,Exotic Weapon Proficiency (Flintlock %) PRETEMPLATE:1,Altheria DESC:Your aim with a flintlock is nearly legendary SOURCEPAGE:p.164 -Visions of Lives Past TYPE:Elorii PRERACE:1,Elorii DESC:Your connection to your past life is stronger than normal. 1/day you may attempt to remember something. SOURCEPAGE:p.165 +# Feat Name Type Visible Req. Att. Required Class Required Deity Required Feat Required Non-Monster Lvl Required Race Required Skill Required Stat Required Template Var. Min. Value Special ABility Innate Spells Description Multiple? Selections Choose Template Automaticaly Gained Weapon Prof. Add Bonus to HP Add to base move Bonus to skill Bonus to skill rank Weapon prof. bonus Class Skill Source Page +Alien Understanding TYPE:Special PRECLASS:1,Cleric,Wizard,Sorcerer=1 PREDEITY:1,Sarish,Neroth DESC:Gain WIS bonus to Turn/Rebuke Undead. Negates extra-planar and undead creature's WIS bonus for Will saves SOURCEPAGE:p.163 +Avoidance TYPE:General.Fighter PREFEAT:5,Evasion,Dodge,Mobility,Spring Attack,Expertise PRESTAT:1,DEX=16 DESC:Does not draw AoO's. Can only be used in Light or No Armor. SOURCEPAGE:p.163 +Born to the Saddle TYPE:General PRESKILL:1,Ride=1 PRETEMPLATE:1,Hinterlands|Milandir DESC:Natural Aptitude with Horses BONUS:SKILL|Ride|2|TYPE=NaturalAptitude SOURCEPAGE:p.163 +Church Education TYPE:General PRETEMPLATE:1,Coryani Empire|Altheria|Canceri|Milandir|Solaros Mor|Encali DESC:The Clergy of your Nation has educated you from a young age. TEMPLATE:Past Favored Cleric CSKILL:Knowledge (Religion) SOURCEPAGE:p.163 +Combat Firing TYPE:General.Fighter PREFEAT:2,Combat Reflexes,Exotic Weapon Proficiency (Flintlock %) PRESKILL:1,Concentration=1 DESC:You may fire your flintlock in melee w/o provoking an AoO on successful Concentration check SOURCEPAGE:p.163 +Conscript TYPE:General.Fighter PREPCLEVEL:MAX=1 PRETEMPLATE:1,Milandir DESC:You have served in the Canton of your city ADD:FEAT|2|Martial Weapon Proficiency (Halberd),Martial Weapon Proficiency (Crossbow (Heavy)) SOURCEPAGE:p.163 +Divinity's Presence TYPE:Val PRERACE:1,Val PREVARGTEQ:ValBloodrank,4 DESC:Once per day can add +4 Divine bonus to Charisma SOURCEPAGE:p.163 +Elorii Bloodline (Marokene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Marokene DESC:You are tougher than normal BONUS:HP|CURRENTMAX|TL SOURCEPAGE:p.163 +Elorii Bloodline (Osalikene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Osalikene DESC:You move faster than normal BONUS:MOVEADD|TYPE=Walk|10|PREVARLT:ENCUMBERANCE,1,COUNT[EQTYPE.ARMOR.EQUIPPED.IS.MEDIUM],1,COUNT[EQTYPE.ARMOR.EQUIPPED.IS.HEAVY],1|TYPE=FastMovement SOURCEPAGE:p.163 +Elorii Bloodline (Kelekene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Kelekene DESC:You may make an extra attack 1/day SOURCEPAGE:p.163 +Elorii Bloodline (Berokene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Berokene DESC:You may breathe underwater for a short time and can locate major bodies of water SOURCEPAGE:p.163 +Elorii Bloodline (Ardakene) TYPE:Elorii PRERACE:1,Elorii PRETEMPLATE:1,Ardakene SPELLS:Innate|TIMES=1|CASTERLEVEL=TL|Cure Light Wounds,11+WIS DESC:You may cast Cure Light Wounds 1/day (no level max) SOURCEPAGE:p.163 +Empower Blood TYPE:Metamagic PRECLASS:1,Cleric,Wizard=1 PRETEMPLATE:1,Canceri|Encali DESC:Enhance spell vs SR or increase damage by sacrificing Hit Points SOURCEPAGE:p.163 +Fishmonger TYPE:General PREPCLEVEL:MAX=1 PRETEMPLATE:1,Milandir DESC:You are trained as an actor TEMPLATE:Past Favored Bard BONUS:SKILL|Perform|2 CSKILL:Disguise|Perform|Bluff|Innuendo SOURCEPAGE:p.164 +Gentry TYPE:General PREPCLEVEL:MAX=1 PRERACE:1,Human,Val,Dark-Kin DESC:You were born to a noble family CSKILL:Ride|Diplomacy SOURCEPAGE:p.164 +Hawk Eyed TYPE:General.Fighter PREFEAT:2,Precise Shot,Exotic Weapon Proficiency (Flintlock %) PRETEMPLATE:1,Altheria DESC:Your aim with a flintlock is amazing SOURCEPAGE:p.164 +Honeyed Tongue TYPE:General PREFEAT:1,Judge of Character PRESTAT:1,CHA=13 DESC:You know how to say things to get people to do what you want BONUS:SKILL|Bluff,Diplomacy,Innuendo,Intimidate|2|TYPE=Enhancement SOURCEPAGE:p.164 +Improved Quick Draw TYPE:General PREATT:4 PREFEAT:1,Quick Draw PRESTAT:1,DEX=17 DESC:You gain an extra attack against a flat-footed opponent when Quick Drawing a weapon SOURCEPAGE:p.164 +Improved Ride-By Attack TYPE:General.Fighter PREFEAT:2,Mounted Combat,Ride-By Attack PRESKILL:1,Ride=1 DESC:You have learned to maximize the offensive capability of a ride-by attack SOURCEPAGE:p.164 +Judge of Character TYPE:General PREFEAT:1,Skill Focus (Sense Motive) PRESTAT:1,WIS=13 DESC:You have an innate ability to judge a person's character and motives BONUS:SKILL|Sense Motive|3|TYPE=Enhancement SOURCEPAGE:p.164 +Knowledge of the Past TYPE:Elorii PRERACE:1,Elorii DESC:Your connection to your past life is stronger than normal MULT:YES SELECT:3 CHOOSE:SKILLSNAMED|ALL SOURCEPAGE:p.164 +Know Terrain TYPE:General PREFEAT:3,Expert Tactician,Dodge,Mobility PRESTAT:1,INT=15 DESC:You are aware of terrain's effect on combat SOURCEPAGE:p.164 +Lay of The Land TYPE:General PREFEAT:1,Track PRETEMPLATE:1,Hinterlands DESC:You never get lost within the Hinterlands and are very difficult to track there SOURCEPAGE:p.164 +Legionnaire TYPE:General.Fighter PREPCLEVEL:MAX=1 PRETEMPLATE:1,Coryani Empire DESC:You are or were a Legionnaire TEMPLATE:Past Favored Fighter AUTO:WEAPONPROF|Gladius|Shortspear ADD:FEAT|3|Armor Proficiency (Light),Armor Proficiency (Medium),Shield Proficiency SOURCEPAGE:p.164 +Linguist TYPE:General DESC:You are very good with languages BONUS:SKILLRANK|Speak Language,Decipher Script,Innuendo|2|TYPE=Insight CSKILL:Speak Language SOURCEPAGE:p.164 +Master of the Tops TYPE:General PRESKILL:2,Climb,Use Rope=1 PRETEMPLATE:1,Pirate Isles|Ymandragore|Entaris DESC:You feel at home in the rigging of a ship SOURCEPAGE:p.164 +Memories of Lives Past TYPE:Elorii PRERACE:1,Elorii DESC:Your connection to your past life is stronger than mormal TEMPLATE:Past Favored Class SOURCEPAGE:p.164 +Quick Reload TYPE:General.Fighter PREFEAT:1,Combat Reflexes DESC:You may reload a flintlock or Heavy Crossbow as a move equivalent action SOURCEPAGE:p.164 +Saddle Warrior TYPE:Fighter.General PREFEAT:2,Skill Focus (Ride),Mounted Combat PRESKILL:1,Ride=1 PRESTAT:1,DEX=13 DESC:You have a natural ability to fight from the saddle BONUS:SKILL|Ride|2|TYPE=Competence SOURCEPAGE:p.164 +Strength of the Coryani Heart TYPE:General PRETEMPLATE:1,Coryani Empire SAB:+2 holy bonus vs Fear DESC:You can draw upon the strength of your belief in the Empire SOURCEPAGE:p.164 +Tactical Leadership TYPE:General.Fighter PREFEAT:2,Avoidance,Know Terrain DESC:You can share your knowledge of Tactics SOURCEPAGE:p.164 +Tail Attack TYPE:Special PRERACE:1,Ss'ressen PRESTAT:1,DEX=13 DESC:You can use your tail to make an extra melee attack as a move equivalent action (Reach 5', 1d4+STR Damage). Any size Medium or smaller creature struck this way must make a Ref save DC:15 or fall down as they are swept by the tail attack. SOURCEPAGE:p.164 +Trick Shot TYPE:General.Fighter PREFEAT:3,Precise Shot,Hawk Eyed,Exotic Weapon Proficiency (Flintlock %) PRETEMPLATE:1,Altheria DESC:Your aim with a flintlock is nearly legendary SOURCEPAGE:p.164 +Visions of Lives Past TYPE:Elorii PRERACE:1,Elorii DESC:Your connection to your past life is stronger than normal. 1/day you may attempt to remember something. SOURCEPAGE:p.165 #Excluded Feats Psychic Inquisitor.FORGET #Class Feats -Superior Weapon Focus TYPE:SharpShooter VISIBLE:EXPORT DESC:You are even better with a particular weapon BONUS:WEAPONPROF=Flintlock|TOHIT|1 +Superior Weapon Focus TYPE:SharpShooter VISIBLE:EXPORT DESC:You are even better with a particular weapon BONUS:WEAPONPROF=Flintlock|TOHIT|1 # # End Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats_val.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats_val.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/codexarcanis/codexarcanis_feats_val.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -1,15 +1,15 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Mon Mar 31 13:16:54 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Paradigm - Codex Arcanis SOURCESHORT:Codex Arcanis SOURCEWEB:http://www.paradigmconcepts.com #Original entry by Greg G (Phantom of Krankor) # Feat Name Type Visible Required Feat Required Race Modify VAR Cost Source Page -Bloodrank 1 TYPE:Val VISIBLE:YES PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 -Bloodrank 2 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 1 PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 -Bloodrank 3 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 2 PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 -Bloodrank 4 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 3 PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 -Bloodrank 5 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 4 PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 -Bloodrank 6 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 5 PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 -Bloodrank 7 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 6 PRERACE:Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 1 TYPE:Val VISIBLE:YES PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 2 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 1 PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 3 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 2 PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 4 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 3 PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 5 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 4 PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 6 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 5 PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 +Bloodrank 7 TYPE:Val VISIBLE:YES PREFEAT:1,Bloodrank 6 PRERACE:1,Val BONUS:VAR|ValBloodrank|1 COST:0 SOURCEPAGE:p.162 ###Block: Val'Abebi Bloodline Powers Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -554,7 +554,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Storm Lord HD:10 TYPE:Base.PC ABB:HCHrr MAXLEVEL:20 SOURCEPAGE:pg. 89 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Multiple Requirements -CLASS:Storm Lord PREALIGN:LG,NG,CG PREDEITY:1,Hurrian PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2[PRERACE:Dwarf],[PRETEMPLATE:1,Tir Betoqi]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] +CLASS:Storm Lord PREALIGN:LG,NG,CG PREDEITY:1,Hurrian PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2[PRERACE:1,Dwarf],[PRETEMPLATE:1,Tir Betoqi]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] # Class Name Skill Pts/Lvl Class Skill CLASS:Storm Lord STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Jump|Knowledge (Nature)|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level Modified: Trunk/pcgen/data/alpha/rpgobjects/bloodandspace/prometheusrising/bns_pr_classes_advanced.lst =================================================================== --- Trunk/pcgen/data/alpha/rpgobjects/bloodandspace/prometheusrising/bns_pr_classes_advanced.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/rpgobjects/bloodandspace/prometheusrising/bns_pr_classes_advanced.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -4,7 +4,7 @@ # Class Name Hit Dice Type Max Level Source Page Save checks bonus Combat bonus Modify VAR CLASS:Human Computer HD:6 TYPE:PC.Advanced MAXLEVEL:10 SOURCEPAGE:p.13 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/3 BONUS:CHECKS|BASE.Reflex|(CL+3)*2/5 BONUS:COMBAT|BAB|CL*3/4 BONUS:VAR|ClassDefense|(CL+1)/3 BONUS:VAR|Reputation|(CL-1)/4 BONUS:VAR|Action|CL*6 # Class Name Required Race Required Skill -CLASS:Human Computer PRERACE:Menome PRESKILL:3,Computer Use,Research,Knowledge (Tactics)=6 +CLASS:Human Computer PRERACE:1,Menome PRESKILL:3,Computer Use,Research,Knowledge (Tactics)=6 # Class Name Skill Pts/Lvl Class Skill CLASS:Human Computer STARTSKILLPTS:8 CSKILL:Bluff|Climb|Computer Use|Concentration|Demolitions|Diplomacy|Disable Device|Disguise|Drive|Forgery|Gather Information|Hide|Intimidate|Investigate|TYPE.Knowledge|Listen|Move Silently|Navigate|Pilot|Repair|Research|Sense Motive|Spot 1 SAB:Skill Download (% ranks)|SkillDownload BONUS:VAR|SkillDownload|1 DEFINE:SkillDownload|0 Modified: Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base.lst =================================================================== --- Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -1,10 +1,10 @@ -# CVS $Revision$ $Author$ -- Fri Mar 7 16:34:14 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Mon Mar 31 13:17:45 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Legends of Excalibur - Arthurian Adventures SOURCESHORT:Excalibur SOURCEWEB:http://www.rpgobjects.com/index.php?page=ex # Bard and Druid block. Due to .MOD issues, redoing classes here # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus -CLASS:Bard ~ LoE HD:6 TYPE:Base.PC ABB:Brd MAXLEVEL:20 SOURCEPAGE:ClassesI.rtf LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|CHA DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude|CL/3 BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE +CLASS:Bard ~ LoE HD:6 TYPE:Base.PC ABB:Brd MAXLEVEL:20 SOURCEPAGE:ClassesI.rtf LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|CHA DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude|CL/3 BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Bard ~ LoE STARTSKILLPTS:6 CSKILL:Appraise|Balance|Bluff|Climb|Concentration|TYPE.Craft|Decipher Script|Diplomacy|Disguise|Escape Artist|Gather Information|Hide|Jump|TYPE.Knowledge|Listen|Move Silently|TYPE.Perform|TYPE.Profession|Sense Motive|Sleight of Hand|Speak Language|Spellcraft|Swim|Tumble|Use Magic Device # Class Name Spell Stat Spell Type Memorize Caster level @@ -35,7 +35,7 @@ 20 CAST:0,0,2,3,4,5,6 KNOWN:9,5,5,4,4,3,3 BONUS:VAR|BASEPOWERPOINTS|19 # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Bonus Languages Define Save checks bonus Combat bonus -CLASS:Druid ~ LoE HD:8 TYPE:Base.PC ABB:Drd MAXLEVEL:20 SOURCEPAGE:ClassesI.rtf LANGAUTO:Druidic LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf] LANGBONUS:Sylvan DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|WIS DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE +CLASS:Druid ~ LoE HD:8 TYPE:Base.PC ABB:Drd MAXLEVEL:20 SOURCEPAGE:ClassesI.rtf LANGAUTO:Druidic LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf] LANGBONUS:Sylvan DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|WIS DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Druid ~ LoE STARTSKILLPTS:4 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nature)|Listen|TYPE.Profession|Ride|Spellcraft|Spot|Survival|Swim # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -64,8 +64,8 @@ # Legends of Excalibur base class block -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus -CLASS:Fool HD:6 TYPE:Base.PC ABB:Foo MAXLEVEL:20 SOURCEPAGE:p.10 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Reflex|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus +CLASS:Fool HD:6 TYPE:Base.PC ABB:Foo MAXLEVEL:20 SOURCEPAGE:p.10 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Reflex|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Fool STARTSKILLPTS:6 CSKILL:Appraise|Balance|Bluff|Climb|TYPE.Craft|Diplomacy|Disguise|Escape Artist|Gather Information|Hide|Jump|Knowledge (Local)|Listen|Move Silently|TYPE.Perform|Sense Motive|Sleight of Hand|Spot|Swim|Tumble|Use Rope 1 AUTO:FEAT|Armor Proficiency (Light) @@ -83,8 +83,8 @@ 17 SAB:Verbal Barrage (Ex) 19 SAB:Verbal Firestorm (Ex) -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus -CLASS:Hedge Mage HD:6 TYPE:Base.PC ABB:HeM MAXLEVEL:20 SOURCEPAGE:p.12 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|CHA DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL/2|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus +CLASS:Hedge Mage HD:6 TYPE:Base.PC ABB:HeM MAXLEVEL:20 SOURCEPAGE:p.12 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|CHA DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL/2|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Hedge Mage STARTSKILLPTS:4 CSKILL:Bluff|Concentration|TYPE.Craft|Diplomacy|Disguise|Gather Information|Intimidate|Knowledge (Arcana)|TYPE.Profession|Prophecy|Spellcraft # Class Name Spell Stat Spell Type Memorize Caster level @@ -110,8 +110,8 @@ 19 CAST:0,0,2,3,4,5,6,7,8,9 KNOWN:9,5,5,4,4,4,3,3,3,2 BONUS:VAR|BASEPOWERPOINTS|17 20 CAST:0,0,2,3,4,5,6,7,8,9 KNOWN:9,5,5,4,4,4,3,3,3,3 SAB:Ultimate Prophecy BONUS:VAR|BASEPOWERPOINTS|19 -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus -CLASS:Hermit HD:6 TYPE:Base.PC ABB:Hrm MAXLEVEL:20 SOURCEPAGE:p.14 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|WIS DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL/2|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus +CLASS:Hermit HD:6 TYPE:Base.PC ABB:Hrm MAXLEVEL:20 SOURCEPAGE:p.14 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|WIS DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL/2|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Hermit STARTSKILLPTS:6 CSKILL:Climb|Concentration|TYPE.Craft|Decipher Script|Heal|Knowledge (Nature)|Knowledge (Religion)|Listen|Prophecy|Ride|Survival|Swim # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -141,8 +141,8 @@ 19 CAST:0,0,2,3,4,5,6,7,8,9 BONUS:VAR|BASEPOWERPOINTS|17 20 CAST:0,0,2,3,4,5,6,7,8,9 BONUS:VAR|BASEPOWERPOINTS|19 -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus -CLASS:Knight HD:12 TYPE:Base.PC ABB:Kni MAXLEVEL:20 SOURCEPAGE:p.16 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/3 BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:COMBAT|BAB|CL|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus +CLASS:Knight HD:12 TYPE:Base.PC ABB:Kni MAXLEVEL:20 SOURCEPAGE:p.16 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/3 BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:COMBAT|BAB|CL|TYPE:Base.REPLACE # Class Name Required Stat CLASS:Knight PRESTAT:1,NOB=41 # Class Name Skill Pts/Lvl Class Skill @@ -160,8 +160,8 @@ 17 BONUS:VAR|PowerCharge|1 19 SAB:Terrifying Charge (Ex) -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus -CLASS:Minstrel HD:6 TYPE:Base.PC ABB:Min MAXLEVEL:20 SOURCEPAGE:p.19 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|0 DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:BASE.Replace +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus +CLASS:Minstrel HD:6 TYPE:Base.PC ABB:Min MAXLEVEL:20 SOURCEPAGE:p.19 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|0 DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:BASE.Replace # Class Name Skill Pts/Lvl Class Skill CLASS:Minstrel STARTSKILLPTS:6 CSKILL:Bluff|Climb|TYPE.Craft|Diplomacy|Gather Information|Handle Animal|Heal|Hide|TYPE.Knowledge|Listen|Move Silently|TYPE.Perform|TYPE.Profession|Ride|Sense Motive|Sleight of Hand|Spellcraft|Spot|Survival|Swim|Tumble # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -189,8 +189,8 @@ 19 CAST:0,1,2,3,4,5,6,7,9,22 SAB:A Thousand Faces (Su) BONUS:VAR|BASEPOWERPOINTS|15 20 CAST:0,1,2,3,4,5,6,7,8,11 BONUS:VAR|BASEPOWERPOINTS|15 -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus -CLASS:Noble HD:8 TYPE:Base.PC ABB:Nbl MAXLEVEL:20 SOURCEPAGE:p.23 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus +CLASS:Noble HD:8 TYPE:Base.PC ABB:Nbl MAXLEVEL:20 SOURCEPAGE:p.23 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE # Class Name Required Stat CLASS:Noble PRESTAT:1,NOB=51 # Class Name Skill Pts/Lvl Class Skill @@ -208,8 +208,8 @@ 18 SAB:Aura of Majesty (damage) (Su) 20 SAB:Land and the Lord are One (Su) -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus -CLASS:Priest HD:8 TYPE:Base.PC ABB:Pri MAXLEVEL:20 SOURCEPAGE:p.26 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|WIS+NOB DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Define Save checks bonus Combat bonus +CLASS:Priest HD:8 TYPE:Base.PC ABB:Pri MAXLEVEL:20 SOURCEPAGE:p.26 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] DEFINE:BASEPOWERPOINTS|0 DEFINE:BONUSPOWERPOINTS|WIS+NOB DEFINE:TOTALPOWERPOINTS|BASEPOWERPOINTS+BONUSPOWERPOINTS BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Priest STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Decipher Script|Diplomacy|Gather Information|Heal|Knowledge (History)|Knowledge (Local)|Knowledge (Nobility and Royalty)|Knowledge (Religion)|TYPE.Profession|Ride|Sense Motive|Spellcraft # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -235,8 +235,8 @@ 19 CAST:0,0,2,3,4,5,6,7,8,9 BONUS:VAR|BASEPOWERPOINTS|17 20 CAST:0,0,2,3,4,5,6,7,8,9 SAB:Divine Interention (Su) BONUS:VAR|BASEPOWERPOINTS|19 -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus -CLASS:Robber Baron HD:8 TYPE:Base.PC ABB:RBr MAXLEVEL:20 SOURCEPAGE:29 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus +CLASS:Robber Baron HD:8 TYPE:Base.PC ABB:RBr MAXLEVEL:20 SOURCEPAGE:29 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Robber Baron STARTSKILLPTS:4 CSKILL:Appraise|Bluff|Climb|TYPE.Craft|Disguise|Forgery|Gather Information|Handle Animal|Hide|Intimidate|Jump|Knowledge (Nobility and Royalty)|Listen|Move Silently|TYPE.Profession|Ride|Sleight of Hand 1 VFEAT:Improved Feint AUTO:ARMORPROF|ARMORTYPE=Light|ARMORTYPE=Medium|ARMORTYPE=Heavy AUTO:SHIELDPROF|SHIELDTYPE=Buckler|SHIELDTYPE=Light|SHIELDTYPE=Heavy AUTO:WEAPONPROF|TYPE=Simple|TYPE=Martial @@ -249,8 +249,8 @@ 16 ADD:FEAT|1|TYPE=RobberBaron 20 ADD:FEAT|1|TYPE=RobberBaron -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus -CLASS:Skald HD:8 TYPE:Base.PC ABB:Ska MAXLEVEL:20 SOURCEPAGE:p.31 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus +CLASS:Skald HD:8 TYPE:Base.PC ABB:Ska MAXLEVEL:20 SOURCEPAGE:p.31 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Skald STARTSKILLPTS:4 CSKILL:Bluff|Climb|TYPE.Craft|Diplomacy|Heal|Intimidate|Jump|Listen|TYPE.Perform|TYPE.Profession|Ride|Sense Motive|Survival|Swim 1 SAB:Inspire Courage +% (Su)|InspireCourage|PRESKILL:1,TYPE.Perform=3 BONUS:VAR|InspireCourage|CL/4+1 DEFINE:InspireCourage|0 AUTO:ARMORPROF|ARMORTYPE=Light|ARMORTYPE=Medium AUTO:SHIELDPROF|SHIELDTYPE=Buckler|SHIELDTYPE=Light|SHIELDTYPE=Heavy AUTO:WEAPONPROF|TYPE=Simple|TYPE=Martial @@ -263,8 +263,8 @@ 13 SAB:Precision Cadence (Su)|PRESKILL:1,TYPE.Perform=15 15 SAB:Inspire Heroics (Su)|PRESKILL:1,TYPE.Perform=18 -# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus -CLASS:Yeoman HD:8 TYPE:Base.PC ABB:Yeo MAXLEVEL:20 SOURCEPAGE:p.33 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE:Base.REPLACE +# Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus +CLASS:Yeoman HD:8 TYPE:Base.PC ABB:Yeo MAXLEVEL:20 SOURCEPAGE:p.33 LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE:Base.REPLACE # Class Name Skill Pts/Lvl Class Skill CLASS:Yeoman STARTSKILLPTS:4 CSKILL:Climb|TYPE.Craft|Escape Artist|Handle Animal|Heal|Hide|Intimidate|Jump|Knowledge (Geography)|Knowledge (Nature)|Listen|Move Silently|TYPE.Profession|Ride|Spot|Survival|Swim 1 SAB:Archer +%|Arch BONUS:VAR|Arch|CL/4+1 BONUS:COMBAT|TOHIT.Bow|Arch BONUS:COMBAT|TOHIT.Crossbow|Arch DEFINE:Arch|0 ADD:FEAT|1|Point Blank Shot AUTO:ARMORPROF|ARMORTYPE=Light|ARMORTYPE=Medium AUTO:WEAPONPROF|TYPE=Simple|TYPE=Martial Modified: Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base_mod.lst =================================================================== --- Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base_mod.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_classes_base_mod.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -2,12 +2,12 @@ SOURCELONG:Legends of Excalibur - Arthurian Adventures SOURCESHORT:Excalibur SOURCEWEB:http://www.rpgobjects.com/index.php?page=ex # Class Name Automatic Languages -CLASS:Barbarian.MOD LANGAUTO:.CLEAR LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] +CLASS:Barbarian.MOD LANGAUTO:.CLEAR LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] # Class Name Clear Prereq. CLASS:Barbarian.MOD PRE:.CLEAR # Class Name Automatic Languages -CLASS:Fighter.MOD LANGAUTO:.CLEAR LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] +CLASS:Fighter.MOD LANGAUTO:.CLEAR LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] # Class Name Automatic Languages -CLASS:Rogue.MOD LANGAUTO:.CLEAR LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:Base/Criminal,Common/Serf]] +CLASS:Rogue.MOD LANGAUTO:.CLEAR LANGAUTO:Literacy[PREMULT:2,[!PRETEMPLATE:1,Saxon],[!PRERACE:1,Base/Criminal,Common/Serf]] Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats_hidden.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats_hidden.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/dragonstar/starfarershandbook/starfarershb_feats_hidden.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -13,13 +13,13 @@ Mech Chassis (Colossal) TYPE:MechChassis VISIBLE:DISPLAY PREEQUIP:1,Robot Chassis (Colossal) !PREFEAT:2,TYPE=MechChassis PRERACE:1,Robot,Soulmech BONUS:CHECKS|BASE.Fortitude|10 BONUS:COMBAT|AC|-9|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-20 BONUS:SIZEMOD|NUMBER|4 BONUS:STAT|STR|-8 BONUS:STAT|DEX|0 SOURCEPAGE:p116 #2of 2 - this set is for robots and if the STR and Dex for the Soulmech is a preset value delete top set out and use only this set -#Mech Chassis (Tiny) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|4 DEFINE:BASE.DEX|12 BONUS:CHECKS|BASE.Fortitude|0| BONUS:COMBAT|AC|0|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|10 BONUS:SIZEMOD|NUMBER|-2 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Tiny) -#Mech Chassis (Small) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|8 DEFINE:BASE.DEX|10 BONUS:CHECKS|BASE.Fortitude|0| BONUS:COMBAT|AC|0|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|0 BONUS:SIZEMOD|NUMBER|-1 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Small) -#Mech Chassis (Medium) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|12 DEFINE:BASE.DEX|8 BONUS:CHECKS|BASE.Fortitude|0| BONUS:COMBAT|AC|0|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|0 BONUS:SIZEMOD|NUMBER|0 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Medium) -#Mech Chassis (Large) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|20 DEFINE:BASE.DEX|6 BONUS:CHECKS|BASE.Fortitude|1| BONUS:COMBAT|AC|0||TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-10 BONUS:SIZEMOD|NUMBER|1 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Large) -#Mech Chassis (Huge) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|28 DEFINE:BASE.DEX|4 BONUS:CHECKS|BASE.Fortitude|2| BONUS:COMBAT|AC|-2|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-10 BONUS:SIZEMOD|NUMBER|2 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Huge) -#Mech Chassis (Gargantuan) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|28 DEFINE:BASE.DEX|4 BONUS:CHECKS|BASE.Fortitude|5| BONUS:COMBAT|AC|-5|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-20 BONUS:SIZEMOD|NUMBER|3 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Gargantuan) -#Mech Chassis (Colossal) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:Robot,Soulmech DEFINE:BASE.STR|36 DEFINE:BASE.DEX|4 BONUS:CHECKS|BASE.Fortitude|10 BONUS:COMBAT|AC|-9|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-20 BONUS:SIZEMOD|NUMBER|4 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Colossal) +#Mech Chassis (Tiny) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|4 DEFINE:BASE.DEX|12 BONUS:CHECKS|BASE.Fortitude|0| BONUS:COMBAT|AC|0|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|10 BONUS:SIZEMOD|NUMBER|-2 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Tiny) +#Mech Chassis (Small) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|8 DEFINE:BASE.DEX|10 BONUS:CHECKS|BASE.Fortitude|0| BONUS:COMBAT|AC|0|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|0 BONUS:SIZEMOD|NUMBER|-1 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Small) +#Mech Chassis (Medium) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|12 DEFINE:BASE.DEX|8 BONUS:CHECKS|BASE.Fortitude|0| BONUS:COMBAT|AC|0|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|0 BONUS:SIZEMOD|NUMBER|0 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Medium) +#Mech Chassis (Large) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|20 DEFINE:BASE.DEX|6 BONUS:CHECKS|BASE.Fortitude|1| BONUS:COMBAT|AC|0||TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-10 BONUS:SIZEMOD|NUMBER|1 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Large) +#Mech Chassis (Huge) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|28 DEFINE:BASE.DEX|4 BONUS:CHECKS|BASE.Fortitude|2| BONUS:COMBAT|AC|-2|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-10 BONUS:SIZEMOD|NUMBER|2 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Huge) +#Mech Chassis (Gargantuan) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|28 DEFINE:BASE.DEX|4 BONUS:CHECKS|BASE.Fortitude|5| BONUS:COMBAT|AC|-5|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-20 BONUS:SIZEMOD|NUMBER|3 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Gargantuan) +#Mech Chassis (Colossal) TYPE:MechChassis VISIBLE:DISPLAY PRERACE:1,Robot,Soulmech DEFINE:BASE.STR|36 DEFINE:BASE.DEX|4 BONUS:CHECKS|BASE.Fortitude|10 BONUS:COMBAT|AC|-9|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE=Walk|-20 BONUS:SIZEMOD|NUMBER|4 SOURCEPAGE:p116 !PREFEAT:2,TYPE=MechChassis PREEQUIP:1,Robot Chasses (Colossal) #Note:Size modification have been taken into account and in some case reduced as the robot/soulmech use a diferent size pattern than the D&D norm ###Block: Soulmech Base Hitpoints Modified: Trunk/pcgen/data/my_dataset/my_kits.lst =================================================================== --- Trunk/pcgen/data/my_dataset/my_kits.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/my_dataset/my_kits.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -15,8 +15,8 @@ # #####Example -#STARTPACK:Xill Default EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Xill] VISIBLE:QUALIFY -#RACE:Xill !PRERACE:% +#STARTPACK:Xill Default EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Xill] VISIBLE:QUALIFY +#RACE:Xill !PRERACE:1,% #NAME:Xill #ALIGN:2 #SKILL:Climb RANK:8 Modified: Trunk/pcgen/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequip.lst =================================================================== --- Trunk/pcgen/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequip.lst 2008-03-31 16:56:14 UTC (rev 5765) +++ Trunk/pcgen/data/permissioned/rpgobjects/darwinsworld/darwinsworld/artifacts/artifactsoaequip.lst 2008-03-31 17:20:25 UTC (rev 5766) @@ -7,7 +7,7 @@ # ARCANUM: Manuals after being owned for a period of time bestow skill bonuses # GIZMOS: Communicators cost 500-2000 and weigh 1-2, so prorated each based on strength # GIZMOS: Infra-Red Goggles bestow VISION:Dark Vision (240') -# GIZMOS: Memory Chip, Android are PRERACE:Android +# GIZMOS: Memory Chip, Android are PRERACE:1,Android # GIZMOS: Portable Alcohol Power Generator is from description of Portable Petrol Power Generator # GOOD JUJU: Regen Tank is immobile (basically a structure) so gave it WT:9999 until buildings are implemented # GOOD JUJU: Drugs and medical devices have DCs for Medical Incompatibility This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-31 16:56:10
|
Revision: 5765 http://pcgen.svn.sourceforge.net/pcgen/?rev=5765&view=rev Author: eddyanthony Date: 2008-03-31 09:56:14 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [ 1929157 ] [Beta] Full data load testing Modified Paths: -------------- Trunk/pcgen/data/alpha/pandahead/xcrawl/xcrawl_classes.lst Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_feats.lst Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats.lst Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats_hidden.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesclasses.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/schoolofevocation/schoolevocation_feats.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/sorceryandsteam/sorcerysteam_classes_prestige.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraft_spells.lst Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreach_feats.lst Trunk/pcgen/data/d20ogl/srd/basics/srd_feats.lst Trunk/pcgen/data/d20ogl/srd/basics/srd_feats_monster.lst Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook1.pcc Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook2.pcc Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook3.pcc Trunk/pcgen/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrituals_equip_artifacts.lst Modified: Trunk/pcgen/data/alpha/pandahead/xcrawl/xcrawl_classes.lst =================================================================== --- Trunk/pcgen/data/alpha/pandahead/xcrawl/xcrawl_classes.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/alpha/pandahead/xcrawl/xcrawl_classes.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -59,7 +59,7 @@ ###Block: Normal Level Progression 1 SAB:Make It Look Natural SAB:Eminence 2 SAB:Work the Media -3 SAB:Therefore I Am BONUS:SKILL|LIST|4 CHOOSE:SKILLSNAMED|TYPE.Strength|TYPE.Dexterity|TYPE.Constitution|TYPE.Intelligence|TYPE.Wisdom|TYPE.Charisma|1 +3 SAB:Therefore I Am BONUS:SKILL|LIST|4 CHOOSE:SKILLSNAMED|TYPE.Strength|TYPE.Dexterity|TYPE.Constitution|TYPE.Intelligence|TYPE.Wisdom|TYPE.Charisma 4 SAB:Crossover 5 SAB:Reinvention Modified: Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_feats.lst =================================================================== --- Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_feats.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/alpha/rpgobjects/legendsofexcalibur/legends_of_excalibur_campaign_setting/loe_feats.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -11,7 +11,7 @@ # new feats #Dark Heritage TYPE:General TEMPLATE:ADDCHOICE:Dark Heritage template BONUS:DC|CLASS.Hedge Mage|1 PREPCLEVEL:MAX=1 SOURCEPAGE:p51 Dark Heritage TYPE:General PREPCLEVEL:MAX=1 BONUS:DC|CLASS.Hedge Mage|1 SOURCEPAGE:p51 -Devotion TYPE:General PRESA:Membership in an Order of Knighthood SAB:+2 bonus when existance of order is threatened BONUS:COMBAT|TOHIT|1|TYPE.Moral BONUS:COMBAT|DAMAGE|1|TYPE.Moral SOURCEPAGE:p51 +Devotion TYPE:General PRESA:1,Membership in an Order of Knighthood SAB:+2 bonus when existance of order is threatened BONUS:COMBAT|TOHIT|1|TYPE.Moral BONUS:COMBAT|DAMAGE|1|TYPE.Moral SOURCEPAGE:p51 Faith TYPE:General PRESTAT:1,WIS=11 PRESTAT:1,NOB=20 CSKILL:Knowledge (Religion) SOURCEPAGE:p51 Heritage of Nobility TYPE:General PREPCLEVEL:MAX=1 BONUS:STAT|NOB|10 SOURCEPAGE:p51 Inheritance TYPE:General PREPCLEVEL:MAX=1 SOURCEPAGE:p52 Modified: Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats.lst =================================================================== --- Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -216,7 +216,7 @@ Handler TYPE:Style PREFEAT:1,Undermine DESC:You are experienced in recruiting and cultivating moles within enemy organizations. SOURCEPAGE:p.92 Hard Core TYPE:Style DESC:There is a core of fierce professionalism in you that makes even your worst enemies treat you with respect. SOURCEPAGE:p.93 Mark TYPE:Style PRESTAT:1,WIS=13 DESC:You can size someone up with a glance. SOURCEPAGE:p.93 -Old Debts TYPE:Style PRESA:Backup DESC:Friends help you move. Real friends help you move bodies. SOURCEPAGE:p.93 +Old Debts TYPE:Style PRESA:1,Backup DESC:Friends help you move. Real friends help you move bodies. SOURCEPAGE:p.93 Personal Staff TYPE:Style PREFEAT:1,Filthy Rich DESC:You have a small network of servants, assistants and aids you may call upon in non-combat situations. SOURCEPAGE:p.94 Play the Odds TYPE:Style DESC:You are a cold and calculating gambler, able to study the odds and formulate strategies for victory that make bookies shudder. SOURCEPAGE:p.94 Political Favors TYPE:Style PRELEVEL:MIN=3 DESC:You have put critical information in front of powerful individuals in the past. Now they owe you a little quid pro quo. SOURCEPAGE:p.94 Modified: Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats_hidden.lst =================================================================== --- Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats_hidden.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/craftygames/spycraft/spycraft/spycraft_feats_hidden.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Sat Mar 15 18:55:04 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 12:39:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:AEG Spycraft SOURCESHORT:Spycraft SOURCEWEB:http://www.crafty-games.com/product_catalog/spycraftfirsted # Spycraft PCGen dataset by Eddy Anthony # @@ -27,16 +27,16 @@ ###Block: Fixer Abilities -# Feat Name Type Visible Special ABility Define Stackable? Multiple? Choose Add Add to base move Modify VAR +# Feat Name Type Visible Special ABility Define Stackable? Multiple? Choose Add Add to base move Modify VAR Sneak Attack TYPE:Special VISIBLE:NO SAB:Sneak Attack +%d%|SneakAttack|SneakAttackDie DEFINE:SneakAttack|0 DEFINE:SneakAttackDie|6 Uncanny Dodge TYPE:Special VISIBLE:NO SAB:Uncanny Dodge (Dex bonus to Defense)|PREVAREQ:UncannyDodge,1 SAB:Uncanny Dodge (can't be flanked)|PREVAREQ:UncannyDodge,2 SAB:Uncanny Dodge (can't be flanked, +% against traps)|UncannyTraps|PREVARGTEQ:UncannyDodge,3 DEFINE:UncannyDodge|0 DEFINE:UncannyTraps|max((UncannyDodge-2),0) Evasion TYPE:Special VISIBLE:NO SAB:Evasion (no damage on save)|PREVAREQ:EvasionFactor,1 SAB:Evasion (fail saves for half)|PREVAREQ:EvasionFactor,2 SAB:Evasion (fail saves for quarter)|PREVARGTEQ:EvasionFactor,3 DEFINE:EvasionFactor|0 -Fast Movement TYPE:FixerSpecialAbility VISIBLE:NO BONUS:MOVEADD|TYPE.Walk|10|PREMULT:2,[PREVARLT:ENCUMBERANCE,2],[!PREEQUIP:1,TYPE=Heavy] -Improvisation TYPE:FixerSpecialAbility VISIBLE:NO STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:VAR|FixerImprovisation|1 -Master Thief TYPE:FixerSpecialAbility VISIBLE:NO STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:VAR|FixerMasterThief|1 -Fixer Skill Mastery TYPE:FixerSpecialAbility VISIBLE:NO STACK:NO MULT:YES CHOOSE:NOCHOICE ADD:FEAT|3|Skill Mastery -Skill Mastery TYPE:SpecialAbility VISIBLE:NO SAB:Skill Mastery (%CHOICE) STACK:NO MULT:YES CHOOSE:SKILLSNAMED|ALL|1 +Fast Movement TYPE:FixerSpecialAbility VISIBLE:NO BONUS:MOVEADD|TYPE.Walk|10|PREMULT:2,[PREVARLT:ENCUMBERANCE,2],[!PREEQUIP:1,TYPE=Heavy] +Improvisation TYPE:FixerSpecialAbility VISIBLE:NO STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:VAR|FixerImprovisation|1 +Master Thief TYPE:FixerSpecialAbility VISIBLE:NO STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:VAR|FixerMasterThief|1 +Fixer Skill Mastery TYPE:FixerSpecialAbility VISIBLE:NO STACK:NO MULT:YES CHOOSE:NOCHOICE ADD:FEAT|3|Skill Mastery +Skill Mastery TYPE:SpecialAbility VISIBLE:NO SAB:Skill Mastery (%CHOICE) STACK:NO MULT:YES CHOOSE:SKILLSNAMED|ALL Stash It TYPE:FixerSpecialAbility VISIBLE:NO SAB:Stash It ###Block: Pointman Abilities Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesclasses.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesclasses.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesclasses.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -273,7 +273,7 @@ # Class Name Hit Dice Type Max Level Source Page Save checks bonus Combat bonus CLASS:Rezurbek Buerin HD:8 TYPE:PC.Prestige MAXLEVEL:10 SOURCEPAGE:p.105 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Req. Att. Required Deity Required Feat Required Race Required Skill Req. Spell Type Required Text -CLASS:Rezurbek Buerin PREALIGN:TN PREATT:3 PREDEITY:Buer PREFEAT:2,Blind-Fight,Improved Initiative PRERACE:1,Rezurbek PRESKILL:1,Knowledge (Nature)=4 PRESKILL:1,Wilderness Lore=8 PRESPELLTYPE:1,Divine=1 PRETEXT:See text +CLASS:Rezurbek Buerin PREALIGN:TN PREATT:3 PREDEITY:1,Buer PREFEAT:2,Blind-Fight,Improved Initiative PRERACE:1,Rezurbek PRESKILL:1,Knowledge (Nature)=4 PRESKILL:1,Wilderness Lore=8 PRESPELLTYPE:1,Divine=1 PRETEXT:See text # Class Name Skill Pts/Lvl Class Skill CLASS:Rezurbek Buerin STARTSKILLPTS:2 CSKILL:Animal Empathy|Control Shape|TYPE.Craft|Handle Animal|Intuit Direction|Knowledge (Nature)|TYPE.Profession|Swim|Wilderness Lore ###Block: Proficiencies @@ -460,7 +460,7 @@ # Class Name Hit Dice Type Max Level Source Page Save checks bonus Combat bonus CLASS:Uthuk Qi'nok HD:10 TYPE:PC.Prestige MAXLEVEL:10 SOURCEPAGE:p.161 BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Required Race Req. Spell Type -CLASS:Uthuk Qi'nok PREALIGN:CG,CN,CE PREDEITY:Y'llan PRERACE:1,Uthuk Y'llan PRESPELLTYPE:1,Arcane=3 +CLASS:Uthuk Qi'nok PREALIGN:CG,CN,CE PREDEITY:1,Y'llan PRERACE:1,Uthuk Y'llan PRESPELLTYPE:1,Arcane=3 # Class Name Skill Pts/Lvl Class Skill CLASS:Uthuk Qi'nok STARTSKILLPTS:4 CSKILL:Alchemy|Concentration|TYPE.Craft|Knowledge (Arcana)|Knowledge (Religion)|TYPE.Profession|Spellcraft ###Block: Proficiencies Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/mythicraces/mythicracesequipweapmelee.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -2,4 +2,4 @@ SOURCELONG:Fantasy Flight Games - Mythic Races SOURCESHORT:MythicRace SOURCEWEB:http://www.fantasyflightgames.com/ll.html # Equipment Name Type Alternative Type Cost Weight Critical Hit Multiplier Critical Hit Range Alternative Critical Alternative Critical Range Damage Alternative Damage Size Source Page Weapon prop. bonus -Reedstaff TYPE:Weapon.Exotic.Melee.Bludgeoning.Double ALTTYPE:Weapon.Melee.Bludgeoning COST:20 WT:4 CRITMULT:x2 CRITRANGE:2 ALTCRITMULT:x2 ALTCRITRANGE:2 DAMAGE:1d6 ALTDAMAGE:1d6 SIZE:L SOURCEPAGE:p.137 BONUS:WEAPON|TOHIT|-4|PREWEAPONPROF:Reedstaff|!PRESKILL:1,Perform=1 +Reedstaff TYPE:Weapon.Exotic.Melee.Bludgeoning.Double ALTTYPE:Weapon.Melee.Bludgeoning COST:20 WT:4 CRITMULT:x2 CRITRANGE:2 ALTCRITMULT:x2 ALTCRITRANGE:2 DAMAGE:1d6 ALTDAMAGE:1d6 SIZE:L SOURCEPAGE:p.137 BONUS:WEAPON|TOHIT|-4|PREWEAPONPROF:1,Reedstaff|!PRESKILL:1,Perform=1 Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/schoolofevocation/schoolevocation_feats.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/schoolofevocation/schoolevocation_feats.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/schoolofevocation/schoolevocation_feats.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -5,7 +5,7 @@ # Feat Name Type Required Class Required Feat Multiple Requirements Required Spell School Required Sub-school Req. Spell Type Description Source Page Concentrate Spell TYPE:Metamagic PRESPELLSCHOOL:1,Evocation=1 DESC:You can cause your spells to penetrate energy resistance by concentrating and strengthening them. SOURCEPAGE:p.23 -Energy Familiar TYPE:General PRECLASS:1,SPELLCASTER=12 PREFEAT:1,Summon Familiar PRESPELLSCHOOLSUB:Energy Construct,3,1 DESC:Your familiar is now composed of force energy, and is immune to most forms of harm. SOURCEPAGE:p.23 +Energy Familiar TYPE:General PRECLASS:1,SPELLCASTER=12 PREFEAT:1,Summon Familiar PRESPELLSCHOOLSUB:3,Energy Construct=1 DESC:Your familiar is now composed of force energy, and is immune to most forms of harm. SOURCEPAGE:p.23 Enhanced Resistance TYPE:General DESC:One of your energy resistances is now more powerful. SOURCEPAGE:p.23 #Evocation Library TYPE:General PREMULT:1,[PRESUBCLASS:1,Evoker],[PRECLASS:Devoted Evoker=1] DESC:You have access to all spells from a certain discipline of evocation and can add them to your spellbook once you're high enough level. MULT:YES STACK:NO CHOOSE:FEATADD|TYPE=EvocationLibrary SOURCEPAGE:p.23 Evocation Library Acid TYPE:General PREMULT:1,[PRESUBCLASS:1,Evoker],[PRECLASS:1,Devoted Evoker=1] DESC:You have access to all spells from a certain discipline of evocation and can add them to your spellbook once you're high enough level. SOURCEPAGE:p.23 Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/sorceryandsteam/sorcerysteam_classes_prestige.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/sorceryandsteam/sorcerysteam_classes_prestige.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/sorceryandsteam/sorcerysteam_classes_prestige.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -145,7 +145,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Gun Glyph HD:6 TYPE:PC.Prestige ABB:GGl MAXLEVEL:10 SOURCEPAGE:p.66 BONUS:CHECKS|BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE # Class Name Required Feat Required Skill Req. Spell Type Required Text Req. Weapond Prof. -CLASS:Gun Glyph PREFEAT:1,Weapon Focus(Flintlock Pistol),Weapon Focus(Matchlock Pistol),Weapon Focus(Percussion Cap Pistol),Weapon Focus(Flintlock Pistol),Weapon Focus(Percussion Cap Pistol),Weapon Focus(Dwarven Tunnel Gun),Weapon Focus(Flintlock Musket),Weapon Focus(Blunderbuss),Weapon Focus(Percussion Cap Musket),Weapon Focus(Ogre Gun) PRESKILL:2,Alchemy,Craft (Gunsmithing)=8 PRESKILL:1,Knowledge (Steamcraft)=5 PRESPELLTYPE:1,Arcane=3 PRETEXT:The Gun Glyph must construct his own firearm to walk the path of the Gun Glyph PREWEAPONPROF:TYPE=Firearms +CLASS:Gun Glyph PREFEAT:1,Weapon Focus(Flintlock Pistol),Weapon Focus(Matchlock Pistol),Weapon Focus(Percussion Cap Pistol),Weapon Focus(Flintlock Pistol),Weapon Focus(Percussion Cap Pistol),Weapon Focus(Dwarven Tunnel Gun),Weapon Focus(Flintlock Musket),Weapon Focus(Blunderbuss),Weapon Focus(Percussion Cap Musket),Weapon Focus(Ogre Gun) PRESKILL:2,Alchemy,Craft (Gunsmithing)=8 PRESKILL:1,Knowledge (Steamcraft)=5 PRESPELLTYPE:1,Arcane=3 PRETEXT:The Gun Glyph must construct his own firearm to walk the path of the Gun Glyph PREWEAPONPROF:1,TYPE=Firearms # Class Name Skill Pts/Lvl Class Skill CLASS:Gun Glyph STARTSKILLPTS:2 CSKILL:Alchemy|Concentration|TYPE.Craft|Intimidate|Knowledge (Arcana)|Knowledge (Steamcraft)|Munitions|TYPE.Profession|Ride|Search|Spellcraft 1 AUTO:FEAT|Simple Weapon Proficiency Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraft_spells.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraft_spells.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/spellsandspellcraft/spellsspellcraft_spells.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -100,7 +100,7 @@ Stench CLASSES:Sorcerer,Wizard=1 SCHOOL:Evocation TYPE:Arcane COMPS:V, S, M CASTTIME:1 action RANGE:10 feet ITEM:Potion TARGETAREA:10' radius sphere centered on you DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:Fortitude negates SPELLRES:Yes DESC:See text SOURCEPAGE:p.41 Stonelore CLASSES:Ranger=2|Druid=3 SCHOOL:Divination TYPE:Divine COMPS:V, S, M, DF CASTTIME:1 action RANGE:Touch ITEM:Potion TARGETAREA:Personal DURATION:(CASTERLEVEL*10) minutes SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) DESC:See text SOURCEPAGE:p.41 Strength of Mind CLASSES:Cleric=1 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, M CASTTIME:1 action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL*10) minutes SAVEINFO:None SPELLRES:No DESC:See text SOURCEPAGE:p.42 -Strongoak's Affinity with Nature CLASSES:Druid=3|Ranger=4|Cleric DOMAINS:Animal=5 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, DF CASTTIME:1 action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) hours [D] SAVEINFO:None SPELLRES:No DESC:See text SOURCEPAGE:p.42 +Strongoak's Affinity with Nature CLASSES:Druid=3|Ranger=4|Cleric=5 DOMAINS:Animal=5 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, DF CASTTIME:1 action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) hours [D] SAVEINFO:None SPELLRES:No DESC:See text SOURCEPAGE:p.42 Summarize CLASSES:Bard,Cleric,Sorcerer,Wizard=0 DOMAINS:Knowledge=1 SCHOOL:Divination TYPE:Arcane.Divine COMPS:V, S CASTTIME:1 action RANGE:Touch ITEM:Potion TARGETAREA:(CASTERLEVEL) books DURATION:Instantaneous SAVEINFO:None SPELLRES:No DESC:See text SOURCEPAGE:p.42 Sumptuous Feast CLASSES:Cleric=4|Bard=5 SCHOOL:Conjuration SUBSCHOOL:Creation TYPE:Arcane.Divine COMPS:V, S, M/DF CASTTIME:10 minutes RANGE:Close ITEM:Potion TARGETAREA:Food and Drink to sustain (CASTERLEVEL*6) humans or (CASTERLEVEL) horses for 1 day DURATION:24 hours (see text) SAVEINFO:None SPELLRES:No DESC:See text SOURCEPAGE:p.43 Surface CLASSES:Cleric,Druid=2 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, DF CASTTIME:1 action RANGE:Long ITEM:Potion TARGETAREA:One creature DURATION:(CASTERLEVEL) rounds SAVEINFO:Fortitude negates SPELLRES:Yes DESC:See text SOURCEPAGE:p.43 Modified: Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreach_feats.lst =================================================================== --- Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreach_feats.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/fantasyflightgames/legendsandlairs/trapsandtreachery/traptreach_feats.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -29,4 +29,4 @@ Paintouch TYPE:DiscreetCompanionAbility VISIBLE:DISPLAY PRECLASS:1,Discreet Companion=1 PRESTAT:1,DEX=15 SAB:Paintouch SOURCEPAGE:p.22 Magekiss TYPE:DiscreetCompanionAbility VISIBLE:DISPLAY PRECLASS:1,Discreet Companion=1 SAB:Magekiss SOURCEPAGE:p.22 Siren's Song TYPE:DiscreetCompanionAbility VISIBLE:DISPLAY PRECLASS:1,Discreet Companion=1 SAB:Siren's Song SOURCEPAGE:p.23 -Caress of the Lost Hour TYPE:DiscreetCompanionAbility VISIBLE:DISPLAY PRECLASS:1,Discreet Companion=1 PRESA:Charmtouch PRESTAT:2,DEX=15,CHA=15 SAB:Caress of the Lost Hour SOURCEPAGE:p.23 +Caress of the Lost Hour TYPE:DiscreetCompanionAbility VISIBLE:DISPLAY PRECLASS:1,Discreet Companion=1 PRESA:1,Charmtouch PRESTAT:2,DEX=15,CHA=15 SAB:Caress of the Lost Hour SOURCEPAGE:p.23 Modified: Trunk/pcgen/data/d20ogl/srd/basics/srd_feats.lst =================================================================== --- Trunk/pcgen/data/d20ogl/srd/basics/srd_feats.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/srd/basics/srd_feats.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -130,9 +130,6 @@ Mobility.MOD DESC:.CLEAR DESC:The character gets a +4 dodge bonus to Armor Class against attacks of opportunity caused when the character moves out of or within a threatened area. Mounted Archery.MOD DESC:.CLEAR DESC:The penalty the character suffers when using a ranged weapon from horseback is halved. Mounted Combat.MOD DESC:.CLEAR DESC:Once per round when the character's mount is hit in combat, the character may make a Ride check to negate the hit. -Multiattack.MOD DESC:.CLEAR DESC:The creature's secondary attacks with natural weapons suffer only a -2 penalty. -Multidexterity.MOD DESC:.CLEAR DESC:The creature ignores all penalties for using an off hand. -Multiweapon Fighting.MOD DESC:.CLEAR DESC:Penalties for fighting with multiple weapons are reduced by 2. Point Blank Shot.MOD DESC:.CLEAR DESC:The character gets a +1 bonus to attack and damage rolls with ranged weapons at ranges of up to 30 feet. Precise Shot.MOD DESC:.CLEAR DESC:The character can shoot or throw ranged weapons at an opponent engaged in melee without suffering the standard -4 penalty. Quick Draw.MOD DESC:.CLEAR DESC:The character can draw a weapon as a free action instead of as a move-equivalent action. Modified: Trunk/pcgen/data/d20ogl/srd/basics/srd_feats_monster.lst =================================================================== --- Trunk/pcgen/data/d20ogl/srd/basics/srd_feats_monster.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/srd/basics/srd_feats_monster.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -1,35 +1,34 @@ -# CVS $Revision$ $Author$ -- Tue Mar 11 21:56:05 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Mon Mar 31 12:14:52 2008 -- reformated by prettylst.pl v1.38 (build 5225) ###Block: Monster Feats # Currently the Multidexterity and Multiweapon Fighting feats are only displayed properly # in the eqsheet.htm created by the Equip tab. -# Feat Name Output Name Type Visible PREHANDSGTEQ Req. Movement Required Stat Required Template Clear Description Description Stackable? Multiple? Choose Combat bonus Class Skill Cost Source Page -Flyby Attack TYPE:General.Fighter.Dragon PREMOVE:1,Fly=1 DESC:See Text SOURCEPAGE:srdfeats.rtf -Hover TYPE:General.Dragon PREMOVE:1,Fly=1 PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf -Improved Control Shape TYPE:Special PRETEMPLATE:1,Lycanthrope DESC:See Text CSKILL:Control Shape COST:0 SOURCEPAGE:srdmonsterstemplates.rtf -Multidexterity TYPE:General.Fighter PREHANDSGTEQ:3 PRESTAT:1,DEX=15 DESC:See Text BONUS:COMBAT|TOHIT-PRIMARY,TOHIT-SECONDARY|4 SOURCEPAGE:srdfeats.rtf -Multiweapon Fighting TYPE:General.Fighter PREHANDSGTEQ:3 DESC:See Text BONUS:COMBAT|TOHIT-PRIMARY,TOHIT-SECONDARY|2 SOURCEPAGE:srdfeats.rtf -Multiattack TYPE:General.Fighter PREHANDSGTEQ:3 DESC:See Text BONUS:COMBAT|TOHIT-SECONDARY|3 SOURCEPAGE:srdfeats.rtf +# Feat Name Output Name Type Visible PREHANDSGTEQ Req. Movement Required Stat Required Template Description Stackable? Multiple? Choose Combat bonus Class Skill Cost Source Page +Flyby Attack TYPE:General.Fighter.Dragon PREMOVE:1,Fly=1 DESC:See Text SOURCEPAGE:srdfeats.rtf +Hover TYPE:General.Dragon PREMOVE:1,Fly=1 PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf +Improved Control Shape TYPE:Special PRETEMPLATE:1,Lycanthrope DESC:See Text CSKILL:Control Shape COST:0 SOURCEPAGE:srdmonsterstemplates.rtf +Multidexterity TYPE:General.Fighter PREHANDSGTEQ:3 PRESTAT:1,DEX=15 DESC:See Text BONUS:COMBAT|TOHIT-PRIMARY,TOHIT-SECONDARY|4 SOURCEPAGE:srdfeats.rtf +Multiweapon Fighting TYPE:General.Fighter PREHANDSGTEQ:3 DESC:See Text BONUS:COMBAT|TOHIT-PRIMARY,TOHIT-SECONDARY|2 SOURCEPAGE:srdfeats.rtf +Multiattack TYPE:General.Fighter PREHANDSGTEQ:3 DESC:See Text BONUS:COMBAT|TOHIT-SECONDARY|3 SOURCEPAGE:srdfeats.rtf #Multiattack does not work because of PCGen's inability to allow multiple natural attacks to be equipped. -Quicken Spell Like Ability OUTPUTNAME:Quicken Spell-Like Ability TYPE:General.Dragon PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf -Snatch TYPE:General.Dragon PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf -Spell Like Ability Focus OUTPUTNAME:Spell-Like Ability Focus TYPE:General DESC:See Text STACK:NO MULT:YES CHOOSE:SCHOOLS SOURCEPAGE:srdmonstersfg.rtf -Wingover TYPE:General.Dragon PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf +Quicken Spell Like Ability OUTPUTNAME:Quicken Spell-Like Ability TYPE:General.Dragon PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf +Snatch TYPE:General.Dragon PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf +Spell Like Ability Focus OUTPUTNAME:Spell-Like Ability Focus TYPE:General DESC:See Text STACK:NO MULT:YES CHOOSE:SCHOOLS SOURCEPAGE:srdmonstersfg.rtf +Wingover TYPE:General.Dragon PRETEMPLATE:1,Dragon,Half-Dragon DESC:See Text SOURCEPAGE:srdmonstersdragons.rtf ### Special ??? -Unearthly Beauty TYPE:General VISIBLE:EXPORT SOURCEPAGE:srdmonstersnop.rtf +Unearthly Beauty TYPE:General VISIBLE:EXPORT SOURCEPAGE:srdmonstersnop.rtf +###Block: Monster Feat Descriptions +# Feat Name Clear Description Description +Flyby Attack.MOD DESC:.CLEAR DESC:When flying, the creature can take a move action (including a dive) and another standard action at any point during the move. +Hover.MOD DESC:.CLEAR DESC:When flying, the creature can halt its forward motion and hover in place as a move action. +Multiattack.MOD DESC:.CLEAR DESC:The creature's secondary attacks with natural weapons take only a -2 penalty. +Multidexterity.MOD DESC:.CLEAR DESC:The creature ignores all penalties for using an off hand. +Multiweapon Fighting.MOD DESC:.CLEAR DESC:Penalties for fighting with multiple weapons are reduced by 2 with the primary hand and reduced by 6 with off hands. +Quicken Spell Like Ability.MOD DESC:.CLEAR DESC:The creature can use the selected ability as a quickened spell-like ability three times per day (or less, if the ability is normally usable only once or twice per day). +Snatch.MOD DESC:.CLEAR DESC:The creature can choose to start a grapple when it hits with a claw or bite attack, as though it had the improved grab special attack. +Wingover.MOD DESC:.CLEAR DESC:A flying creature with this feat can change direction quickly once each round as a free action. - -#Block: Monster Feat Descriptions - missing some descriptions. -Flyby Attack.MOD DESC:.CLEAR DESC:When flying, the creature can take a move action (including a dive) and another standard action at any point during the move. -Hover.MOD DESC:.CLEAR DESC:When flying, the creature can halt its forward motion and hover in place as a move action. - -Multiattack.MOD DESC:.CLEAR DESC:The creature's secondary attacks with natural weapons take only a -2 penalty. -Multiweapon Fighting.MOD DESC:.CLEAR DESC:Penalties for fighting with multiple weapons are reduced by 2 with the primary hand and reduced by 6 with off hands. -Quicken Spell Like Ability.MOD DESC:.CLEAR DESC:The creature can use the selected ability as a quickened spell-like ability three times per day (or less, if the ability is normally usable only once or twice per day). -Snatch.MOD DESC:.CLEAR DESC:The creature can choose to start a grapple when it hits with a claw or bite attack, as though it had the improved grab special attack. -Wingover.MOD DESC:.CLEAR DESC:A flying creature with this feat can change direction quickly once each round as a free action. - # # End # Modified: Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook1.pcc =================================================================== --- Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook1.pcc 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook1.pcc 2008-03-31 16:56:14 UTC (rev 5765) @@ -42,11 +42,10 @@ EQUIPMENT:@/d20ogl/srd/basics/srd_equip.lst EQUIPMOD:@/d20ogl/srd/basics/srd_equipmods_mundane.lst -FEAT:@/d20ogl/srd/basics/srd_feats_descriptions.lst FEAT:@/d20ogl/srd/basics/srd_feats_hidden.lst FEAT:@/d20ogl/srd/basics/srd_feats.lst|(EXCLUDE:Leadership|Flyby Attack|Hover|Improved Control Shape|Multidexterity|Multiweapon Fighting|Multiattack|Quicken Spell-Like Ability|Snatch|Spell-Like Ability Focus|Unearthly Beauty|Wingover) -KIT:@/d20ogl/srd/basics/srd_kits_races__animals.lst|(INCLUDE:Default Bat|Default Cat|Default Hawk|Default Lizard|Default Owl|Default Rat|Default Raven|Default Snake (Tiny Viper)|Default Toad|Default Weasel|Default Dog (Riding)|Default Donkey|Default Horse (Heavy)|Default Horse (Light)|Default Horse (Heavy War)|Default Horse (Light War)|Default Mule|Default Pony|Default Pony (War)) +KIT:@/d20ogl/srd/basics/srd_kits_races__animals.lst|(INCLUDE:Bat Default|Cat Default|Hawk Default|Lizard Default|Owl Default|Rat Default|Raven Default|Snake (Tiny Viper) Default|Toad Default|Weasel Default|Dog (Riding) Default|Donkey Default|Horse (Heavy) Default|Horse (Light) Default|Horse (Heavy War) Default|Horse (Light War) Default|Mule Default|Pony Default|Pony (War) Default) KIT:@/d20ogl/srd/basics/srd_kits_races__base.lst LANGUAGE:@/d20ogl/srd/basics/srd_languages.lst Modified: Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook2.pcc =================================================================== --- Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook2.pcc 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook2.pcc 2008-03-31 16:56:14 UTC (rev 5765) @@ -43,7 +43,6 @@ EQUIPMOD:@/d20ogl/srd/basics/srd_equipmods_magic.lst EQUIPMOD:@/d20ogl/srd/basics/srd_equipmods_mundane.lst -FEAT:@/d20ogl/srd/basics/srd_feats_descriptions.lst FEAT:@/d20ogl/srd/basics/srd_feats_hidden.lst FEAT:@/d20ogl/srd/basics/srd_feats.lst|(EXCLUDE:Flyby Attack|Hover|Improved Control Shape|Multidexterity|Multiweapon Fighting|Multiattack|Quicken Spell-Like Ability|Snatch|Spell-Like Ability Focus|Unearthly Beauty|Wingover) Modified: Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook3.pcc =================================================================== --- Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook3.pcc 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/srd/campaign/srd_campaign_corebook3.pcc 2008-03-31 16:56:14 UTC (rev 5765) @@ -43,7 +43,6 @@ EQUIPMOD:@/d20ogl/srd/basics/srd_equipmods_magic.lst EQUIPMOD:@/d20ogl/srd/basics/srd_equipmods_mundane.lst -FEAT:@/d20ogl/srd/basics/srd_feats_descriptions.lst FEAT:@/d20ogl/srd/basics/srd_feats_hidden.lst FEAT:@/d20ogl/srd/basics/srd_feats.lst Modified: Trunk/pcgen/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrituals_equip_artifacts.lst =================================================================== --- Trunk/pcgen/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrituals_equip_artifacts.lst 2008-03-31 16:54:26 UTC (rev 5764) +++ Trunk/pcgen/data/d20ogl/swordandsorcerystudios/scarredlands/relicsrituals/relicsrituals_equip_artifacts.lst 2008-03-31 16:56:14 UTC (rev 5765) @@ -24,7 +24,7 @@ Divine Tokens (Chardun) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 VFEAT:Negative Levels BONUS:SKILL|Intimidation|STR BONUS:VAR|NegLevels|1|PREALIGN:0,3,6 SAB:Smite Good %/day|SmiteGood Divine Tokens (Corean) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 BONUS:CHECKS|Fortitude|2|PREALIGN:0,1,2,3,6 SAB:Defensive Stance %/day|DefStance Divine Tokens (Drendari) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 DEFINE:ShadowJump|0 SOURCEPAGE:p.203-204 BONUS:VAR|ShadowJump|10*CHA SAB:Shadow Jump (% ft.)|ShadowJump CSKILL:Hide|Move Silently -Divine Tokens (Hedrada) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 SPELLS:Magic Item|TIMES=3|CASTERLEVEL=7|Discern Lies,16|PREDEITY:Hedrada BONUS:SKILL|Appraise,Intimidate,Sense Motive|4|TYPE=Competence BONUS:STAT|CON|4|PREDEITY:Hedrada|TYPE=Enhancement +Divine Tokens (Hedrada) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 SPELLS:Magic Item|TIMES=3|CASTERLEVEL=7|Discern Lies,16|PREDEITY:1,Hedrada BONUS:SKILL|Appraise,Intimidate,Sense Motive|4|TYPE=Competence BONUS:STAT|CON|4|PREDEITY:1,Hedrada|TYPE=Enhancement Divine Tokens (Madriel) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 Divine Tokens (Tanil) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 Divine Tokens (Vangal) NAMEISPI:YES TYPE:Magic.Artifact.Minor COST:- WT:0 SOURCEPAGE:p.203-204 VFEAT:Negative Levels BONUS:VAR|NegLevels|1|PREALIGN:0,1,3,4,6,7 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-31 16:54:21
|
Revision: 5764 http://pcgen.svn.sourceforge.net/pcgen/?rev=5764&view=rev Author: eddyanthony Date: 2008-03-31 09:54:26 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [ 1930109 ] CHARGED_ITEM_10 not found in RSRD Core I, [ 1930106 ] Camel and Elephant not found Modified Paths: -------------- Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_kits_races__animals.lst Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook1.pcc Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook2.pcc Modified: Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_kits_races__animals.lst =================================================================== --- Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_kits_races__animals.lst 2008-03-31 16:53:29 UTC (rev 5763) +++ Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_kits_races__animals.lst 2008-03-31 16:54:26 UTC (rev 5764) @@ -913,7 +913,7 @@ FEAT:Track STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 -STARTPACK:Dinosaur (Elasmosaurus) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dinosaur (Elasmosaurus)] +STARTPACK:Dinosaur (Elasmosaurus) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dinosaur (Elasmosaurus)] RACE:Dinosaur (Elasmosaurus) !PRERACE:1,% ALIGN:TN SKILL:Spot RANK:8 @@ -1037,7 +1037,7 @@ FEAT:Alertness STAT:DEX=11|STR=10|CON=10|INT=10|WIS=10|CHA=10 -STARTPACK:Dire Animal (Dire Shark) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Animal (Dire Shark)] +STARTPACK:Dire Animal (Dire Shark) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Animal (Dire Shark)] RACE:Dire Animal (Dire Shark) !PRERACE:1,% ALIGN:TN SKILL:Listen RANK:11 @@ -1188,7 +1188,7 @@ FEAT:Great Fortitude STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 -STARTPACK:Octopus (Giant) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Octopus (Giant)] +STARTPACK:Octopus (Giant) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Octopus (Giant)] RACE:Octopus (Giant) !PRERACE:1,% ALIGN:TN SKILL:Listen RANK:1 @@ -1232,7 +1232,7 @@ FEAT:Improved Natural Attack(Gore) STAT:CON=11|WIS=11|STR=10|DEX=10|INT=10|CHA=10 -STARTPACK:Shark (Huge) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shark (Huge)] +STARTPACK:Shark (Huge) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shark (Huge)] RACE:Shark (Huge) !PRERACE:1,% ALIGN:TN SKILL:Listen RANK:7 @@ -1243,7 +1243,7 @@ FEAT:Iron Will STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 -STARTPACK:Shark (Large) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shark (Large)] +STARTPACK:Shark (Large) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shark (Large)] RACE:Shark (Large) !PRERACE:1,% ALIGN:TN SKILL:Spot RANK:4 @@ -1330,7 +1330,7 @@ FEAT:Endurance STAT:DEX=11|CON=11|STR=10|INT=10|WIS=10|CHA=10 -STARTPACK:Squid (Giant) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Squid (Giant)] +STARTPACK:Squid (Giant) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Squid (Giant)] RACE:Squid (Giant) !PRERACE:1,% ALIGN:TN SKILL:Spot RANK:8 @@ -1353,7 +1353,7 @@ FEAT:Alertness STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 -STARTPACK:Whale (Orca) Companion VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Whale (Orca)] +STARTPACK:Whale (Orca) Companion VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Whale (Orca)] RACE:Whale (Orca) !PRERACE:1,% ALIGN:TN SKILL:Listen RANK:6 Modified: Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook1.pcc =================================================================== --- Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook1.pcc 2008-03-31 16:53:29 UTC (rev 5763) +++ Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook1.pcc 2008-03-31 16:54:26 UTC (rev 5764) @@ -40,19 +40,19 @@ EQUIPMENT:@/d20ogl/srd35/basics/rsrd_equip.lst EQUIPMOD:@/d20ogl/srd35/basics/rsrd_equipmods_base.lst -EQUIPMOD:@/d20ogl/srd35/basics/rsrd_equipmods_base.lst|(INCLUDE:CHARGED_ITEM_10) +EQUIPMOD:@/d20ogl/srd35/basics/rsrd_equipmods_enhancing.lst|(INCLUDE:CHARGED_ITEM_10) FEAT:@/d20ogl/srd35/basics/rsrd_feats_hidden.lst FEAT:@/d20ogl/srd35/basics/rsrd_feats_hidden2.lst FEAT:@/d20ogl/srd35/basics/rsrd_feats_monster.lst|(INCLUDE:Multiattack) FEAT:@/d20ogl/srd35/basics/rsrd_feats.lst -KIT:@/d20ogl/srd35/basics/rsrd_kits_races__animals.lst|(INCLUDE:Default Bat|Default Cat|Default Hawk|Default Lizard|Default Owl|Default Rat|Default Raven|Default Snake (Viper/Tiny)|Default Toad|Default Weasel|Default Dog (Riding)|Default Donkey|Default Horse (Heavy)|Default Horse (Light)|Default Horse (Heavy War)|Default Horse (Light War)|Default Mule|Default Pony|Default Pony (War)) +KIT:@/d20ogl/srd35/basics/rsrd_kits_races__animals.lst|(INCLUDE:Bat Default|Cat Default|Hawk Default|Lizard Default|Owl Default|Rat Default|Raven Default|Snake (Viper/Tiny) Default|Toad Default|Weasel Default|Dog (Riding) Default|Donkey Default|Horse (Heavy) Default|Horse (Light) Default|Horse (Heavy War) Default|Horse (Light War) Default|Mule Default|Pony Default|Pony (War) Default|Bat Familiar|Cat Familiar|Hawk Familiar|Lizard Familiar|Owl Familiar|Rat Familiar|Raven Familiar|Snake (Viper/Tiny) Familiar|Toad Familiar|Weasel Familiar) KIT:@/d20ogl/srd35/basics/rsrd_kits_races__base.lst LANGUAGE:@/d20ogl/srd35/basics/rsrd_languages.lst -RACE:@/d20ogl/srd35/basics/rsrd_races__animals.lst|(INCLUDE:Bat|Cat|Hawk|Lizard|Owl|Rat|Raven|Snake (Viper/Tiny)|Toad|Weasel|Dog (Riding)|Donkey|Horse (Heavy)|Horse (Light)|Horse (Heavy War)|Horse (Light War)|Mule|Pony|Pony (War)) +RACE:@/d20ogl/srd35/basics/rsrd_races__animals.lst|(INCLUDE:Bat|Cat|Camel|Elephant|Hawk|Lizard|Owl|Rat|Raven|Snake (Viper/Tiny)|Toad|Weasel|Dog (Riding)|Donkey|Horse (Heavy)|Horse (Light)|Horse (Heavy War)|Horse (Light War)|Mule|Pony|Pony (War)) RACE:@/d20ogl/srd35/basics/rsrd_races__base.lst SKILL:@/d20ogl/srd35/basics/rsrd_skills.lst|(EXCLUDE:Control Shape) Modified: Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook2.pcc =================================================================== --- Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook2.pcc 2008-03-31 16:53:29 UTC (rev 5763) +++ Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_corebook2.pcc 2008-03-31 16:54:26 UTC (rev 5764) @@ -54,7 +54,7 @@ LANGUAGE:@/d20ogl/srd35/basics/rsrd_languages.lst -RACE:@/d20ogl/srd35/basics/rsrd_races__animals.lst|(INCLUDE:Bat|Cat|Hawk|Lizard|Owl|Rat|Raven|Snake (Viper/Tiny)|Toad|Weasel|Dog (Riding)|Donkey|Horse (Heavy)|Horse (Light)|Horse (Heavy War)|Horse (Light War)|Mule|Pony|Pony (War)) +KIT:@/d20ogl/srd35/basics/rsrd_kits_races__animals.lst|(INCLUDE:Bat Default|Cat Default|Hawk Default|Lizard Default|Owl Default|Rat Default|Raven Default|Snake (Viper/Tiny) Default|Toad Default|Weasel Default|Dog (Riding) Default|Donkey Default|Horse (Heavy) Default|Horse (Light) Default|Horse (Heavy War) Default|Horse (Light War) Default|Mule Default|Pony Default|Pony (War) Default|Bat Familiar|Cat Familiar|Hawk Familiar|Lizard Familiar|Owl Familiar|Rat Familiar|Raven Familiar|Snake (Viper/Tiny) Familiar|Toad Familiar|Weasel Familiar) RACE:@/d20ogl/srd35/basics/rsrd_races__base.lst SKILL:@/d20ogl/srd35/basics/rsrd_skills.lst|(EXCLUDE:Control Shape) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-31 16:53:24
|
Revision: 5763 http://pcgen.svn.sourceforge.net/pcgen/?rev=5763&view=rev Author: eddyanthony Date: 2008-03-31 09:53:29 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [ 1930111 ] RSRD No Psionics campaign multiple errors Modified Paths: -------------- Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_no_psionics.pcc Modified: Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_no_psionics.pcc =================================================================== --- Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_no_psionics.pcc 2008-03-31 12:30:20 UTC (rev 5762) +++ Trunk/pcgen/data/d20ogl/srd35/campaign/rsrd_campaign_no_psionics.pcc 2008-03-31 16:53:29 UTC (rev 5763) @@ -172,7 +172,7 @@ # Epic -ABILITYCATEGORY:rsrd_abilitycategories_epic.lst +ABILITYCATEGORY:@/d20ogl/srd35/epic/rsrd_ability_categories_epic.lst CLASS:@/d20ogl/srd35/epic/rsrd_classes_base_epic.lst CLASS:@/d20ogl/srd35/epic/rsrd_classes_epic.lst CLASS:@/d20ogl/srd35/epic/rsrd_classes_monsters_dragons_epic.lst This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jdempsey@us...> - 2008-03-31 12:30:14
|
Revision: 5762 http://pcgen.svn.sourceforge.net/pcgen/?rev=5762&view=rev Author: jdempsey Date: 2008-03-31 05:30:20 -0700 (Mon, 31 Mar 2008) Log Message: ----------- Convert Turn Undead feature to Ability Objects - Update character and test data to reflect data change Issue#: 1905329 Modified Paths: -------------- Trunk/pcgen/code/testsuite/PCGfiles/CleElf.pcg Trunk/pcgen/code/testsuite/csheets/CleElf.xml Modified: Trunk/pcgen/code/testsuite/PCGfiles/CleElf.pcg =================================================================== --- Trunk/pcgen/code/testsuite/PCGfiles/CleElf.pcg 2008-03-31 11:32:46 UTC (rev 5761) +++ Trunk/pcgen/code/testsuite/PCGfiles/CleElf.pcg 2008-03-31 12:30:20 UTC (rev 5762) @@ -1,148 +1,165 @@ -PCGVERSION:2.0 - -# System Information -CAMPAIGN:3.0 SRD -VERSION:5.6.0-1 +PCGVERSION:2.0 + +# System Information +CAMPAIGN:3.0 SRD +VERSION:5.13.12 ROLLMETHOD:1|EXPRESSION:roll(4,6,[2,3,4]) -PURCHASEPOINTS:N|TYPE: -POOLPOINTS:0 -GAMEMODE:3e -TABLABEL:0 -AUTOSPELLS:Y -LOADCOMPANIONS:N -USETEMPMODS:N -AUTOSORTGEAR:Y -AUTOSORTSKILLS:Y - -# Character Bio -CHARACTERNAME:CleElf -TABNAME: -PLAYERNAME: -HEIGHT:57 -WEIGHT:105 -AGE:143 -GENDER:M -HANDED:Right -SKINCOLOR: -EYECOLOR: -HAIRCOLOR: -HAIRSTYLE: -LOCATION: -CITY: -BIRTHPLACE: -PERSONALITYTRAIT1: -PERSONALITYTRAIT2: -SPEECHPATTERN: -PHOBIAS: -INTERESTS: -CATCHPHRASE: -PORTRAIT: - -# Character Attributes -STAT:STR|SCORE:10 -STAT:DEX|SCORE:10 -STAT:CON|SCORE:15 -STAT:INT|SCORE:12 -STAT:WIS|SCORE:12 -STAT:CHA|SCORE:9 -ALIGN:LG -RACE:Elf - -# Character Class(es) -CLASS:Cleric|SUBCLASS:None|LEVEL:2|SKILLPOOL:0|SPELLBASE:WIS|CANCASTPERDAY:4,2|PROHIBITED:None -CLASSABILITIESLEVEL:Cleric=1|HITPOINTS:8|SKILLSGAINED:12 -CLASSABILITIESLEVEL:Cleric=2|HITPOINTS:1|SKILLSGAINED:3 - -# Character Experience -EXPERIENCE:1000 - -# Character Templates - -# Character Region - -# Character Skills -SKILL:Appraise|OUTPUTORDER:4| -SKILL:Balance|OUTPUTORDER:5| -SKILL:Bluff|OUTPUTORDER:6| -SKILL:Climb|OUTPUTORDER:7| -SKILL:Concentration|OUTPUTORDER:8| -SKILL:Diplomacy|OUTPUTORDER:10| -SKILL:Disguise|OUTPUTORDER:11| -SKILL:Escape Artist|OUTPUTORDER:12| -SKILL:Forgery|OUTPUTORDER:13| -SKILL:Gather Information|OUTPUTORDER:14| -SKILL:Heal|OUTPUTORDER:15| -SKILL:Hide|OUTPUTORDER:16| -SKILL:Intimidate|OUTPUTORDER:17| -SKILL:Jump|OUTPUTORDER:18| -SKILL:Listen|OUTPUTORDER:19| -SKILL:Move Silently|OUTPUTORDER:20| -SKILL:Perform|OUTPUTORDER:21| -SKILL:Ride|OUTPUTORDER:22| -SKILL:Search|OUTPUTORDER:24| -SKILL:Sense Motive|OUTPUTORDER:25| -SKILL:Spot|OUTPUTORDER:26| -SKILL:Swim|OUTPUTORDER:27| -SKILL:Use Rope|OUTPUTORDER:28| -SKILL:Wilderness Lore|OUTPUTORDER:29| -SKILL:Alchemy|OUTPUTORDER:1|CLASSBOUGHT:[CLASS:Cleric|RANKS:2.5|COST:2|CLASSSKILL:N] -SKILL:Craft (Untrained)|OUTPUTORDER:9| -SKILL:Craft (Weaponsmithing)|OUTPUTORDER:2|CLASSBOUGHT:[CLASS:Cleric|RANKS:5.0|COST:1|CLASSSKILL:Y] -SKILL:Disable Device|OUTPUTORDER:3|CLASSBOUGHT:[CLASS:Cleric|RANKS:2.5|COST:2|CLASSSKILL:N] -SKILL:Scry|OUTPUTORDER:23| - -# Character Languages -LANGUAGE:Common|LANGUAGE:Elven|LANGUAGE:Literacy|LANGUAGE:Orc - -# Character Feats -FEAT:Turn Undead|TYPE:SPECIAL.TURNUNDEAD|DESC: -FEAT:Extra Turning|APPLIEDTO:TurnUndead|TYPE:SPECIAL|DESC:Allows a character to turn undead four more times per day than normal. -FEATPOOL:0.0 - -# Character Weapon proficiencies -WEAPONPROF:[WEAPON:Blowgun|WEAPON:Club|WEAPON:Crossbow (Heavy)|WEAPON:Crossbow (Light)|WEAPON:Dagger|WEAPON:Dagger (Punching)|WEAPON:Dart|WEAPON:Gauntlet|WEAPON:Gauntlet (Spiked)|WEAPON:Halfspear] -WEAPONPROF:[WEAPON:Javelin|WEAPON:Longbow|WEAPON:Longbow (Composite)|WEAPON:Mace|WEAPON:Mace (Heavy)|WEAPON:Morningstar|WEAPON:Quarterstaff|WEAPON:SIMPLE|WEAPON:Shortbow|WEAPON:Shortbow (Composite)] -WEAPONPROF:[WEAPON:Shortspear|WEAPON:Sickle|WEAPON:Sling|WEAPON:Sword (Long)|WEAPON:Unarmed Strike] -WEAPONPROF:[WEAPON:Longsword]|SOURCE:[TYPE:RACE|NAME:Elf] - -# Character Equipment -MONEY:100 -EQUIPNAME:Banded Mail|OUTPUTORDER:0|COST:250|WT:35.0|QUANTITY:1.0 -EQUIPNAME:Buckler|OUTPUTORDER:0|COST:15|WT:5.0|QUANTITY:1.0 -EQUIPNAME:Club|OUTPUTORDER:0|COST:0|WT:3.0|QUANTITY:1.0 -EQUIPNAME:Handaxe|OUTPUTORDER:0|COST:6|WT:5.0|QUANTITY:1.0 -EQUIPSET:Default Set|ID:0.1 -EQUIPSET:Body|ID:0.1.1|VALUE:Banded Mail|QUANTITY:1.0 -EQUIPSET:Shield|ID:0.1.2|VALUE:Buckler|QUANTITY:1.0 -EQUIPSET:Primary Hand|ID:0.1.3|VALUE:Club|QUANTITY:1.0 -EQUIPSET:Carried|ID:0.1.4|VALUE:Handaxe|QUANTITY:1.0 -CALCEQUIPSET:0.1 - -# Temporary Bonuses - -# EquipSet Temp Bonuses - -# Character Deity/Domain -DEITY:None|DEITYDOMAINS:[DOMAIN:Air|DOMAIN:Animal|DOMAIN:Chaos|DOMAIN:Death|DOMAIN:Destruction|DOMAIN:Earth|DOMAIN:Evil|DOMAIN:Fire|DOMAIN:Good|DOMAIN:Healing|DOMAIN:Knowledge|DOMAIN:Law|DOMAIN:Luck|DOMAIN:Magic|DOMAIN:Plant|DOMAIN:Protection|DOMAIN:Strength|DOMAIN:Sun|DOMAIN:Travel|DOMAIN:Trickery|DOMAIN:War|DOMAIN:Water]|ALIGNALLOW:012345678|DESC:None|HOLYITEM:None|DEITYFAVWEAP:[]|DEITYALIGN: -DOMAIN:Law|DOMAINGRANTS:You cast law spells at +1 caster level.|SOURCE:[TYPE:PCClass|NAME:Cleric|LEVEL:1] -DOMAIN:Protection|DOMAINGRANTS:You can generate a protective ward, a spell-like ability to grant someone you touch a resistance bonus on their next saving throw equal to your level. It's an abjuration effect that lasts one hour, once per day.|SOURCE:[TYPE:PCClass|NAME:Cleric|LEVEL:1] - -# Character Spells Information - -# Character Description/Bio/History -CHARACTERBIO: -CHARACTERDESC: -CHARACTERCOMP: -CHARACTERASSET: -CHARACTERMAGIC: - -# Character Master/Follower - -# Character Notes Tab - -# Kits - -# Chosen Armor Profs - -# Age Set Selections -AGESET:0:0:0:0:0:0:0:0:0:0 +PURCHASEPOINTS:N +POOLPOINTS:0 +POOLPOINTSAVAIL:-1 +GAMEMODE:3e +TABLABEL:0 +AUTOSPELLS:Y +USEHIGHERKNOWN:N +USEHIGHERPREPPED:N +LOADCOMPANIONS:N +USETEMPMODS:N +AUTOSORTGEAR:Y +SKILLSOUTPUTORDER:0 + +# Character Bio +CHARACTERNAME:CleElf +TABNAME: +PLAYERNAME: +HEIGHT:57 +WEIGHT:105 +AGE:143 +GENDER:M +HANDED:Right +SKINCOLOR: +EYECOLOR: +HAIRCOLOR: +HAIRSTYLE: +LOCATION: +CITY: +BIRTHDAY: +BIRTHPLACE: +PERSONALITYTRAIT1: +PERSONALITYTRAIT2: +SPEECHPATTERN: +PHOBIAS: +INTERESTS: +CATCHPHRASE: +PORTRAIT: + +# Character Attributes +STAT:STR|SCORE:10 +STAT:DEX|SCORE:10 +STAT:CON|SCORE:15 +STAT:INT|SCORE:12 +STAT:WIS|SCORE:12 +STAT:CHA|SCORE:9 +ALIGN:LG +RACE:Elf + +# Character Class(es) +CLASS:Cleric|SUBCLASS:None|LEVEL:2|SKILLPOOL:0|SPELLBASE:WIS|CANCASTPERDAY:4,2 +CLASSABILITIESLEVEL:Cleric=1|HITPOINTS:8|SKILLSGAINED:12 +CLASSABILITIESLEVEL:Cleric=2|HITPOINTS:1|SKILLSGAINED:3 + +# Character Experience +EXPERIENCE:1000 + +# Character Templates + +# Character Region + +# Character Skills +SKILL:Alchemy|OUTPUTORDER:1|CLASSBOUGHT:[CLASS:Cleric|RANKS:2.5|COST:2|CLASSSKILL:N] +SKILL:Appraise|OUTPUTORDER:2| +SKILL:Balance|OUTPUTORDER:3| +SKILL:Bluff|OUTPUTORDER:4| +SKILL:Climb|OUTPUTORDER:5| +SKILL:Concentration|OUTPUTORDER:6| +SKILL:Craft (Untrained)|OUTPUTORDER:7| +SKILL:Craft (Weaponsmithing)|OUTPUTORDER:8|CLASSBOUGHT:[CLASS:Cleric|RANKS:5.0|COST:1|CLASSSKILL:Y] +SKILL:Diplomacy|OUTPUTORDER:9| +SKILL:Disable Device|OUTPUTORDER:10|CLASSBOUGHT:[CLASS:Cleric|RANKS:2.5|COST:2|CLASSSKILL:N] +SKILL:Disguise|OUTPUTORDER:11| +SKILL:Escape Artist|OUTPUTORDER:12| +SKILL:Forgery|OUTPUTORDER:13| +SKILL:Gather Information|OUTPUTORDER:14| +SKILL:Heal|OUTPUTORDER:15| +SKILL:Hide|OUTPUTORDER:16| +SKILL:Intimidate|OUTPUTORDER:17| +SKILL:Jump|OUTPUTORDER:18| +SKILL:Listen|OUTPUTORDER:19| +SKILL:Move Silently|OUTPUTORDER:20| +SKILL:Perform|OUTPUTORDER:21| +SKILL:Ride|OUTPUTORDER:22| +SKILL:Scry|OUTPUTORDER:23| +SKILL:Search|OUTPUTORDER:24| +SKILL:Sense Motive|OUTPUTORDER:25| +SKILL:Spot|OUTPUTORDER:26| +SKILL:Swim|OUTPUTORDER:27| +SKILL:Use Rope|OUTPUTORDER:28| +SKILL:Wilderness Lore|OUTPUTORDER:29| + +# Character Languages +LANGUAGE:Common|LANGUAGE:Elven|LANGUAGE:Orc + +# Character Feats +FEATPOOL:-1.0 + +# Character Abilities +ABILITY:FEAT|TYPE:NORMAL|CATEGORY:FEAT|KEY:Extra Turning|APPLIEDTO:TurnUndead|TYPE:SPECIAL|DESC:Allows a character to turn undead four more times per day than normal. +USERPOOL:FEAT|POOLPOINTS:0.0 +USERPOOL:Fighter Feat|POOLPOINTS:0.0 +USERPOOL:Wizard Feat|POOLPOINTS:0.0 +USERPOOL:Metamagic Feat|POOLPOINTS:0.0 +USERPOOL:Rogue Special Ability|POOLPOINTS:0.0 +USERPOOL:Favored Enemy|POOLPOINTS:0.0 +ABILITY:Turn Undead|TYPE:NORMAL|CATEGORY:Special Ability|KEY:Turn Undead|TYPE:TURNING.TURNUNDEAD +USERPOOL:Turn Undead|POOLPOINTS:0.0 +USERPOOL:Psionic Combat Mode|POOLPOINTS:0.0 +USERPOOL:Psychic Warrior Feat|POOLPOINTS:0.0 +USERPOOL:Slayer Feat|POOLPOINTS:0.0 + +# Character Weapon proficiencies +WEAPONPROF:[WEAPON:Blowgun|WEAPON:Club|WEAPON:Crossbow (Heavy)|WEAPON:Crossbow (Light)|WEAPON:Dagger|WEAPON:Dagger (Punching)|WEAPON:Dart|WEAPON:Gauntlet|WEAPON:Gauntlet (Spiked)|WEAPON:Grapple] +WEAPONPROF:[WEAPON:Halfspear|WEAPON:Javelin|WEAPON:Longbow|WEAPON:Longbow (Composite)|WEAPON:Longsword|WEAPON:Mace|WEAPON:Mace (Heavy)|WEAPON:Mace (Light)|WEAPON:Morningstar|WEAPON:Quarterstaff] +WEAPONPROF:[WEAPON:Shieldbash|WEAPON:Shortbow|WEAPON:Shortbow (Composite)|WEAPON:Shortspear|WEAPON:Sickle|WEAPON:Sling|WEAPON:Spells(Ray)|WEAPON:Unarmed Strike] +WEAPONPROF:[WEAPON:Longsword]|SOURCE:[TYPE:RACE|NAME:Elf] + +# Character Equipment +MONEY:100 +EQUIPNAME:Banded Mail|OUTPUTORDER:0|COST:250.0|WT:35.0|QUANTITY:1.0|CUSTOMIZATION:[BASEITEM:Banded Mail|DATA:EQMOD=STEEL] +EQUIPNAME:Buckler|OUTPUTORDER:0|COST:15.0|WT:5.0|QUANTITY:1.0|CUSTOMIZATION:[BASEITEM:Buckler|DATA:EQMOD=STEEL] +EQUIPNAME:Club|OUTPUTORDER:0|COST:0.0|WT:3.0|QUANTITY:1.0|CUSTOMIZATION:[BASEITEM:Club|DATA:EQMOD=WOOD] +EQUIPNAME:Handaxe|OUTPUTORDER:0|COST:6.0|WT:5.0|QUANTITY:1.0|CUSTOMIZATION:[BASEITEM:Handaxe|DATA:EQMOD=STEEL] +EQUIPSET:Default Set|ID:0.1 +EQUIPSET:Body|ID:0.1.1|VALUE:Banded Mail|QUANTITY:1.0 +EQUIPSET:Shield|ID:0.1.2|VALUE:Buckler|QUANTITY:1.0 +EQUIPSET:Primary Hand|ID:0.1.3|VALUE:Club|QUANTITY:1.0 +EQUIPSET:Carried|ID:0.1.4|VALUE:Handaxe|QUANTITY:1.0 +CALCEQUIPSET:0.1 + +# Temporary Bonuses + +# EquipSet Temp Bonuses + +# Character Deity/Domain +DEITY:None|DEITYDOMAINS:[DOMAIN:Air|DOMAIN:Animal|DOMAIN:Chaos|DOMAIN:Death|DOMAIN:Destruction|DOMAIN:Earth|DOMAIN:Evil|DOMAIN:Fire|DOMAIN:Good|DOMAIN:Healing|DOMAIN:Knowledge|DOMAIN:Law|DOMAIN:Luck|DOMAIN:Magic|DOMAIN:Plant|DOMAIN:Protection|DOMAIN:Strength|DOMAIN:Sun|DOMAIN:Travel|DOMAIN:Trickery|DOMAIN:War|DOMAIN:Water]|ALIGNALLOW:|DESC:None|HOLYITEM:None|DEITYFAVWEAP:[WEAPON:ANY]|DEITYALIGN: +DOMAIN:Law|DOMAINGRANTS:You cast law spells at +1 caster level.|SOURCE:[TYPE:PCCLASS|NAME:CLERIC|LEVEL:1] +DOMAIN:Protection|DOMAINGRANTS:You can generate a protective ward, a spell-like ability to grant someone you touch a resistance bonus on their next saving throw equal to your level. It's an abjuration effect that lasts one hour, once per day.|SOURCE:[TYPE:PCCLASS|NAME:CLERIC|LEVEL:1] + +# Character Spells Information + +# Character Description/Bio/History +CHARACTERBIO: +CHARACTERDESC: +CHARACTERCOMP: +CHARACTERASSET: +CHARACTERMAGIC: + +# Kits + +# Character Master/Follower + +# Character Notes Tab +NOTE:Character Sheet Notes|ID:1|PARENTID:-1|VALUE: + +# Chosen Armor Profs + +# Age Set Selections +AGESET:0:0:0:0:0:0:0:0:0:0 Modified: Trunk/pcgen/code/testsuite/csheets/CleElf.xml =================================================================== --- Trunk/pcgen/code/testsuite/csheets/CleElf.xml 2008-03-31 11:32:46 UTC (rev 5761) +++ Trunk/pcgen/code/testsuite/csheets/CleElf.xml 2008-03-31 12:30:20 UTC (rev 5762) @@ -116,10 +116,14 @@ <weight_nounit>105</weight_nounit> </weight> <poolpoints> - <cost>0</cost> + <cost>-1</cost> <current>0</current> </poolpoints> <notes> + <note> + <name>Character Sheet Notes</name> + <value></value> + </note> </notes> </basics> <!-- @@ -1457,16 +1461,6 @@ <!-- Virtual Feats --> <!-- End Virtual Feats --> <!-- Hidden feats (all feats less the virtual, automatic and visible ones) --> - <feat> - <name>Turn Undead</name> - <description></description> - <type>SPECIAL.TURNING.TURNUNDEAD</type> - <associated></associated> - <count>0</count> - <auto>F</auto> - <hidden>T</hidden> - <virtual>F</virtual> - </feat> <!-- Hidden VFEATS --> <!-- END Hidden VFEATS --> <feat> @@ -1479,16 +1473,6 @@ <hidden>T</hidden> <virtual>F</virtual> </feat> - <feat> - <name>Basic Turning</name> - <description></description> - <type>SPECIAL.TURNING</type> - <associated></associated> - <count>0</count> - <auto>T</auto> - <hidden>T</hidden> - <virtual>F</virtual> - </feat> </feats> <!-- ==================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <maredudd800@us...> - 2008-03-31 11:32:39
|
Revision: 5761 http://pcgen.svn.sourceforge.net/pcgen/?rev=5761&view=rev Author: maredudd800 Date: 2008-03-31 04:32:46 -0700 (Mon, 31 Mar 2008) Log Message: ----------- Standardise LST and OS token examples Issue#: 1929970 Modified Paths: -------------- Trunk/pcgen/docs/standards.html Modified: Trunk/pcgen/docs/standards.html =================================================================== --- Trunk/pcgen/docs/standards.html 2008-03-31 11:10:34 UTC (rev 5760) +++ Trunk/pcgen/docs/standards.html 2008-03-31 11:32:46 UTC (rev 5761) @@ -24,19 +24,21 @@ <body> <h1>Documentation Standards</h1> - <p>This page will be used to provide standards to follow in the creation of documentation pages for PCGen.</p> + <p class="indent0">This page will be used to provide standards to follow in the creation of documentation pages for PCGen.</p> <h2>Documentation Page Standards</h2> - <p>Each page should have information commented in the page which should contain + <p class="indent0">Each page should have information commented in the page which should contain the names of those contributing to the creation and maintenance of the page. There should also be a brief description of the purpose of the page.</p> <h2>LST Tag Documentation Standards</h2> - <p>The following is a generic example of the format to be used when documenting LST tags. + <p class="indent0">The following is a generic example of the format to be used when documenting LST tags. You can copy the code and use it as a starting point for new entries if you wish. Following the entry will be a detailed explanation of how the format is should be used.</p> - - <p></p><hr> + <p></p> + +<hr> + <p class="new">*** New</p> <p class="indent0"><strong><a name="TAGANCHOR">Tag Name:</a></strong> TAG:x</p> <p class="indent1"><strong>Variables Used (x):</strong> Text (Explanation)</p> @@ -53,48 +55,56 @@ <p class="indent1"><strong>Where it is used:</strong></p> <p class="indent2">Explanation of where this tag may be used in terms of lines and files.</p> - <hr> +<hr> + <h3>Anchors</h3> - <p>If you examine the source code you will see that the first line of the entry + <p class="indent0">If you examine the source code you will see that the first line of the entry contains a named anchor next to the horizontal rule. This is so the entry can be linked to from the index and other relevant entries. The anchor name should match the tag name up to the first variable minus any symbols used. See the source code for examples</p> <h3>State of the entry</h3> - <p>Some entries are labeled "New", "Updated", or + <p class="indent0">Some entries are labeled "New", "Updated", or "Deprecated". It is useful to label new tags with the version number that the tag became active or deprecated.</p> <h3>Tag Name</h3> - <p>The tag name is entered with the whole structure and syntax demonstrated. The + <p class="indent0">The tag name is entered with the whole structure and syntax demonstrated. The variables are indicated using the letter x, y and z. You can use u, v, w and other letters if needed.</p> <h3>Variables Used</h3> - <p>All the variables that can be used are explained. Number variables can be standard + <p class="indent0">All the variables that can be used are explained. Number variables can be standard numbers or formulas or other variables if the tags accepts them. Text variables accept text strings, names and other text forms. Property variables indicate that the variable must be one of several properties hardcoded into the program. These properties are usually presented in a list following the variable.</p> <h3>What it does</h3> - <p>A complete explanation of the tag and its uses.</p> + <p class="indent0">A complete explanation of the tag and its uses.</p> <h3>Example</h3> - <p>Examples of the tag in as many variations as needed to demonstrate the variety + <p class="indent0">Examples of the tag in as many variations as needed to demonstrate the variety of uses of the tag.</p> <h3>Deprecated Syntax</h3> - <p>Obsolete LST tag syntax examples are included here. When the deprecated syntax + <p class="indent0">Obsolete LST tag syntax examples are included here. When the deprecated syntax representes a complete LST tag entry, a link to the depecated listing is provided. Were applicable, the version in which the syntax was deprecated should be included as per the 'State of the Entry' information listed above.</p> <h3>Where it is used</h3> - <p>Some times it may be helpful to indicate exactly where the tag may be used. + <p class="indent0">Some times it may be helpful to indicate exactly where the tag may be used. Most times this is indicated by the page the entry is found on.</p> +<hr> + + <h2>LST Tag Documentation Style Guide</h2> + <p class="indent0">The LST Tag Documentation Style Guide will be placed here.</p> + + +<hr> <p> <a href="http://validator.w3.org/check?uri=referer"><img src="images/system/valid-html401.png" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jdempsey@us...> - 2008-03-31 11:10:29
|
Revision: 5760 http://pcgen.svn.sourceforge.net/pcgen/?rev=5760&view=rev Author: jdempsey Date: 2008-03-31 04:10:34 -0700 (Mon, 31 Mar 2008) Log Message: ----------- Fix bug: BONUS:ABILITYPOOL and Feat Pool buggy Issue#: 1906168 Modified Paths: -------------- Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java Modified: Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java 2008-03-31 11:10:28 UTC (rev 5759) +++ Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java 2008-03-31 11:10:34 UTC (rev 5760) @@ -1632,6 +1632,7 @@ double pool = getTotalBonusTo("FEAT", "POOL"); double pcpool = getTotalBonusTo("FEAT", "PCPOOL"); double mpool = getTotalBonusTo("FEAT", "MONSTERPOOL"); + double bonus = getTotalBonusTo("ABILITYPOOL", "FEAT"); Logging.debugPrint(""); //$NON-NLS-1$ Logging.debugPrint("=============="); //$NON-NLS-1$ @@ -1640,6 +1641,7 @@ Logging.debugPrint("POOL: " + pool); //$NON-NLS-1$ Logging.debugPrint("PCPOOL: " + pcpool); //$NON-NLS-1$ Logging.debugPrint("MPOOL: " + mpool); //$NON-NLS-1$ + Logging.debugPrint("APOOL: " + bonus); //$NON-NLS-1$ double startAdjust = rangeLevel == 0 ? 0 : startLevel / rangeLevel; @@ -1647,6 +1649,7 @@ Math.floor((this.getTotalCharacterLevel() >= startLevel) ? 1.0d + pcpool - startAdjust + 0.0001 : pcpool + 0.0001); pool += Math.floor(mpool + 0.0001); + pool += Math.floor(bonus + 0.0001); Logging.debugPrint(""); //$NON-NLS-1$ Logging.debugPrint("Total Bonus: " + pool); //$NON-NLS-1$ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <maredudd800@us...> - 2008-03-31 11:10:22
|
Revision: 5759 http://pcgen.svn.sourceforge.net/pcgen/?rev=5759&view=rev Author: maredudd800 Date: 2008-03-31 04:10:28 -0700 (Mon, 31 Mar 2008) Log Message: ----------- PROHIBITSPELL incorrect syntax in example Issue#: 1929963 Modified Paths: -------------- Trunk/pcgen/docs/listfilepages/datafilestagpages/datafilesclasses.html Modified: Trunk/pcgen/docs/listfilepages/datafilestagpages/datafilesclasses.html =================================================================== --- Trunk/pcgen/docs/listfilepages/datafilestagpages/datafilesclasses.html 2008-03-30 10:47:37 UTC (rev 5758) +++ Trunk/pcgen/docs/listfilepages/datafilestagpages/datafilesclasses.html 2008-03-31 11:10:28 UTC (rev 5759) @@ -720,7 +720,7 @@ spells if alignment is 0,1,2; taking Good spells if Deity alignment is LE,NE,CE; taking evil spells if Deity alignment is LG,NG,CG; taking Lawful spells if Deity alignment is CG,CN,CE; taking Chaotic spells if Deity alignment is LG,LN,LE.</p> - <p class="indent2"><code>PROHIBITSPELL:SPELL|Fireball,Lightning Bolt</code></p> + <p class="indent2"><code>PROHIBITSPELL:SPELL|Fireball.Lightning Bolt</code></p> <p class="indent3">Prohibits the character from taking spells from this list.</p> <p class="indent1"><strong>Where it is used:</strong></p> <p class="indent2">Class Line.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jdempsey@us...> - 2008-03-30 10:47:34
|
Revision: 5758 http://pcgen.svn.sourceforge.net/pcgen/?rev=5758&view=rev Author: jdempsey Date: 2008-03-30 03:47:37 -0700 (Sun, 30 Mar 2008) Log Message: ----------- Fix bug: SPELLLISTDC.x.y OS token broke Issue#: 1902784 Modified Paths: -------------- Trunk/pcgen/code/src/java/plugin/exporttokens/SpellListDcToken.java Trunk/pcgen/code/src/test/plugin/exporttokens/SpellListTokenTest.java Modified: Trunk/pcgen/code/src/java/plugin/exporttokens/SpellListDcToken.java =================================================================== --- Trunk/pcgen/code/src/java/plugin/exporttokens/SpellListDcToken.java 2008-03-30 05:09:00 UTC (rev 5757) +++ Trunk/pcgen/code/src/java/plugin/exporttokens/SpellListDcToken.java 2008-03-30 10:47:37 UTC (rev 5758) @@ -78,14 +78,10 @@ } Spell aSpell = new Spell(); - String SaveInfo = aSpell.getSaveInfo(); - if (!"".equals(SaveInfo) && !"None".equals(SaveInfo) && !"No".equals(SaveInfo)) - { - int DC = - aSpell.getDCForPlayerCharacter(pc, null, aClass, params - .getLevel()); - retValue.append(Integer.toString(DC)); - } + int DC = + aSpell.getDCForPlayerCharacter(pc, null, aClass, params + .getLevel()); + retValue.append(Integer.toString(DC)); } return retValue.toString(); Modified: Trunk/pcgen/code/src/test/plugin/exporttokens/SpellListTokenTest.java =================================================================== --- Trunk/pcgen/code/src/test/plugin/exporttokens/SpellListTokenTest.java 2008-03-30 05:09:00 UTC (rev 5757) +++ Trunk/pcgen/code/src/test/plugin/exporttokens/SpellListTokenTest.java 2008-03-30 10:47:37 UTC (rev 5758) @@ -23,11 +23,14 @@ */ package plugin.exporttokens; +import java.net.URI; +import java.net.URISyntaxException; import java.util.ArrayList; import java.util.Arrays; import junit.framework.Test; import junit.framework.TestSuite; import pcgen.AbstractCharacterTestCase; +import pcgen.core.Campaign; import pcgen.core.Globals; import pcgen.core.PCClass; import pcgen.core.PlayerCharacter; @@ -37,6 +40,9 @@ import pcgen.core.bonus.Bonus; import pcgen.core.bonus.BonusObj; import pcgen.core.prereq.Prerequisite; +import pcgen.persistence.lst.BonusSpellLoader; +import pcgen.persistence.lst.CampaignSourceEntry; +import pcgen.util.UnreachableError; /** * <code>SpellListTokenTest</code> is ... @@ -79,6 +85,21 @@ { super.setUp(); + SettingsHandler.getGame().setSpellBaseDC("10+SPELLLEVEL+BASESPELLSTAT"); + + BonusSpellLoader bonusSpellLoader = new BonusSpellLoader(); + try + { + URI testURI = new URI("file:/" + getClass().getName() + ".java"); + bonusSpellLoader.parseLine("BONUSSPELLLEVEL:1 BASESTATSCORE:12 STATRANGE:8", testURI); + bonusSpellLoader.parseLine("BONUSSPELLLEVEL:2 BASESTATSCORE:14 STATRANGE:8", testURI); + bonusSpellLoader.parseLine("BONUSSPELLLEVEL:3 BASESTATSCORE:16 STATRANGE:8", testURI); + } + catch (URISyntaxException e) + { + throw new UnreachableError(e); + } + // Human human = new Race(); @@ -162,12 +183,6 @@ character.incrementClassLevel(1, arcaneClass, true); SpellListCastToken token = new SpellListCastToken(); - // These don't work yet, so skip them to avoid false errors. - if (true) - { - return; - } - //TODO: Get these tests to work assertEquals("testSpellListCastToken(1lv TA)", "2", token.getToken( "SPELLLISTCAST.0.1", character, null)); } @@ -225,14 +240,10 @@ character.calcActiveBonuses(); SpellListDcToken token = new SpellListDcToken(); - // These don't work yet, so skip them to avoid false errors. - if (true) - { - return; - } - //TODO: Get these tests to work - assertEquals("SpellListDcToken(1lv TA)", "2", token.getToken( - "SPELLLISTDC.0.1", character, null)); + assertEquals("SpellListDcToken(1lv TA)", "12", token.getToken( + "SPELLLISTDC.0.0", character, null)); + assertEquals("SpellListDcToken(1lv TA)", "15", token.getToken( + "SPELLLISTDC.0.3", character, null)); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-30 05:08:53
|
Revision: 5757 http://pcgen.svn.sourceforge.net/pcgen/?rev=5757&view=rev Author: eddyanthony Date: 2008-03-29 22:09:00 -0700 (Sat, 29 Mar 2008) Log Message: ----------- Correction to count() VISIBILITY arguments Modified Paths: -------------- Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesformulas.html Modified: Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesformulas.html =================================================================== --- Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesformulas.html 2008-03-30 04:59:35 UTC (rev 5756) +++ Trunk/pcgen/docs/listfilepages/globalfilestagpages/globalfilesformulas.html 2008-03-30 05:09:00 UTC (rev 5757) @@ -470,8 +470,8 @@ "AUTOMATIC".</li> <li><code>"TYPE=<text>"</code> - The ability type as defined in the ability.lst file. (i.e. "General", "Fighter", "Metamagic", etc.)</li> - <li><code>"VISIBILITY=<text>"</code> - "YES", "NO", - "DISPLAY", or "EXPORT".</li> + <li><code>"VISIBILITY=<text>"</code> - "HIDDEN", "DEFAULT", + "OUTPUT_ONLY", "DISPLAY_ONLY".</li> <li>Proper syntax for this formula when being used in output sheets to count abilities is: <ul> <li><code><abilityCount>|VAR.count("ABILITIES",y)|</abilityCount></code></li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-30 04:59:29
|
Revision: 5756 http://pcgen.svn.sourceforge.net/pcgen/?rev=5756&view=rev Author: eddyanthony Date: 2008-03-29 21:59:35 -0700 (Sat, 29 Mar 2008) Log Message: ----------- [ 1929157 ] [Beta] Full data load testing Modified Paths: -------------- Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_classes.lst Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats.lst Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats_hidden.lst Trunk/pcgen/data/alpha/fantasycommunitycouncil/diadamon_pantheon/diadamon_feat.lst Trunk/pcgen/data/alpha/fantasyflightgames/dawnforge/ageoflegend/agelegend_abilities_racial.lst Trunk/pcgen/data/alpha/malhavocpress/completebookofeldritchmight/completeeldritch_equip_weap_melee_specific.lst Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_feats.lst Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_kits_races.lst Trunk/pcgen/data/alpha/parentsbasementgames/murchadslegacy/murchadslegacy_feats.lst Trunk/pcgen/data/alpha/seculargames/arcanearcher/arcanearcher_spells.lst Trunk/pcgen/data/permissioned/alderacentgroup/dungeons/dungeons_35e/dungeons_35e.pcc Modified: Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_classes.lst =================================================================== --- Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_classes.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_classes.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -137,7 +137,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Chosen of Agri HD:8 TYPE:PC.Prestige ABB:CA MAXLEVEL:6 SOURCEPAGE:p.54 BONUS:CHECKS|BASE.Fortitude|(CL+2)/2 BONUS:CHECKS|BASE.Reflex|(CL+1)/2-CL==1 BONUS:CHECKS|BASE.Will|(CL+1)/2 BONUS:COMBAT|BAB|CL/2|TYPE=Base.REPLACE # Class Name Required AL Req. Att. Required Deity Required Skill Required Stat Required Text -CLASS:Chosen of Agri PREALIGN:LN,TN,NG PREATT:5 PREDEITY:Agri PRESKILL:2,Survival,Knowledge (Nature)=8 PRESTAT:2,WIS=15,CON=12 PRETEXT:Ability to cast Speak with Plants +CLASS:Chosen of Agri PREALIGN:LN,TN,NG PREATT:5 PREDEITY:1,Agri PRESKILL:2,Survival,Knowledge (Nature)=8 PRESTAT:2,WIS=15,CON=12 PRETEXT:Ability to cast Speak with Plants # Class Name Skill Pts/Lvl Class Skill CLASS:Chosen of Agri STARTSKILLPTS:4 CSKILL:Concentration|Climb|Diplomacy|Heal|Knowledge (Geography)|Knowledge (Nature)|Knowledge (Religion)|Listen|Search|Spot|Spellcraft|Survival ###Block: Caster Level @@ -155,7 +155,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Chosen of Roarth HD:8 TYPE:PC.Prestige ABB:CR MAXLEVEL:7 SOURCEPAGE:p.55 BONUS:CHECKS|BASE.Fortitude|(CL+3)/2-CL==1 BONUS:CHECKS|BASE.Reflex|CL/2 BONUS:CHECKS|BASE.Will|(CL+2)/2 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Req. Att. Required Deity Required Feat Required Skill Required Stat -CLASS:Chosen of Roarth PREALIGN:LG,NG,CG PREATT:5 PREDEITY:Roarth PREFEAT:1,Weapon Focus(TYPE=Bow),Weapon Focus(TYPE=Spear) PRESKILL:2,Handle Animal,Survival=8 PRESTAT:1,WIS=13 +CLASS:Chosen of Roarth PREALIGN:LG,NG,CG PREATT:5 PREDEITY:1,Roarth PREFEAT:1,Weapon Focus(TYPE=Bow),Weapon Focus(TYPE=Spear) PRESKILL:2,Handle Animal,Survival=8 PRESTAT:1,WIS=13 # Class Name Skill Pts/Lvl Class Skill CLASS:Chosen of Roarth STARTSKILLPTS:4 CSKILL:Concentration|Climb|Handle Animal|Knowledge (Nature)|Ride|Use Rope|Survival ###Block: Caster Level @@ -174,7 +174,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Healer HD:6 TYPE:PC.Prestige ABB:HLR MAXLEVEL:5 SOURCEPAGE:p.56 BONUS:CHECKS|BASE.Fortitude|(CL-1)/2 BONUS:CHECKS|BASE.Reflex|(CL-1)*2/3 BONUS:CHECKS|BASE.Will|(CL+1)/2 BONUS:COMBAT|BAB|(CL-1)/2|TYPE=Base.REPLACE # Class Name Required AL Required Deity Required Feat Required Skill Required Stat Required Text -CLASS:Healer PREALIGN:LG,NG,CG PREDEITY:Agri PREFEAT:2,Brew Potion,Skill Focus(Heal) PRESKILL:3,Heal,Knowledge (Nature)=8,Craft (Alchemy),Knowledge (Anatomy)=4 PRESTAT:1,WIS=13 PRETEXT:Ability to cast Cure light wounds +CLASS:Healer PREALIGN:LG,NG,CG PREDEITY:1,Agri PREFEAT:2,Brew Potion,Skill Focus(Heal) PRESKILL:3,Heal,Knowledge (Nature)=8,Craft (Alchemy),Knowledge (Anatomy)=4 PRESTAT:1,WIS=13 PRETEXT:Ability to cast Cure light wounds # Class Name Skill Pts/Lvl Class Skill CLASS:Healer STARTSKILLPTS:6 CSKILL:Concentration|TYPE.Craft|Heal|Knowledge (Nature)|Knowledge (Anatomy)|Profession (Doctor)|Spellcraft|Survival ###Block: Special Abilities: @@ -240,7 +240,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus Add domain number CLASS:Swan Bard HD:6 TYPE:PC.Prestige ABB:SB MAXLEVEL:7 SOURCEPAGE:p.62 BONUS:CHECKS|BASE.Fortitude|(CL-1)/2 BONUS:CHECKS|BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/2+1 BONUS:COMBAT|BAB|(CL-1)/2|TYPE=Base.REPLACE BONUS:DOMAIN|NUMBER|1 # Class Name Required AL !PREDEITY Required Feat Required Skill Required Stat Required Text -CLASS:Swan Bard PREALIGN:CG,CN,CE !PREDEITY:Adrienne PREFEAT:1,Skill Focus(Bluff),Skill Focus(Diplomacy),Skill Focus(Perform%) PRESKILL:1,TYPE.Perform=10 PRESTAT:1,CHA=16 PRETEXT:Ability to cast bardic spells or Attractive Human Male (GM Discretion) +CLASS:Swan Bard PREALIGN:CG,CN,CE !PREDEITY:1,Adrienne PREFEAT:1,Skill Focus(Bluff),Skill Focus(Diplomacy),Skill Focus(Perform%) PRESKILL:1,TYPE.Perform=10 PRESTAT:1,CHA=16 PRETEXT:Ability to cast bardic spells or Attractive Human Male (GM Discretion) # Class Name Skill Pts/Lvl Class Skill CLASS:Swan Bard STARTSKILLPTS:6 CSKILL:Bluff|TYPE.Craft|Diplomacy|Gather Information|Listen|Move Silently|TYPE.Perform|Sense Motive|Spot|Tumble # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level Use Spell List @@ -264,7 +264,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:WildWalker HD:10 TYPE:PC.Prestige ABB:WW MAXLEVEL:6 SOURCEPAGE:p.64 BONUS:CHECKS|BASE.Fortitude,BASE.Will|(CL+1)/2 BONUS:CHECKS|BASE.Reflex|CL/2 BONUS:COMBAT|BAB|(CL+2)/2|TYPE=Base.REPLACE # Class Name Required AL Req. Att. Required Deity Required Race Required Skill Required Stat -CLASS:WildWalker PREALIGN:CG,CN,CE PREATT:6 PREDEITY:Sophia Kalla PRERACE:1,Neiyar PRESKILL:1,Survival=12 PRESTAT:2,STR=14,CON=12 +CLASS:WildWalker PREALIGN:CG,CN,CE PREATT:6 PREDEITY:1,Sophia Kalla PRERACE:1,Neiyar PRESKILL:1,Survival=12 PRESTAT:2,STR=14,CON=12 # Class Name Skill Pts/Lvl Class Skill CLASS:WildWalker STARTSKILLPTS:2 CSKILL:Climb|Hide|Knowledge (Nature)|Knowledge (Geography)|Move Silently|Ride|Swim|Survival|Use Rope ###Block: Special Abilities: Modified: Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats.lst =================================================================== --- Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,31 +1,31 @@ -# CVS $Revision$ $Author$ -- Tue Jan 22 21:49:29 2008 -- reformated by prettylst.pl v1.38 (build 4314) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:26:16 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Neiyar Land of Heaven and the Abyss SOURCESHORT:Neiyar SOURCEWEB:http://www.bardsandsages.com/neiyar.html SOURCEDATE:2005-03 ###Original Entry: Andrew Maitland -# Feat Name Output Name Type Required AL Req. Att. Required Class Required Feat Prohibited Feat Required Gender Required Race Prohibited Race Required Skill Required Stat Required Text Description Source Page -Abyssal Smiting TYPE:General PREFEAT:1,Secret Teacher !PRERACE:1,Neiyar PRESTAT:1,WIS=14 PRETEXT:Must have had a previous combat encounter with a demon. DESC:You have learned the Neiyar ways of destroying demons. SOURCEPAGE:p.43 -Accepted Outsider TYPE:General PRETEXT:3rd Generation outsider or lived on the island for over 100 years DESC:You and your people have been on the island so long, you're almost considered a native. SOURCEPAGE:p.43 -Bresha Eyes TYPE:General PRESTAT:1,CHA=13 DESC:Your eyes can mesmerize even the coldest heart. SOURCEPAGE:p.43 -Divine Intervention TYPE:Clerical PRECLASS:1,SPELLCASTER.Divine=1 PREFEAT:1,Extra Turning PRESKILL:1,Knowledge (Religion)=8 DESC:Your Patron Deity watches over you and intercedes on your behalf. SOURCEPAGE:p.43 -Detect Supernaturals TYPE:General PRERACE:1,Neiyar,Mahaulta,Amphikin,Krakodon,Half-Krakodon,Auronne PRESKILL:1,Survival=4 PRESTAT:1,WIS=13 PRETEXT:Native race of Neiyar DESC:You can detect the presence of supernatural creatures. SOURCEPAGE:p.44 +# Feat Name Output Name Type Required AL Req. Att. Required Class Required Feat Prohibited Feat Required Gender Required Race Prohibited Race Required Skill Required Stat Required Text Description Source Page +Abyssal Smiting TYPE:General PREFEAT:1,Secret Teacher !PRERACE:1,Neiyar PRESTAT:1,WIS=14 PRETEXT:Must have had a previous combat encounter with a demon. DESC:You have learned the Neiyar ways of destroying demons. SOURCEPAGE:p.43 +Accepted Outsider TYPE:General PRETEXT:3rd Generation outsider or lived on the island for over 100 years DESC:You and your people have been on the island so long, you're almost considered a native. SOURCEPAGE:p.43 +Bresha Eyes TYPE:General PRESTAT:1,CHA=13 DESC:Your eyes can mesmerize even the coldest heart. SOURCEPAGE:p.43 +Divine Intervention TYPE:Clerical PRECLASS:1,SPELLCASTER.Divine=1 PREFEAT:1,Extra Turning PRESKILL:1,Knowledge (Religion)=8 DESC:Your Patron Deity watches over you and intercedes on your behalf. SOURCEPAGE:p.43 +Detect Supernaturals TYPE:General PRERACE:1,Neiyar,Mahaulta,Amphikin,Krakodon,Half-Krakodon,Auronne PRESKILL:1,Survival=4 PRESTAT:1,WIS=13 PRETEXT:Native race of Neiyar DESC:You can detect the presence of supernatural creatures. SOURCEPAGE:p.44 #PRERACE:1,Neiyar,Mahaulta,Amphikin,Krakodon,Half-Krakodon,Auronne -Draconic Blood TYPE:General DESC:You have Krakodonian blood in you, and benefit from its strength. SOURCEPAGE:p.44 -Dreamcaster TYPE:Spellcaster PRECLASS:1,SPELLCASTER.Arcane=2 PREFEAT:3,Iron Will,Silent Spell,Still Spell PRESTAT:1,WIS=14 DESC:You can cast certain spells even when asleep or unconscious. SOURCEPAGE:p.44 -Eccentric Personality TYPE:General PREALIGN:CG,CN,CE !PREFEAT:Creepy DESC:People think you are a bit...off. You get away with things others can't because of it. SOURCEPAGE:p.44 -Fiendish Ally TYPE:General DESC:You have a friend amoung the legions of hell--sort of. SOURCEPAGE:p.44 -Heart of the Warrior TYPE:Fighter PREATT:7 PREFEAT:2,Iron Will,Toughness PRESTAT:1,CON=14 DESC:Your strength of will allows you to continue fighting when others have fallen. SOURCEPAGE:p.44 -Investigator ~ Neiyar OUTPUTNAME:Investigator TYPE:General !PREFEAT:Gullible PRESKILL:2,Gather Information,Sense Motive=5 PRESTAT:1,WIS=14 DESC:You have a knack for getting to the bottom of a problem or solving a mystery. SOURCEPAGE:p.45 +Draconic Blood TYPE:General DESC:You have Krakodonian blood in you, and benefit from its strength. SOURCEPAGE:p.44 +Dreamcaster TYPE:Spellcaster PRECLASS:1,SPELLCASTER.Arcane=2 PREFEAT:3,Iron Will,Silent Spell,Still Spell PRESTAT:1,WIS=14 DESC:You can cast certain spells even when asleep or unconscious. SOURCEPAGE:p.44 +Eccentric Personality TYPE:General PREALIGN:CG,CN,CE !PREFEAT:1,Creepy DESC:People think you are a bit...off. You get away with things others can't because of it. SOURCEPAGE:p.44 +Fiendish Ally TYPE:General DESC:You have a friend amoung the legions of hell--sort of. SOURCEPAGE:p.44 +Heart of the Warrior TYPE:Fighter PREATT:7 PREFEAT:2,Iron Will,Toughness PRESTAT:1,CON=14 DESC:Your strength of will allows you to continue fighting when others have fallen. SOURCEPAGE:p.44 +Investigator ~ Neiyar OUTPUTNAME:Investigator TYPE:General !PREFEAT:1,Gullible PRESKILL:2,Gather Information,Sense Motive=5 PRESTAT:1,WIS=14 DESC:You have a knack for getting to the bottom of a problem or solving a mystery. SOURCEPAGE:p.45 ### COMMENT: Duplicate with SRD???? Used different key name. -Mechanically Adept TYPE:General PRESKILL:1,TYPE.Craft=4 PRESTAT:1,INT=14 DESC:You have the ability to fix just about anything. SOURCEPAGE:p.45 -Memory TYPE:General PRESTAT:1,INT=14 DESC:You are a walking library, remembering information others have long forgotten. SOURCEPAGE:p.45 -Natural Linguist TYPE:General PRESTAT:1,INT=14 DESC:Your grasp of language leaves others speechless SOURCEPAGE:p.45 -Repair Mastery TYPE:General PREFEAT:1,Mechanically Adept PRESKILL:1,Spellcraft=4 DESC:You have an almost supernatural way of repairing even magical items. SOURCEPAGE:p.45 -Smite Demonic Creatures TYPE:General PREATT:5 PRERACE:1,Neiyar,Mahaulta,Amphikin,Krakodon,Half-Krakodon,Auronne PRESKILL:1,Knowledge (Abyssal)=4 PRETEXT:Native race of Neiyar DESC:Your knowledge of the enemy allows you to cause greater damage to abyssal creatures than normal. SOURCEPAGE:p.45 -Secret Teacher TYPE:General PREGENDER:1,Male PRERACE:1,Neiyar DESC:You have a mentor who is willing to ignore the constraints of Neiyar society and teach you in private. SOURCEPAGE:p.45 -Track Talker TYPE:General PREFEAT:2,Expertise,Dodge PRESKILL:1,Bluff=4 PRESTAT:1,CHA=14 DESC:You know how to get your opponents off their game with a well-placed insult. SOURCEPAGE:p.45 -Unique Resistance TYPE:General PREFEAT:1,Achilles' Heel,Vulnerability DESC:Like any good superhero, you have a special resistance. SOURCEPAGE:p.46 -Visions TYPE:General DESC:You get involuntary glimpses of the future. SOURCEPAGE:p.46 -Wealthy TYPE:General DESC:Either you come from an established merchant family, or received some inheritance. Regardless, you have more starting money that the average adventurer. SOURCEPAGE:p.46 +Mechanically Adept TYPE:General PRESKILL:1,TYPE.Craft=4 PRESTAT:1,INT=14 DESC:You have the ability to fix just about anything. SOURCEPAGE:p.45 +Memory TYPE:General PRESTAT:1,INT=14 DESC:You are a walking library, remembering information others have long forgotten. SOURCEPAGE:p.45 +Natural Linguist TYPE:General PRESTAT:1,INT=14 DESC:Your grasp of language leaves others speechless SOURCEPAGE:p.45 +Repair Mastery TYPE:General PREFEAT:1,Mechanically Adept PRESKILL:1,Spellcraft=4 DESC:You have an almost supernatural way of repairing even magical items. SOURCEPAGE:p.45 +Smite Demonic Creatures TYPE:General PREATT:5 PRERACE:1,Neiyar,Mahaulta,Amphikin,Krakodon,Half-Krakodon,Auronne PRESKILL:1,Knowledge (Abyssal)=4 PRETEXT:Native race of Neiyar DESC:Your knowledge of the enemy allows you to cause greater damage to abyssal creatures than normal. SOURCEPAGE:p.45 +Secret Teacher TYPE:General PREGENDER:1,Male PRERACE:1,Neiyar DESC:You have a mentor who is willing to ignore the constraints of Neiyar society and teach you in private. SOURCEPAGE:p.45 +Track Talker TYPE:General PREFEAT:2,Expertise,Dodge PRESKILL:1,Bluff=4 PRESTAT:1,CHA=14 DESC:You know how to get your opponents off their game with a well-placed insult. SOURCEPAGE:p.45 +Unique Resistance TYPE:General PREFEAT:1,Achilles' Heel,Vulnerability DESC:Like any good superhero, you have a special resistance. SOURCEPAGE:p.46 +Visions TYPE:General DESC:You get involuntary glimpses of the future. SOURCEPAGE:p.46 +Wealthy TYPE:General DESC:Either you come from an established merchant family, or received some inheritance. Regardless, you have more starting money that the average adventurer. SOURCEPAGE:p.46 # ## EOF # Modified: Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats_hidden.lst =================================================================== --- Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats_hidden.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/bardsandsages/neiyar/neiyar/neiyar_feats_hidden.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -31,12 +31,12 @@ ###Block:Flaw Modifications: # Feat Name Prohibited Feat -Iron Will.MOD !PREFEAT:Weak willed -Investigator.MOD !PREFEAT:Gullible -Leadership.MOD !PREFEAT:Creepy -Lightning Reflexes.MOD !PREFEAT:Skittish -Combat Reflexes.MOD !PREFEAT:Skittish -Toughness.MOD !PREFEAT:Easily Bruised +Iron Will.MOD !PREFEAT:1,Weak willed +Investigator.MOD !PREFEAT:1,Gullible +Leadership.MOD !PREFEAT:1,Creepy +Lightning Reflexes.MOD !PREFEAT:1,Skittish +Combat Reflexes.MOD !PREFEAT:1,Skittish +Toughness.MOD !PREFEAT:1,Easily Bruised ###Flaws changed to Feats, redid the PRExxx -- Andrew Modified: Trunk/pcgen/data/alpha/fantasycommunitycouncil/diadamon_pantheon/diadamon_feat.lst =================================================================== --- Trunk/pcgen/data/alpha/fantasycommunitycouncil/diadamon_pantheon/diadamon_feat.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/fantasycommunitycouncil/diadamon_pantheon/diadamon_feat.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,25 +1,25 @@ -# CVS $Revision$ $Author$ -- Fri Nov 23 01:10:13 2007 -- reformated by prettylst.pl v1.38 (build 2788) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:34:12 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Diadamon Pantheon SOURCESHORT:DP SOURCEWEB:http://www.dcrouzet.net/nbomisc/ -# Feat Name Type Req. Att. Required Class Required Deity Required Domain Required Feat Required Lvl Required Skill Required Stat Description Stackable? Multiple? Choose Save checks bonus Combat bonus Bonus to skill Class Skill Source Page -Agonizing Blow TYPE:General PREATT:5 PREDEITY:Mor Brawg PRESTAT:1,WIS=13 DESC:You are particularly good at using a melee weapon to inflict especially painful wounds. SOURCEPAGE:p.53 -Arcane Empowerment TYPE:Special PRECLASS:1,Cleric=1 PREDEITY:Zykhiralamshad PREDOMAIN:1,Magic PRESTAT:1,INT=13 DESC:You can pray for a limited number of arcane spells from the same school. SOURCEPAGE:p.45 -Athletic TYPE:General PREDEITY:Shizle PRESTAT:2,STR=13,DEX=13 DESC:You are trained in the physical skills used in sporting competitions. BONUS:SKILL|Balance,Climb,Jump,Swim,Tumble|1 CSKILL:Balance|Climb|Jump|Swim|Tumble SOURCEPAGE:p.70 -Divine Inquiry TYPE:General PREDEITY:Xo PREFEAT:1,Alertness PRESTAT:2,CHA=13,INT=13 DESC:You are particularly skilled at gathering information from various sources. BONUS:SKILL|Read Lips,Gather Information,Decipher Script|1 CSKILL:Read Lips|Gather Information|Decipher Script SOURCEPAGE:p.99 -Dweomer Sense TYPE:General PREDEITY:Zykhiralamshad PREFEAT:1,Alertness PRESKILL:1,Knowledge (Arcana)=6 DESC:You have an innate sense of magical activity in the vicinity. SOURCEPAGE:p.45 -Earthen Vigor TYPE:General PREDEITY:Ar Talath PRESTAT:1,CON=13 DESC:You benefit from the resilience of the surrounding plains SOURCEPAGE:p.15 -Flora Ward TYPE:General PREDEITY:Fel shire PRESTAT:1,WIS=13 DESC:You are intimately familiar with the ways of the wilds. BONUS:SKILL|Profession (Herbalist)|1 CSKILL:Knowledge (Nature)|Wilderness Lore SOURCEPAGE:p.65 -Gloom Weaving TYPE:General PREDEITY:Te oberon PRELEVEL:MIN=5 DESC:You can counter any light or darknessbased spells. SOURCEPAGE:p.57 -Guardian TYPE:General PREDEITY:Silvera PRESTAT:1,WIS=13 DESC:You are trained to be especially proficient at guarding a location or spotting deception. BONUS:SKILL|Listen,Sense Motive,Spot|1 CSKILL:Listen|Sense Motive|Spot SOURCEPAGE:p.24 -Intuition TYPE:General PREDEITY:Rhysael PRESTAT:1,WIS=13 DESC:You have an uncanny ability to make the right choice when there is little information on which to base a decision. BONUS:CHECKS|Reflex|1 BONUS:COMBAT|INITIATIVE|1 SOURCEPAGE:p.96 -Lore Delving TYPE:General PREDEITY:Althain PRESKILL:1,TYPE.Knowledge=4 PRESTAT:1,INT=13 DESC:You are proficient at languages and knowledge skills. CSKILL:TYPE.Knowledge|Speak Language SOURCEPAGE:p.12 -Lycanthropic Mastery TYPE:Special PRECLASS:1,Cleric=1 PREDEITY:Beshada PREFEAT:1,Iron Will PRESTAT:1,CON=13 DESC:You possess an exceptional resistance to the curse of lycanthropy and a powerful presence among those who are infected. SOURCEPAGE:p.17 -Mental Focus TYPE:General PREDEITY:Althain PREFEAT:1,Iron Will PRESTAT:1,INT=13 DESC:You have an unusually calm mind that can be intensely focused. SOURCEPAGE:p.12 -Nuances TYPE:General PREDEITY:Eptielle PRESTAT:2,WIS=13,CHA=13 DESC:You are trained to be proficient at the subtle arts of social interaction. BONUS:SKILL|Diplomacy,Innuendo,Bluff,Gather Information,Sense Motive|1 CSKILL:Diplomacy|Innuendo|Bluff|Gather Information|Sense Motive SOURCEPAGE:p.36 -Observant TYPE:General PREDEITY:Finos PRESTAT:1,WIS=13 DESC:You are trained to be highly observant and to notice details that others would miss. BONUS:SKILL|Listen,Sense Motive,Spot|1 CSKILL:Listen|Sense Motive|Spot SOURCEPAGE:p.40 -Plunder TYPE:General PREDEITY:Skap ne PRESTAT:1,WIS=13 DESC:You are trained to be particularly efficient at the brute force techniques of looting and pillaging. BONUS:SKILL|Appraise,Disable Device,Search|1 CSKILL:Appraise|Disable Device|Search SOURCEPAGE:p.72 -Radiate Fear TYPE:General PREDEITY:Dyarx PRESKILL:1,Intimidate=6 DESC:You can radiate an almost palpable aura of fear that will frighten anybody you approach. SOURCEPAGE:p.48 -Rodent Empathy TYPE:General PREDEITY:Vilnibog PRESTAT:1,CHA=11 DESC:You are on very good terms with rats and rat-like creatures. SOURCEPAGE:p.61 -Sneakiness TYPE:General PREDEITY:Thorn PRESTAT:2,CHA=13,DEX=13 DESC:You are trained to be adept at the subtle arts of deception. BONUS:SKILL|Bluff,Disguise,Hide,Move Silently|1 CSKILL:Bluff|Disguise|Hide|Move Silently SOURCEPAGE:p.76 -Talent TYPE:General PREDEITY:Virac PREFEAT:1,Skill Focus DESC:You have discovered an exceptional ability in a non-physical skill. STACK:NO MULT:YES CHOOSE:SKILLSNAMED|TYPE.Intelligence|TYPE.Wisdom|TYPE.Charisma BONUS:SKILL|LIST|1 CSKILL:LIST SOURCEPAGE:p.98 -Traveller TYPE:General PREDEITY:Ies lorn PRESTAT:1,STR=13 DESC:You are adept at various modes of travel. BONUS:SKILL|Handle Animal,Profession (Sailor),Ride,Swim|1 CSKILL:Handle Animal|Profession (Sailor)|Ride|Swim SOURCEPAGE:p.88 +# Feat Name Type Req. Att. Required Class Required Deity Required Domain Required Feat Required Lvl Required Skill Required Stat Description Stackable? Multiple? Choose Save checks bonus Combat bonus Bonus to skill Class Skill Source Page +Agonizing Blow TYPE:General PREATT:5 PREDEITY:1,Mor Brawg PRESTAT:1,WIS=13 DESC:You are particularly good at using a melee weapon to inflict especially painful wounds. SOURCEPAGE:p.53 +Arcane Empowerment TYPE:Special PRECLASS:1,Cleric=1 PREDEITY:1,Zykhiralamshad PREDOMAIN:1,Magic PRESTAT:1,INT=13 DESC:You can pray for a limited number of arcane spells from the same school. SOURCEPAGE:p.45 +Athletic TYPE:General PREDEITY:1,Shizle PRESTAT:2,STR=13,DEX=13 DESC:You are trained in the physical skills used in sporting competitions. BONUS:SKILL|Balance,Climb,Jump,Swim,Tumble|1 CSKILL:Balance|Climb|Jump|Swim|Tumble SOURCEPAGE:p.70 +Divine Inquiry TYPE:General PREDEITY:1,Xo PREFEAT:1,Alertness PRESTAT:2,CHA=13,INT=13 DESC:You are particularly skilled at gathering information from various sources. BONUS:SKILL|Read Lips,Gather Information,Decipher Script|1 CSKILL:Read Lips|Gather Information|Decipher Script SOURCEPAGE:p.99 +Dweomer Sense TYPE:General PREDEITY:1,Zykhiralamshad PREFEAT:1,Alertness PRESKILL:1,Knowledge (Arcana)=6 DESC:You have an innate sense of magical activity in the vicinity. SOURCEPAGE:p.45 +Earthen Vigor TYPE:General PREDEITY:1,Ar Talath PRESTAT:1,CON=13 DESC:You benefit from the resilience of the surrounding plains SOURCEPAGE:p.15 +Flora Ward TYPE:General PREDEITY:1,Fel shire PRESTAT:1,WIS=13 DESC:You are intimately familiar with the ways of the wilds. BONUS:SKILL|Profession (Herbalist)|1 CSKILL:Knowledge (Nature)|Wilderness Lore SOURCEPAGE:p.65 +Gloom Weaving TYPE:General PREDEITY:1,Te oberon PRELEVEL:MIN=5 DESC:You can counter any light or darknessbased spells. SOURCEPAGE:p.57 +Guardian TYPE:General PREDEITY:1,Silvera PRESTAT:1,WIS=13 DESC:You are trained to be especially proficient at guarding a location or spotting deception. BONUS:SKILL|Listen,Sense Motive,Spot|1 CSKILL:Listen|Sense Motive|Spot SOURCEPAGE:p.24 +Intuition TYPE:General PREDEITY:1,Rhysael PRESTAT:1,WIS=13 DESC:You have an uncanny ability to make the right choice when there is little information on which to base a decision. BONUS:CHECKS|Reflex|1 BONUS:COMBAT|INITIATIVE|1 SOURCEPAGE:p.96 +Lore Delving TYPE:General PREDEITY:1,Althain PRESKILL:1,TYPE.Knowledge=4 PRESTAT:1,INT=13 DESC:You are proficient at languages and knowledge skills. CSKILL:TYPE.Knowledge|Speak Language SOURCEPAGE:p.12 +Lycanthropic Mastery TYPE:Special PRECLASS:1,Cleric=1 PREDEITY:1,Beshada PREFEAT:1,Iron Will PRESTAT:1,CON=13 DESC:You possess an exceptional resistance to the curse of lycanthropy and a powerful presence among those who are infected. SOURCEPAGE:p.17 +Mental Focus TYPE:General PREDEITY:1,Althain PREFEAT:1,Iron Will PRESTAT:1,INT=13 DESC:You have an unusually calm mind that can be intensely focused. SOURCEPAGE:p.12 +Nuances TYPE:General PREDEITY:1,Eptielle PRESTAT:2,WIS=13,CHA=13 DESC:You are trained to be proficient at the subtle arts of social interaction. BONUS:SKILL|Diplomacy,Innuendo,Bluff,Gather Information,Sense Motive|1 CSKILL:Diplomacy|Innuendo|Bluff|Gather Information|Sense Motive SOURCEPAGE:p.36 +Observant TYPE:General PREDEITY:1,Finos PRESTAT:1,WIS=13 DESC:You are trained to be highly observant and to notice details that others would miss. BONUS:SKILL|Listen,Sense Motive,Spot|1 CSKILL:Listen|Sense Motive|Spot SOURCEPAGE:p.40 +Plunder TYPE:General PREDEITY:1,Skap ne PRESTAT:1,WIS=13 DESC:You are trained to be particularly efficient at the brute force techniques of looting and pillaging. BONUS:SKILL|Appraise,Disable Device,Search|1 CSKILL:Appraise|Disable Device|Search SOURCEPAGE:p.72 +Radiate Fear TYPE:General PREDEITY:1,Dyarx PRESKILL:1,Intimidate=6 DESC:You can radiate an almost palpable aura of fear that will frighten anybody you approach. SOURCEPAGE:p.48 +Rodent Empathy TYPE:General PREDEITY:1,Vilnibog PRESTAT:1,CHA=11 DESC:You are on very good terms with rats and rat-like creatures. SOURCEPAGE:p.61 +Sneakiness TYPE:General PREDEITY:1,Thorn PRESTAT:2,CHA=13,DEX=13 DESC:You are trained to be adept at the subtle arts of deception. BONUS:SKILL|Bluff,Disguise,Hide,Move Silently|1 CSKILL:Bluff|Disguise|Hide|Move Silently SOURCEPAGE:p.76 +Talent TYPE:General PREDEITY:1,Virac PREFEAT:1,Skill Focus DESC:You have discovered an exceptional ability in a non-physical skill. STACK:NO MULT:YES CHOOSE:SKILLSNAMED|TYPE.Intelligence|TYPE.Wisdom|TYPE.Charisma BONUS:SKILL|LIST|1 CSKILL:LIST SOURCEPAGE:p.98 +Traveller TYPE:General PREDEITY:1,Ies lorn PRESTAT:1,STR=13 DESC:You are adept at various modes of travel. BONUS:SKILL|Handle Animal,Profession (Sailor),Ride,Swim|1 CSKILL:Handle Animal|Profession (Sailor)|Ride|Swim SOURCEPAGE:p.88 Modified: Trunk/pcgen/data/alpha/fantasyflightgames/dawnforge/ageoflegend/agelegend_abilities_racial.lst =================================================================== --- Trunk/pcgen/data/alpha/fantasyflightgames/dawnforge/ageoflegend/agelegend_abilities_racial.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/fantasyflightgames/dawnforge/ageoflegend/agelegend_abilities_racial.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:42:02 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Age of Legend SOURCESHORT:ALe SOURCEWEB:http://www.fantasyflightgames.com/df02.html SOURCEDATE:2004-04 # Original Entry by: Ratheof Blithwyn @@ -314,16 +314,16 @@ ######################## ###Block:Lowlander Racial Talents -# Ability Name Category of Ability Type Visible Special ABility Multiple? Selections Choose Save checks bonus Combat bonus Bonus to skill Class Skill Source Page -Elnaria CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Elnaria MULT:NO BONUS:SKILL|Knowledge (Geography)|2|TYPE=Talent CSKILL:Knowledge (Geography) SOURCEPAGE:p.47 +# Ability Name Category of Ability Type Visible Special ABility Multiple? Selections Choose Save checks bonus Combat bonus Bonus to skill Class Skill Source Page +Elnaria CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Elnaria MULT:NO BONUS:SKILL|Knowledge (Geography)|2|TYPE=Talent CSKILL:Knowledge (Geography) SOURCEPAGE:p.47 #+ a Knowledge skill of his choice... -Larakis CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Larakis MULT:NO SOURCEPAGE:p.47 -Ironwall CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Ironwall MULT:YES SELECT:3 CHOOSE:WEAPONPROFS BONUS:COMBAT|TOHIT.%LIST|1|TYPE=Talent SOURCEPAGE:p.47 +Larakis CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Larakis MULT:NO SOURCEPAGE:p.47 +Ironwall CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Ironwall MULT:YES SELECT:3 CHOOSE:WEAPONPROFS|TYPE=Simple|TYPE=Martial BONUS:COMBAT|TOHIT.%LIST|1|TYPE=Talent SOURCEPAGE:p.47 #TODO:zzzzz Ironwall... -Riversend CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Riversend MULT:NO SOURCEPAGE:p.47 -Seaward CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Seaward MULT:NO BONUS:CHECKS|Fortitude|2|TYPE=Talent SOURCEPAGE:p.47 -Saranor CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Saranor MULT:NO SOURCEPAGE:p.48 -Stormhaven CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Stormhaven MULT:NO BONUS:SKILL|Decipher Script,Forgery|2|TYPE=Talent CSKILL:Decipher Script|Forgery SOURCEPAGE:p.48 +Riversend CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Riversend MULT:NO SOURCEPAGE:p.47 +Seaward CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Seaward MULT:NO BONUS:CHECKS|Fortitude|2|TYPE=Talent SOURCEPAGE:p.47 +Saranor CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Saranor MULT:NO SOURCEPAGE:p.48 +Stormhaven CATEGORY:Dawnforge Ability TYPE:LowlanderRacialTalent VISIBLE:YES SAB:Stormhaven MULT:NO BONUS:SKILL|Decipher Script,Forgery|2|TYPE=Talent CSKILL:Decipher Script|Forgery SOURCEPAGE:p.48 ###Block:Lowlander Racial Transformations # Ability Name Category of Ability Type Visible Special ABility Innate Spells Multiple? Source Page Modified: Trunk/pcgen/data/alpha/malhavocpress/completebookofeldritchmight/completeeldritch_equip_weap_melee_specific.lst =================================================================== --- Trunk/pcgen/data/alpha/malhavocpress/completebookofeldritchmight/completeeldritch_equip_weap_melee_specific.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/malhavocpress/completebookofeldritchmight/completeeldritch_equip_weap_melee_specific.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -16,4 +16,4 @@ Star Sword PROFICIENCY:WEAPON|Longsword TYPE:Enhancement.Weapon.Melee.Martial.Specific.Slashing.Sword COST:28315 WT:4 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d8 EQMOD:STEEL WIELD:OneHanded RANGE:30 SIZE:M SOURCEPAGE:p.168 BONUS:WEAPON|DAMAGE,TOHIT|3|TYPE=Enhancement SPROP:Can fire 3 magical force stars / round, dealing 1d6 damage Tentacle Blade PROFICIENCY:WEAPON|Greatsword TYPE:Enhancement.Weapon.Melee.Martial.Specific.Slashing.Sword COST:4350 WT:15 CRITMULT:x2 CRITRANGE:2 DAMAGE:2d6 EQMOD:STEEL WIELD:TwoHanded SIZE:M SOURCEPAGE:p.168 BONUS:WEAPON|DAMAGE,TOHIT|2|TYPE=Enhancement SPROP:Can extended, to give an additional 5-foot reach Vigorblade PROFICIENCY:WEAPON|Longsword TYPE:Enhancement.Weapon.Melee.Martial.Specific.Slashing.Sword COST:16315 WT:4 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d8 EQMOD:STEEL WIELD:OneHanded RANGE:30 SIZE:M SOURCEPAGE:p.168 BONUS:WEAPON|DAMAGE,TOHIT|1|TYPE=Enhancement SPROP:Inflicts 1 point of STR damage. If in a given day, deals at least 5 points of STR damage, can cast Bull's Strength on wielder -Bloodblade PROFICIENCY:WEAPON|Sword (Bastard) TYPE:Enhancement.Weapon.Melee.Martial.Exotic.Specific.Slashing.Sword COST:0 WT:2 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d10 EQMOD:STEEL.WOUND WIELD:Light SIZE:M SOURCEPAGE:p.196 BONUS:WEAPON|DAMAGE,TOHIT|1|TYPE=Enhancement SPROP:Causes 1 point of con damage from blood loss on successful hit|PRERACE:Demon (D'Stradi Abductor) +Bloodblade PROFICIENCY:WEAPON|Sword (Bastard) TYPE:Enhancement.Weapon.Melee.Martial.Exotic.Specific.Slashing.Sword COST:0 WT:2 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d10 EQMOD:STEEL.WOUND WIELD:Light SIZE:M SOURCEPAGE:p.196 BONUS:WEAPON|DAMAGE,TOHIT|1|TYPE=Enhancement SPROP:Causes 1 point of con damage from blood loss on successful hit|PRERACE:1,Demon (D'Stradi Abductor) Modified: Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_feats.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_feats.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_feats.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Tue Jan 22 22:33:57 2008 -- reformated by prettylst.pl v1.38 (build 4314) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:32:25 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Eldritch Sorcery SOURCESHORT:EldSor SOURCEWEB:http://www.necromancergames.com/ SOURCEDATE:2005-06 # Original Entry by: Tir Gwaith @@ -10,13 +10,13 @@ ###Block: General Feats # Feat Name Type Required Class Required Deity Required Feat Req. Spell Type Required Stat Required Text Var. Min. Value Description Stackable? Multiple? Choose Caster level Save checks bonus Bonus to DC Bonus to skill Modify VAR Source Page Arcane Affinity TYPE:General DESC:You have a knack for learning the mysteries of arcane magic. STACK:NO MULT:YES CHOOSE:NUMCHOICES=1|SPELLCLASSES SOURCEPAGE:p.7 -Atheist TYPE:General PREDEITY:N DESC:You disbelieve the existence of all gods to the point that divine magic has little effect on you. SOURCEPAGE:p.7 +Atheist TYPE:General PREDEITY:1,N DESC:You disbelieve the existence of all gods to the point that divine magic has little effect on you. SOURCEPAGE:p.7 Augment Undead TYPE:General PREFEAT:1,Spell Focus(Necromancy) DESC:Your created or animated undead are more powerful than normal SOURCEPAGE:p.7 Ceremonial Turning TYPE:General PREFEAT:1,Turn Undead,Rebuke Undead DESC:You and several others can combine your turning attempts for greater effect. SOURCEPAGE:p.7 Disciplined TYPE:General DESC:You have a strong mind and determination. You are difficult to distract from your task. BONUS:CHECKS|Will|1 BONUS:SKILL|Concentration|2 SOURCEPAGE:p.7 Divine Affinity TYPE:General DESC:You have a knack for learning the mysteries of divine magic. STACK:NO MULT:YES CHOOSE:NUMCHOICES=1|SPELLCLASSES SOURCEPAGE:p.7 Divine Focus TYPE:General PREFEAT:1,Turn Undead PRESTAT:1,CHA=13 DESC:You are in tune with your deity and can affect undead more easily. BONUS:VAR|TurnCheckUndead,TurnDamagePlusUndead|2|TYPE=Sacred SOURCEPAGE:p.8 -Domain Affinity TYPE:General PREDEITY:Y PRETEXT:Must have alignment within one step of your deity. DESC:You are in tune with the aspects of your patron deity, even if you are not a divine spellcaster. SOURCEPAGE:p.8 +Domain Affinity TYPE:General PREDEITY:1,Y PRETEXT:Must have alignment within one step of your deity. DESC:You are in tune with the aspects of your patron deity, even if you are not a divine spellcaster. SOURCEPAGE:p.8 Elemental Focus TYPE:General DESC:Your spells with the chosen elemental descriptor are more potent than usual. STACK:NO MULT:YES CHOOSE:STRING|Air|Earth|Fire|Water BONUS:DC|DESCRIPTOR.LIST|2 SOURCEPAGE:p.8 Essence Magic TYPE:General PREFEAT:1,Eschew Materials DESC:You can cast spells without relying on material components. SOURCEPAGE:p.8 Herbalist TYPE:General DESC:You easily identify rare herbs used in healing and potion creation. BONUS:SKILL|Heal,Craft (Alchemy)|2 SOURCEPAGE:p.9 Modified: Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_kits_races.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_kits_races.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/necromancergames/eldritchsorcery/eldritchsorcery_kits_races.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,8 +1,8 @@ # CVS $Revision$ $Author$ -- Tue Jan 22 22:33:57 2008 -- reformated by prettylst.pl v1.38 (build 4314) SOURCELONG:Eldritch Sorcery SOURCESHORT:EldSor SOURCEWEB:http://www.necromancergames.com/ SOURCEDATE:2005-06 -STARTPACK:Dust Devil Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dust Devil] -RACE:Dust Devil !PRERACE:% +STARTPACK:Dust Devil Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dust Devil] +RACE:Dust Devil !PRERACE:1,% NAME:Dust Devil ALIGN:TN SKILL:Listen RANK:2 Modified: Trunk/pcgen/data/alpha/parentsbasementgames/murchadslegacy/murchadslegacy_feats.lst =================================================================== --- Trunk/pcgen/data/alpha/parentsbasementgames/murchadslegacy/murchadslegacy_feats.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/parentsbasementgames/murchadslegacy/murchadslegacy_feats.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,25 +1,25 @@ -# CVS $Revision$ $Author$ -- Sat Mar 15 18:55:04 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:55:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Murchad's Legacy SOURCESHORT:Murchad SOURCEWEB:http://www.parentsbasementgames.com #Original Entry: Eddy Anthony (MoSaT) # Background Feats -# Feat Name Type Required Class Prohibited Class Required Deity Prohibited Feat Required Non-Monster Lvl Required Skill Required Text Special ABility Description Stackable? Multiple? Selections Choose Add Save checks bonus Bonus to skill Class Skill Source Page Temporary effect description -Academy Student TYPE:Background PRECLASS:1,Wizard=1,Sorcerer=1 !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:May not take any cultural feat other than "Remarian". DESC:You studied at the Imperial Remarian Academy and have graduated to the rank of "journeyman mage". STACK:NO MULT:YES CHOOSE:SKILLSNAMED|TYPE.Knowledge ADD:LANGUAGE|1|TYPE=Academic BONUS:SKILL|LIST,Spellcraft|2 SOURCEPAGE:p.15 -Fame TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are well known, though not necessarily well liked. ADD:FEAT|1|TYPE=FameSupport SOURCEPAGE:p.15 -Leader TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are used to having a large following and giving orders BONUS:SKILL|TYPE=Social|1 SOURCEPAGE:p.15 -Lone Hunter TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are used to traveling alone and being self-dependant BONUS:SKILL|Heal,Hide,Survival|2 SOURCEPAGE:p.15 -Mariner TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:may not take Galkarnan or Shintai cultural feats. SAB:+4 save vs. fear caused by large creatures DESC:You have experience with open sea and/or major river shipping. You have fought, or at least fled from, large and chilling aquatic monsters on occasion BONUS:SKILL|Heal,Hide,Survival|2 SOURCEPAGE:p.15 -Military TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have served or spend a great deal of time with a military body ADD:FEAT|1|TYPE=MilitaryWeapon SOURCEPAGE:p.15 -Mountaineer TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have spent time hunting, prospecting, exploring or just subsisting in the mountains SOURCEPAGE:p.16 -Orator TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:The character has the ability to give speeches that motivate others and is used to talking in front of large crowds SOURCEPAGE:p.16 -Pious TYPE:Background PREDEITY:Y !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRESKILL:1,Knowledge (Religion)=1 DESC:The character has great faith in a power and draws from that power\x92s influence BONUS:CHECKS|Fortitude|3|TYPE=Divine|PREDEITY:Denarka,Donica,Gontier,Voporix BONUS:CHECKS|Will|3|TYPE=Divine|PREDEITY:Arina,Aquan,Pyrna,Geoan BONUS:CHECKS|Fortitude|3|TYPE=Divine|!PREDEITY:Arina,Aquan,Pyrna,Geoan,Denarka,Donica,Gontier,Voporix BONUS:CHECKS|Reflex|3|TYPE=Divine|PREAPPLY:PC BONUS:CHECKS|Fortitude|-3|PREAPPLY:PC SOURCEPAGE:p.16 TEMPDESC:Apply this if your DM is allowing you to apply this feat to Reflex rather than Fortitude -Self Taught TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:May not take cultural feats. STACK:NO MULT:YES SELECT:2 CHOOSE:NUMCHOICES=1|SKILLSNAMED|ALL CSKILL:LIST SOURCEPAGE:p.16 -Tutored TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have studied underneath an arcane caster ADD:FEAT|1|Tutored Knowledge ADD:FEAT|1|Tutored Craft BONUS:SKILL|Spellcraft|2 SOURCEPAGE:p.16 -Underworld TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have connections that are beneath the law BONUS:SKILL|Gather Information|6|TYPE=Temporary|PREAPPLY:PC BONUS:SKILL|Intimidate|4|TYPE=Temporary|PREAPPLY:PC SOURCEPAGE:p.16 TEMPDESC:Both of these bonuses are only applicable in one city and a ten-mile radius from that city, apply this when you are within your choosen city. -Urbanite TYPE:Background !PRECLASS:1,Barbarian,Druid,Ranger !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are at home in the cities and are able to move within them without much difficulty. You are socially adept and have an easy time of getting your way with people. BONUS:SKILL|Bluff,Diplomacy,Sense Motive|2 SOURCEPAGE:p.16 -Villager TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are from a small community. STACK:NO MULT:YES CHOOSE:NUMCHOICES=1|SKILLSNAMED|TYPE=Craft BONUS:SKILL|LIST,Handle Animal,Heal|2 SOURCEPAGE:p.16 -Wealthy TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:May NOT take the Gadohig cultural feat. DESC:You possess (or once had) more money than most other people. STACK:NO MULT:YES CHOOSE:NUMCHOICES=1|SKILLSNAMED|Bluff|Diplomacy BONUS:SKILL|LIST,Appraise|2 SOURCEPAGE:p.16 +# Feat Name Type Required Class Prohibited Class Required Deity Prohibited Feat Required Non-Monster Lvl Required Skill Required Text Special ABility Description Stackable? Multiple? Selections Choose Add Save checks bonus Bonus to skill Class Skill Source Page Temporary effect description +Academy Student TYPE:Background PRECLASS:1,Wizard=1,Sorcerer=1 !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:May not take any cultural feat other than "Remarian". DESC:You studied at the Imperial Remarian Academy and have graduated to the rank of "journeyman mage". STACK:NO MULT:YES CHOOSE:SKILLSNAMED|TYPE.Knowledge ADD:LANGUAGE|1|TYPE=Academic BONUS:SKILL|LIST,Spellcraft|2 SOURCEPAGE:p.15 +Fame TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are well known, though not necessarily well liked. ADD:FEAT|1|TYPE=FameSupport SOURCEPAGE:p.15 +Leader TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are used to having a large following and giving orders BONUS:SKILL|TYPE=Social|1 SOURCEPAGE:p.15 +Lone Hunter TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are used to traveling alone and being self-dependant BONUS:SKILL|Heal,Hide,Survival|2 SOURCEPAGE:p.15 +Mariner TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:may not take Galkarnan or Shintai cultural feats. SAB:+4 save vs. fear caused by large creatures DESC:You have experience with open sea and/or major river shipping. You have fought, or at least fled from, large and chilling aquatic monsters on occasion BONUS:SKILL|Heal,Hide,Survival|2 SOURCEPAGE:p.15 +Military TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have served or spend a great deal of time with a military body ADD:FEAT|1|TYPE=MilitaryWeapon SOURCEPAGE:p.15 +Mountaineer TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have spent time hunting, prospecting, exploring or just subsisting in the mountains SOURCEPAGE:p.16 +Orator TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:The character has the ability to give speeches that motivate others and is used to talking in front of large crowds SOURCEPAGE:p.16 +Pious TYPE:Background PREDEITY:1,Y !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRESKILL:1,Knowledge (Religion)=1 DESC:The character has great faith in a power and draws from that power\x92s influence BONUS:CHECKS|Fortitude|3|TYPE=Divine|PREDEITY:1,Denarka,Donica,Gontier,Voporix BONUS:CHECKS|Will|3|TYPE=Divine|PREDEITY:1,Arina,Aquan,Pyrna,Geoan BONUS:CHECKS|Fortitude|3|TYPE=Divine|!PREDEITY:1,Arina,Aquan,Pyrna,Geoan,Denarka,Donica,Gontier,Voporix BONUS:CHECKS|Reflex|3|TYPE=Divine|PREAPPLY:PC BONUS:CHECKS|Fortitude|-3|PREAPPLY:PC SOURCEPAGE:p.16 TEMPDESC:Apply this if your DM is allowing you to apply this feat to Reflex rather than Fortitude +Self Taught TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:May not take cultural feats. STACK:NO MULT:YES SELECT:2 CHOOSE:NUMCHOICES=1|SKILLSNAMED|ALL CSKILL:LIST SOURCEPAGE:p.16 +Tutored TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have studied underneath an arcane caster ADD:FEAT|1|Tutored Knowledge ADD:FEAT|1|Tutored Craft BONUS:SKILL|Spellcraft|2 SOURCEPAGE:p.16 +Underworld TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You have connections that are beneath the law BONUS:SKILL|Gather Information|6|TYPE=Temporary|PREAPPLY:PC BONUS:SKILL|Intimidate|4|TYPE=Temporary|PREAPPLY:PC SOURCEPAGE:p.16 TEMPDESC:Both of these bonuses are only applicable in one city and a ten-mile radius from that city, apply this when you are within your choosen city. +Urbanite TYPE:Background !PRECLASS:1,Barbarian,Druid,Ranger !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are at home in the cities and are able to move within them without much difficulty. You are socially adept and have an easy time of getting your way with people. BONUS:SKILL|Bluff,Diplomacy,Sense Motive|2 SOURCEPAGE:p.16 +Villager TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 DESC:You are from a small community. STACK:NO MULT:YES CHOOSE:NUMCHOICES=1|SKILLSNAMED|TYPE=Craft BONUS:SKILL|LIST,Handle Animal,Heal|2 SOURCEPAGE:p.16 +Wealthy TYPE:Background !PREFEAT:1,TYPE.Background PREPCLEVEL:MAX=1 PRETEXT:May NOT take the Gadohig cultural feat. DESC:You possess (or once had) more money than most other people. STACK:NO MULT:YES CHOOSE:NUMCHOICES=1|SKILLSNAMED|Bluff|Diplomacy BONUS:SKILL|LIST,Appraise|2 SOURCEPAGE:p.16 ###Block: Cultural Feats Modified: Trunk/pcgen/data/alpha/seculargames/arcanearcher/arcanearcher_spells.lst =================================================================== --- Trunk/pcgen/data/alpha/seculargames/arcanearcher/arcanearcher_spells.lst 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/alpha/seculargames/arcanearcher/arcanearcher_spells.lst 2008-03-30 04:59:35 UTC (rev 5756) @@ -1,9 +1,9 @@ -# CVS $Revision$ $Author$ -- Tue Aug 21 21:00:33 2007 -- reformated by prettylst.pl v1.38 (build 2788) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:57:10 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Advanced Character Guide - Arcane Archer SOURCESHORT:ArcaneArcher SOURCEWEB:http://paginas.terra.com.br/lazer/tiagobhz/secular/site/products.html#aa #Originally done by Paul W. King -# Spell Name Output Name Classes of caster School Sub-School Spell Descriptors Type Components Casting Time Range Target Area or Effect Duration Save Info Spell Resistance XP Cost Req. Equipement Bonus to skill Source Page -Bow of the Ages SCHOOL:Conjuration SUBSCHOOL:Creation TYPE:Arcane COMPS:V, S, F, XP RANGE:0 ft DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:see text XPCOST:150 PREEQUIP:Oathbow SOURCEPAGE:p.33 -Eye of the Hawk CLASSES:Bard,Druid,Ranger=1 SCHOOL:Transmutation TYPE:Arcane.Divine COMPS:V, S, DF, F CASTTIME:1 standard action RANGE:Touch TARGETAREA:Creature touched DURATION:(CASTERLEVEL) minutes [D] SAVEINFO:Will negates (harmless) SPELLRES:Yes BONUS:SKILL|Search,Spot|10|TYPE=Enhancement|PREAPPLY:ANYPC SOURCEPAGE:p.33 -Freezing Shot CLASSES:Sorcerer,Wizard=2 SCHOOL:Evocation DESCRIPTOR:Cold TYPE:Arcane COMPS:V, S, M CASTTIME:1 standard action RANGE:Long DURATION:Instantaneous SAVEINFO:Fortitude partial SPELLRES:Yes SOURCEPAGE:p.33 -True Strike (Greater) OUTPUTNAME:Greater True Strike CLASSES:Sorcerer,Wizard=2 SCHOOL:Divination TYPE:Arcane COMPS:V, S CASTTIME:1 free action RANGE:Personal DURATION:See text SOURCEPAGE:p.33 +# Spell Name Output Name Classes of caster School Sub-School Spell Descriptors Type Components Casting Time Range Target Area or Effect Duration Save Info Spell Resistance XP Cost Req. Equipement Bonus to skill Source Page +Bow of the Ages SCHOOL:Conjuration SUBSCHOOL:Creation TYPE:Arcane COMPS:V, S, F, XP RANGE:0 ft DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:see text XPCOST:150 PREEQUIP:1,Oathbow SOURCEPAGE:p.33 +Eye of the Hawk CLASSES:Bard,Druid,Ranger=1 SCHOOL:Transmutation TYPE:Arcane.Divine COMPS:V, S, DF, F CASTTIME:1 standard action RANGE:Touch TARGETAREA:Creature touched DURATION:(CASTERLEVEL) minutes [D] SAVEINFO:Will negates (harmless) SPELLRES:Yes BONUS:SKILL|Search,Spot|10|TYPE=Enhancement|PREAPPLY:ANYPC SOURCEPAGE:p.33 +Freezing Shot CLASSES:Sorcerer,Wizard=2 SCHOOL:Evocation DESCRIPTOR:Cold TYPE:Arcane COMPS:V, S, M CASTTIME:1 standard action RANGE:Long DURATION:Instantaneous SAVEINFO:Fortitude partial SPELLRES:Yes SOURCEPAGE:p.33 +True Strike (Greater) OUTPUTNAME:Greater True Strike CLASSES:Sorcerer,Wizard=2 SCHOOL:Divination TYPE:Arcane COMPS:V, S CASTTIME:1 free action RANGE:Personal DURATION:See text SOURCEPAGE:p.33 Modified: Trunk/pcgen/data/permissioned/alderacentgroup/dungeons/dungeons_35e/dungeons_35e.pcc =================================================================== --- Trunk/pcgen/data/permissioned/alderacentgroup/dungeons/dungeons_35e/dungeons_35e.pcc 2008-03-30 04:58:35 UTC (rev 5755) +++ Trunk/pcgen/data/permissioned/alderacentgroup/dungeons/dungeons_35e/dungeons_35e.pcc 2008-03-30 04:59:35 UTC (rev 5756) @@ -26,7 +26,6 @@ URL:Amazon.com|http://www.amazon.com/Dungeons-Aeg/dp/1887953272/ref=sr_1_6?ie=UTF8&s=books&qid=1205896236&sr=1-6|Buy this book from Amazon.com! CLASS:dungeonsclasses_35e.lst -FEAT:dungeonsclassfeats_35e.lst FEAT:dungeonsfeats_35e.lst CLASS:../dungeonsclasses.lst This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-30 04:58:31
|
Revision: 5755 http://pcgen.svn.sourceforge.net/pcgen/?rev=5755&view=rev Author: eddyanthony Date: 2008-03-29 21:58:35 -0700 (Sat, 29 Mar 2008) Log Message: ----------- [ 1929157 ] [Beta] Full data load testing, PRERACE syntax update and other fixes Modified Paths: -------------- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_dragons.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_specific.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_feats_hidden.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__animals.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__extra.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_a.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_b.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_c.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_d.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_demons.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_devils.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_e.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_f.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_g.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_h.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_i_j.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_k.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_l.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_m.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_n_o.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_p.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_psionic.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_q_r.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_s.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_t.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_template.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_u_v.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_w.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_y_z.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_monster.lst Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_vipers.lst Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_dragons.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_dragons.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_dragons.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -1,11 +1,11 @@ -# CVS $Revision$ $Author$ -- Tue Aug 21 21:00:33 2007 -- reformated by prettylst.pl v1.38 (build 2788) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:50:58 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> # Class Name Hit Dice Type Max Level Source Page Save checks bonus Combat bonus CLASS:Cloud Dragon HD:12 TYPE:Monster MAXLEVEL:NOLIMIT SOURCEPAGE:p. 162 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex,BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required Race Reg. Race Type -CLASS:Cloud Dragon PRERACE:Dragon (Cloud% PRERACETYPE:Dragon +# Class Name Required Race Reg. Race Type +CLASS:Cloud Dragon PRERACE:1,Dragon (Cloud% PRERACETYPE:Dragon # Class Name Skill Pts/Lvl Add INT to Skill Points? Class Skill CLASS:Cloud Dragon STARTSKILLPTS:6 MODTOSKILLS:YES CSKILL:Listen|Search|Spot|Concentration|Diplomacy|Escape Artist|Intimidate|TYPE.Knowledge|Sense Motive|Use Magic Device 1 VISION:Darkvision (120')|Blindsense (60') BONUS:COMBAT|AC|CL-1|TYPE=NaturalArmor.REPLACE Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_specific.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_specific.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_classes_monsters_specific.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -5,7 +5,7 @@ # Class Name Hit Dice Type Max Level Source Page Save checks bonus Combat bonus Add domain number CLASS:The Oinodaemon HD:8 TYPE:Monster MAXLEVEL:49 SOURCEPAGE:p. 83 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex,BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL BONUS:DOMAIN|NUMBER|3 # Class Name Required Race Reg. Race Type -CLASS:The Oinodaemon PRERACE:Daemon (The Oinodaemon) PRERACETYPE:Outsider +CLASS:The Oinodaemon PRERACE:1,Daemon (The Oinodaemon) PRERACETYPE:Outsider # Class Name Skill Pts/Lvl Add INT to Skill Points? CLASS:The Oinodaemon STARTSKILLPTS:8 MODTOSKILLS:YES 1 ADD:SPELLCASTER|1|Cleric Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_feats_hidden.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_feats_hidden.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_feats_hidden.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -15,8 +15,6 @@ ### Modify Standard feats to be placed in the right category Dodge.MOD TYPE:AC Mobility.MOD TYPE:AC -Uncanny Dodge.MOD TYPE:AC -Improved Uncanny Dodge.MOD TYPE:AC Two Weapon Defense.MOD TYPE:AC Diehard.MOD TYPE:HP Cleave.MOD TYPE:AtkOptions Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__animals.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__animals.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__animals.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,15 +2,15 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Barracuda (Small) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Barracuda (Small)] -RACE:Barracuda (Small) !PRERACE:% +STARTPACK:Barracuda (Small) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Barracuda (Small)] +RACE:Barracuda (Small) !PRERACE:1,% NAME:Small Barracuda ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 FEAT:Alertness -STARTPACK:Barracuda (Medium) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Barracuda (Medium)] -RACE:Barracuda (Medium) !PRERACE:% +STARTPACK:Barracuda (Medium) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Barracuda (Medium)] +RACE:Barracuda (Medium) !PRERACE:1,% NAME:Medium Barracuda ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 @@ -19,8 +19,8 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Barracuda (Large) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Barracuda (Large)] -RACE:Barracuda (Large) !PRERACE:% +STARTPACK:Barracuda (Large) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Barracuda (Large)] +RACE:Barracuda (Large) !PRERACE:1,% NAME:Large Barracuda ALIGN:TN STAT:STR=11|DEX=10|CON=11|INT=11|WIS=10|CHA=10 @@ -30,8 +30,8 @@ FEAT:Power Attack FEAT:Weapon Focus (Bite) -STARTPACK:Caribe (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Caribe (Giant)] -RACE:Caribe (Giant) !PRERACE:% +STARTPACK:Caribe (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Caribe (Giant)] +RACE:Caribe (Giant) !PRERACE:1,% NAME:Giant Caribe ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 @@ -40,7 +40,7 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Common Deer VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Deer%] +STARTPACK:Common Deer VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Deer%] ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -49,18 +49,18 @@ SKILL:Spot RANK:1 FEAT:Run -STARTPACK:Deer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Deer] -RACE:Deer !PRERACE:% +STARTPACK:Deer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Deer] +RACE:Deer !PRERACE:1,% NAME:Deer KIT:Common Deer -STARTPACK:Deer (Black-Tailed) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Deer (Black-Tailed)] -RACE:Deer (Black-Tailed) !PRERACE:% +STARTPACK:Deer (Black-Tailed) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Deer (Black-Tailed)] +RACE:Deer (Black-Tailed) !PRERACE:1,% NAME:Black-Tailed Deer KIT:Common Deer -STARTPACK:Eel (Electric) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eel (Electric)] -RACE:Eel (Electric) !PRERACE:% +STARTPACK:Eel (Electric) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eel (Electric)] +RACE:Eel (Electric) !PRERACE:1,% NAME:Electric Eel ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 @@ -70,8 +70,8 @@ FEAT:Weapon Finesse FEAT:Weapon Focus (Bite) -STARTPACK:Fox Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fox] -RACE:Fox !PRERACE:% +STARTPACK:Fox Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fox] +RACE:Fox !PRERACE:1,% NAME:Fox ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -80,8 +80,8 @@ SKILL:Spot RANK:1 FEAT:Track -STARTPACK:Hamster (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Hamster (Giant)] -RACE:Hamster (Giant) !PRERACE:% +STARTPACK:Hamster (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Hamster (Giant)] +RACE:Hamster (Giant) !PRERACE:1,% NAME:Giant Hamster ALIGN:TN STAT:STR=11|DEX=11|CON=10|INT=11|WIS=10|CHA=10 @@ -91,8 +91,8 @@ FEAT:Alertness FEAT:Endurance -STARTPACK:Hippopotamus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Hippopotamus] -RACE:Hippopotamus !PRERACE:% +STARTPACK:Hippopotamus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Hippopotamus] +RACE:Hippopotamus !PRERACE:1,% NAME:Hippopotamus ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -102,8 +102,8 @@ FEAT:Toughness FEAT:Toughness -STARTPACK:Lizard (Giant Rock-Horned) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Lizard (Giant Rock-Horned)] -RACE:Lizard (Giant Rock-Horned) !PRERACE:% +STARTPACK:Lizard (Giant Rock-Horned) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Lizard (Giant Rock-Horned)] +RACE:Lizard (Giant Rock-Horned) !PRERACE:1,% NAME:Giant Rock-Horned Lizard (Blood Lizard) ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 @@ -112,8 +112,8 @@ FEAT:Alertness FEAT:Weapon Focus (Bite) -STARTPACK:Marmoset (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Marmoset (Giant)] -RACE:Marmoset (Giant) !PRERACE:% +STARTPACK:Marmoset (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Marmoset (Giant)] +RACE:Marmoset (Giant) !PRERACE:1,% NAME:Giant Marmoset ALIGN:TN STAT:STR=11|DEX=11|CON=11|INT=11|WIS=11|CHA=11 @@ -124,8 +124,8 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Moose Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Moose] -RACE:Moose !PRERACE:% +STARTPACK:Moose Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Moose] +RACE:Moose !PRERACE:1,% NAME:Moose ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -136,8 +136,8 @@ FEAT:Alertness FEAT:Endurance -STARTPACK:Quipper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Quipper] -RACE:Quipper !PRERACE:% +STARTPACK:Quipper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Quipper] +RACE:Quipper !PRERACE:1,% NAME:Quipper ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 @@ -145,8 +145,8 @@ SKILL:Spot RANK:2 FEAT:Alertness -STARTPACK:Sheep Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Sheep] -RACE:Sheep !PRERACE:% +STARTPACK:Sheep Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Sheep] +RACE:Sheep !PRERACE:1,% GENDER:Female NAME:Sheep ALIGN:TN @@ -155,8 +155,8 @@ SKILL:Spot RANK:3 FEAT:Alertness -STARTPACK:Sheep (Ram) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Sheep (Ram)] -RACE:Sheep (Ram) !PRERACE:% +STARTPACK:Sheep (Ram) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Sheep (Ram)] +RACE:Sheep (Ram) !PRERACE:1,% NAME:Ram GENDER:Male ALIGN:TN @@ -166,8 +166,8 @@ FEAT:Alertness FEAT:Toughness -STARTPACK:Skunk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Skunk] -RACE:Skunk !PRERACE:% +STARTPACK:Skunk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Skunk] +RACE:Skunk !PRERACE:1,% NAME:Skunk ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -177,8 +177,8 @@ SKILL:Spot RANK:1 FEAT:Alertness -STARTPACK:Tiger Barb (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tiger Barb (Giant)] -RACE:Tiger Barb (Giant) !PRERACE:% +STARTPACK:Tiger Barb (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tiger Barb (Giant)] +RACE:Tiger Barb (Giant) !PRERACE:1,% NAME:Giant Tiger Barb ALIGN:TN STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=10 @@ -187,8 +187,8 @@ FEAT:Alertness FEAT:Weapon Focus (Bite) -STARTPACK:Turtle (Giant Snapping) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Turtle (Giant Snapping)] -RACE:Turtle (Giant Snapping) !PRERACE:% +STARTPACK:Turtle (Giant Snapping) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Turtle (Giant Snapping)] +RACE:Turtle (Giant Snapping) !PRERACE:1,% NAME:Giant Tiger Barb ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__extra.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__extra.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races__extra.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Swarm (Snake) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Swarm (Snake)] +STARTPACK:Swarm (Snake) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Swarm (Snake)] ALIGN:TN -RACE:Swarm (Snake) !PRERACE:% +RACE:Swarm (Snake) !PRERACE:1,% NAME:Swarm (Snake) STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:1 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_a.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_a.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_a.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Adherer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Adherer] +STARTPACK:Adherer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Adherer] ALIGN:LE -RACE:Adherer !PRERACE:% +RACE:Adherer !PRERACE:1,% NAME:Adherer STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:2 @@ -14,9 +14,9 @@ FEAT:Alertness FEAT:Weapon Focus (Slam) -STARTPACK:Aerial Servant Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Aerial Servant] +STARTPACK:Aerial Servant Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Aerial Servant] ALIGN:TN -RACE:Aerial Servant !PRERACE:% +RACE:Aerial Servant !PRERACE:1,% NAME:Aerial Servant STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Listen RANK:4 @@ -31,7 +31,7 @@ FEAT:Power Attack FEAT:Weapon Focus (Slam) -STARTPACK:Common Algoid VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Algoid] +STARTPACK:Common Algoid VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Algoid] ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:2 @@ -41,12 +41,12 @@ FEAT:Alertness FEAT:Iron Will -STARTPACK:Algoid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Algoid] -RACE:Algoid !PRERACE:% +STARTPACK:Algoid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Algoid] +RACE:Algoid !PRERACE:1,% NAME:Algoid KIT:Common Algoid -STARTPACK:Common Al-mi'raj VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Al-mi'raj%] +STARTPACK:Common Al-mi'raj VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Al-mi'raj%] STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 ALIGN:TN SKILL:Hide RANK:1 @@ -55,14 +55,14 @@ SKILL:Survival RANK:1 FEAT:Weapon Finesse -STARTPACK:Default Al-mi'raj VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Al-mi'raj] -RACE:Al-mi'raj !PRERACE:% +STARTPACK:Default Al-mi'raj VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Al-mi'raj] +RACE:Al-mi'raj !PRERACE:1,% NAME:Al-mi'raj KIT:Common Al-mi'raj -STARTPACK:Amphisbaena Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Amphisbaena] +STARTPACK:Amphisbaena Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Amphisbaena] ALIGN:TN -RACE:Amphisbaena !PRERACE:% +RACE:Amphisbaena !PRERACE:1,% NAME:Amphisbaena STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:2 @@ -74,9 +74,9 @@ FEAT:Toughness FEAT:Weapon Focus (Bite) -STARTPACK:Angel (Monadic Deva) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Angel (Monadic Deva)] +STARTPACK:Angel (Monadic Deva) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Angel (Monadic Deva)] ALIGN:LG|NG|CG -RACE:Angel (Monadic Deva) !PRERACE:% +RACE:Angel (Monadic Deva) !PRERACE:1,% NAME:Angel, Monadic Deva STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=11 SKILL:Concentration RANK:13 @@ -98,9 +98,9 @@ FEAT:Power Attack GEAR:Mace (Heavy) SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS3W.SMITE.ADAMANT_WEAP -STARTPACK:Angel (Movanic Deva) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Angel (Movanic Deva)] +STARTPACK:Angel (Movanic Deva) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Angel (Movanic Deva)] ALIGN:LG|NG|CG -RACE:Angel (Movanic Deva) !PRERACE:% +RACE:Angel (Movanic Deva) !PRERACE:1,% NAME:Angel, Movanic Deva STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Concentration RANK:10 @@ -121,9 +121,9 @@ FEAT:Power Attack GEAR:Greatsword SIZE:PC LOCATION:Both Hands EQMOD:MWORKW.PLUS1W.FLM_M -STARTPACK:Animal Lord (Cat Lord) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Animal Lord (Cat Lord)] +STARTPACK:Animal Lord (Cat Lord) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Animal Lord (Cat Lord)] ALIGN:TN -RACE:Animal Lord (Cat Lord) !PRERACE:% +RACE:Animal Lord (Cat Lord) !PRERACE:1,% NAME:Cat Lord STAT:STR=10|DEX=11|CON=10|INT=11|WIS=11|CHA=10 SKILL:Balance RANK:16 @@ -149,9 +149,9 @@ FEAT:Lightning Reflexes FEAT:Multiattack -STARTPACK:Animal Lord (Mouse Lord) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Animal Lord (Mouse Lord)] +STARTPACK:Animal Lord (Mouse Lord) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Animal Lord (Mouse Lord)] ALIGN:TN -RACE:Animal Lord (Mouse Lord) !PRERACE:% +RACE:Animal Lord (Mouse Lord) !PRERACE:1,% NAME:Mouse Lord STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:18 @@ -173,15 +173,15 @@ FEAT:Improved Initiative FEAT:Weapon Finesse -STARTPACK:Ant Lion Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ant Lion] +STARTPACK:Ant Lion Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ant Lion] ALIGN:TN -RACE:Ant Lion !PRERACE:% +RACE:Ant Lion !PRERACE:1,% NAME:Ant Lion STAT:STR=10|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Apparition Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Apparition] +STARTPACK:Apparition Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Apparition] ALIGN:CE -RACE:Apparition !PRERACE:% +RACE:Apparition !PRERACE:1,% NAME:Apparition STAT:DEX=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:7 @@ -195,24 +195,24 @@ FEAT:Blind Fight FEAT:Improved Initiative -STARTPACK:Archer Bush Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Archer Bush] +STARTPACK:Archer Bush Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Archer Bush] ALIGN:TN -RACE:Archer Bush !PRERACE:% +RACE:Archer Bush !PRERACE:1,% NAME:Archer Bush STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:3 SKILL:Move Silently RANK:2 FEAT:Weapon Focus (Thorns) -STARTPACK:Ascomoid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ascomoid] +STARTPACK:Ascomoid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ascomoid] ALIGN:TN -RACE:Ascomoid !PRERACE:% +RACE:Ascomoid !PRERACE:1,% NAME:Ascomoid STAT:STR=10|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Astral Shark Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Astral Shark] +STARTPACK:Astral Shark Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Astral Shark] ALIGN:TN -RACE:Astral Shark !PRERACE:% +RACE:Astral Shark !PRERACE:1,% NAME:Astral Shark STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:11 @@ -225,9 +225,9 @@ FEAT:Improved Critical (Bite) FEAT:Weapon Focus (Bite) -STARTPACK:Atomie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Atomie] +STARTPACK:Atomie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Atomie] ALIGN:CN -RACE:Atomie !PRERACE:% +RACE:Atomie !PRERACE:1,% NAME:Atomie STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Concentration RANK:2 @@ -245,9 +245,9 @@ GEAR:Sword (Short) SIZE:PC LOCATION:Primary Hand GEAR:Crossbow (Light) SIZE:PC LOCATION:Carried -STARTPACK:Aurumvorax Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Aurumvorax] +STARTPACK:Aurumvorax Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Aurumvorax] ALIGN:TN -RACE:Aurumvorax !PRERACE:% +RACE:Aurumvorax !PRERACE:1,% NAME:Aurumvorax STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:4 @@ -259,9 +259,9 @@ FEAT:Great Fortitude FEAT:Weapon Focus (Bite) -STARTPACK:Axe Beak Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Axe Beak] +STARTPACK:Axe Beak Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Axe Beak] ALIGN:TN -RACE:Axe Beak !PRERACE:% +RACE:Axe Beak !PRERACE:1,% NAME:Axe Beak STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 SKILL:Listen RANK:3 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_b.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_b.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_b.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -10,9 +10,9 @@ ### Spot +2 Stat +2 Ranks = +4 OK ### Swim +4 Stat +4 Racial = +8 listed as +7 ### 9 skill points left over. -STARTPACK:Babbler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Babbler] +STARTPACK:Babbler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Babbler] ALIGN:CE -RACE:Babbler !PRERACE:% +RACE:Babbler !PRERACE:1,% NAME:Babbler STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Listen RANK:2 @@ -21,9 +21,9 @@ FEAT:Improved Initiative FEAT:Multiattack -STARTPACK:Banderlog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Banderlog] +STARTPACK:Banderlog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Banderlog] ALIGN:TN -RACE:Banderlog !PRERACE:% +RACE:Banderlog !PRERACE:1,% NAME:Banderlog STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:3 @@ -34,18 +34,18 @@ GEAR:Club SIZE:PC LOCATION:Primary Hand GEAR:Coconut SIZE:PC LOCATION:Carried -STARTPACK:Baric Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Baric] +STARTPACK:Baric Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Baric] ALIGN:TN -RACE:Baric !PRERACE:% +RACE:Baric !PRERACE:1,% NAME:Baric STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:3 SKILL:Spot RANK:2 FEAT:Multiattack -STARTPACK:Barrow Wight Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Barrow Wight] +STARTPACK:Barrow Wight Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Barrow Wight] ALIGN:CE -RACE:Barrow Wight !PRERACE:% +RACE:Barrow Wight !PRERACE:1,% NAME:Barrow Wight STAT:STR=10|DEX=10|INT=11|WIS=11|CHA=10 SKILL:Climb RANK:6 @@ -58,15 +58,15 @@ FEAT:Blind Fight FEAT:Power Attack -STARTPACK:Basidirond Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Basidirond] +STARTPACK:Basidirond Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Basidirond] ALIGN:TN -RACE:Basidirond !PRERACE:% +RACE:Basidirond !PRERACE:1,% NAME:Basidirond STAT:STR=11|DEX=11|CON=10|WIS=11|CHA=11 -STARTPACK:Basilisk (Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Basilisk (Greater)] +STARTPACK:Basilisk (Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Basilisk (Greater)] ALIGN:TN -RACE:Basilisk (Greater) !PRERACE:% +RACE:Basilisk (Greater) !PRERACE:1,% NAME:Basilisk, Greater STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:5 @@ -77,9 +77,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Bat (Doombat) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bat (Doombat)] +STARTPACK:Bat (Doombat) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bat (Doombat)] ALIGN:NE -RACE:Bat (Doombat) !PRERACE:% +RACE:Bat (Doombat) !PRERACE:1,% NAME:Doombat STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:5 @@ -88,9 +88,9 @@ FEAT:Stealthy FEAT:Skill Focus (Move Silently) -STARTPACK:Bat (Mobat) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bat (Mobat)] +STARTPACK:Bat (Mobat) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bat (Mobat)] ALIGN:TN -RACE:Bat (Mobat) !PRERACE:% +RACE:Bat (Mobat) !PRERACE:1,% NAME:Mobat STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:3 @@ -102,33 +102,33 @@ FEAT:Stealthy FEAT:Skill Focus (Move Silently) -STARTPACK:Beetle (Giant Boring) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Beetle (Giant Boring)] +STARTPACK:Beetle (Giant Boring) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Beetle (Giant Boring)] ALIGN:TN -RACE:Beetle (Giant Boring) !PRERACE:% +RACE:Beetle (Giant Boring) !PRERACE:1,% NAME:Beetle, Giant Boring STAT:STR=10|DEX=10|CON=11|WIS=10|CHA=11 -STARTPACK:Beetle (Giant Death Watch) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Beetle (Giant Death Watch)] +STARTPACK:Beetle (Giant Death Watch) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Beetle (Giant Death Watch)] ALIGN:TN -RACE:Beetle (Giant Death Watch) !PRERACE:% +RACE:Beetle (Giant Death Watch) !PRERACE:1,% NAME:Beetle, Giant Death Watch STAT:STR=11|DEX=10|CON=11|WIS=10|CHA=11 -STARTPACK:Beetle (Giant Rhinoceros) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Beetle (Giant Rhinoceros)] +STARTPACK:Beetle (Giant Rhinoceros) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Beetle (Giant Rhinoceros)] ALIGN:TN -RACE:Beetle (Giant Rhinoceros) !PRERACE:% +RACE:Beetle (Giant Rhinoceros) !PRERACE:1,% NAME:Beetle, Giant Rhinoceros STAT:STR=11|DEX=10|CON=11|WIS=10|CHA=11 -STARTPACK:Beetle (Giant Slicer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Beetle (Giant Slicer)] +STARTPACK:Beetle (Giant Slicer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Beetle (Giant Slicer)] ALIGN:TN -RACE:Beetle (Giant Slicer) !PRERACE:% +RACE:Beetle (Giant Slicer) !PRERACE:1,% NAME:Beetle, Giant Slicer STAT:STR=11|DEX=10|CON=11|WIS=10|CHA=11 -STARTPACK:Belabra Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Belabra] +STARTPACK:Belabra Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Belabra] ALIGN:TN -RACE:Belabra !PRERACE:% +RACE:Belabra !PRERACE:1,% NAME:Belabra STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=11 SKILL:Listen RANK:3 @@ -138,9 +138,9 @@ FEAT:Toughness ### ERRATA: Listen and Spot can not have 11 ranks (excedes MAXRANK of 10) -STARTPACK:Bhuta Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bhuta] +STARTPACK:Bhuta Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bhuta] ALIGN:LE|NE|CE -RACE:Bhuta !PRERACE:% +RACE:Bhuta !PRERACE:1,% NAME:Bhuta STAT:STR=10|DEX=10|INT=10|WIS=10|CHA=10 SKILL:Escape Artist RANK:8 @@ -153,9 +153,9 @@ FEAT:Toughness FEAT:Weapon Focus (Claw) -STARTPACK:Blindheim Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Blindheim] +STARTPACK:Blindheim Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Blindheim] ALIGN:CE -RACE:Blindheim !PRERACE:% +RACE:Blindheim !PRERACE:1,% NAME:Blindheim STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:3 @@ -163,18 +163,18 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Blood Hawk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Blood Hawk] +STARTPACK:Blood Hawk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Blood Hawk] ALIGN:TN -RACE:Blood Hawk !PRERACE:% +RACE:Blood Hawk !PRERACE:1,% NAME:Blood Hawk STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:2 SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Bloody Bones Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bloody Bones] +STARTPACK:Bloody Bones Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bloody Bones] ALIGN:CE -RACE:Bloody Bones !PRERACE:% +RACE:Bloody Bones !PRERACE:1,% NAME:Bloody Bones STAT:STR=10|DEX=10|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:7 @@ -186,9 +186,9 @@ FEAT:Great Fortitude FEAT:Weapon Focus (Tendril) -STARTPACK:Boalisk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Boalisk] +STARTPACK:Boalisk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Boalisk] ALIGN:TN -RACE:Boalisk !PRERACE:% +RACE:Boalisk !PRERACE:1,% NAME:Boalisk STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:1 @@ -200,9 +200,9 @@ FEAT:Alertness FEAT:Toughness -STARTPACK:Bog Beast Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bog Beast] +STARTPACK:Bog Beast Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bog Beast] ALIGN:TN -RACE:Bog Beast !PRERACE:% +RACE:Bog Beast !PRERACE:1,% NAME:Bog Beast STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=11 SKILL:Listen RANK:4 @@ -210,9 +210,9 @@ FEAT:Alertness FEAT:Track -STARTPACK:Bog Mummy Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bog Mummy] +STARTPACK:Bog Mummy Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bog Mummy] ALIGN:CE -RACE:Bog Mummy !PRERACE:% +RACE:Bog Mummy !PRERACE:1,% NAME:Bog Mummy STAT:STR=11|DEX=10|INT=10|WIS=10|CHA=11 SKILL:Hide RANK:5 @@ -223,9 +223,9 @@ FEAT:Improved Initiative FEAT:Toughness -STARTPACK:Boggart Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Boggart] +STARTPACK:Boggart Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Boggart] ALIGN:CE -RACE:Boggart !PRERACE:% +RACE:Boggart !PRERACE:1,% NAME:Boggart STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:4 @@ -238,9 +238,9 @@ FEAT:Blind Fight FEAT:Dodge -STARTPACK:Bone Cobbler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bone Cobbler] +STARTPACK:Bone Cobbler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bone Cobbler] ALIGN:CE -RACE:Bone Cobbler !PRERACE:% +RACE:Bone Cobbler !PRERACE:1,% NAME:Bone Cobbler STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:4 @@ -254,9 +254,9 @@ GEAR:Hammer (Light) SIZE:PC LOCATION:Primary Hand GEAR:Hammer (Light) SIZE:PC LOCATION:Secondary Hand -STARTPACK:Bonesnapper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bonesnapper] +STARTPACK:Bonesnapper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bonesnapper] ALIGN:TN -RACE:Bonesnapper !PRERACE:% +RACE:Bonesnapper !PRERACE:1,% NAME:Bonesnapper STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:4 @@ -264,9 +264,9 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Tail Slap) -STARTPACK:Bonesucker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bonesucker] +STARTPACK:Bonesucker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bonesucker] ALIGN:TN -RACE:Bonesucker !PRERACE:% +RACE:Bonesucker !PRERACE:1,% NAME:Bonesucker STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Hide RANK:5 @@ -278,9 +278,9 @@ FEAT:Dodge FEAT:Lightning Reflexes -STARTPACK:Brownie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Brownie] +STARTPACK:Brownie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Brownie] ALIGN:LG -RACE:Brownie !PRERACE:% +RACE:Brownie !PRERACE:1,% NAME:Brownie STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:3 @@ -297,9 +297,9 @@ FEAT:Dodge GEAR:Longsword SIZE:PC LOCATION:Primary Hand -STARTPACK:Buckawn Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Buckawn] +STARTPACK:Buckawn Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Buckawn] ALIGN:TN -RACE:Buckawn !PRERACE:% +RACE:Buckawn !PRERACE:1,% NAME:Buckawn STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=10 SKILL:Bluff RANK:3 @@ -313,9 +313,9 @@ GEAR:Dagger SIZE:PC LOCATION:Primary Hand GEAR:Dart SIZE:PC LOCATION:Carried -STARTPACK:Bunyip Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Bunyip] +STARTPACK:Bunyip Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Bunyip] ALIGN:TN -RACE:Bunyip !PRERACE:% +RACE:Bunyip !PRERACE:1,% NAME:Bunyip STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=11 SKILL:Listen RANK:4 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_c.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_c.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_c.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Carbuncle Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Carbuncle] +STARTPACK:Carbuncle Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Carbuncle] ALIGN:TN -RACE:Carbuncle !PRERACE:% +RACE:Carbuncle !PRERACE:1,% NAME:Carbuncle STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:2 @@ -13,9 +13,9 @@ SKILL:Spot RANK:2 FEAT:Toughness -STARTPACK:Carrion Moth Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Carrion Moth] +STARTPACK:Carrion Moth Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Carrion Moth] ALIGN:TN -RACE:Carrion Moth !PRERACE:% +RACE:Carrion Moth !PRERACE:1,% NAME:Carrion Moth STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 SKILL:Climb RANK:2 @@ -24,16 +24,16 @@ FEAT:Alertness FEAT:Combat Reflexes -STARTPACK:Caryatid Column Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Caryatid Column] +STARTPACK:Caryatid Column Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Caryatid Column] ALIGN:TN -RACE:Caryatid Column !PRERACE:% +RACE:Caryatid Column !PRERACE:1,% NAME:Caryatid Column STAT:STR=11|DEX=11|WIS=11|CHA=10 GEAR:Longsword SIZE:PC LOCATION:Primary Hand -STARTPACK:Caterwaul Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Caterwaul] +STARTPACK:Caterwaul Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Caterwaul] ALIGN:CE -RACE:Caterwaul !PRERACE:% +RACE:Caterwaul !PRERACE:1,% NAME:Caterwaul STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 SKILL:Balance RANK:1 @@ -44,21 +44,21 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Cave Cricket Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Cave Cricket] +STARTPACK:Cave Cricket Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Cave Cricket] ALIGN:TN -RACE:Cave Cricket !PRERACE:% +RACE:Cave Cricket !PRERACE:1,% NAME:Cave Cricket STAT:STR=10|DEX=10|CON=10|WIS=10|CHA=11 -STARTPACK:Cave Fisher Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Cave Fisher] +STARTPACK:Cave Fisher Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Cave Fisher] ALIGN:TN -RACE:Cave Fisher !PRERACE:% +RACE:Cave Fisher !PRERACE:1,% NAME:Cave Fisher STAT:STR=10|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Cave Moray Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Cave Moray] +STARTPACK:Cave Moray Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Cave Moray] ALIGN:TN -RACE:Cave Moray !PRERACE:% +RACE:Cave Moray !PRERACE:1,% NAME:Cave Moray STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:3 @@ -67,9 +67,9 @@ FEAT:Alertness FEAT:Skill Focus (Hide) -STARTPACK:Cerberus VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Cerberus] +STARTPACK:Cerberus VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Cerberus] ALIGN:NE -RACE:Cerberus !PRERACE:% +RACE:Cerberus !PRERACE:1,% NAME:Cerberus STAT:STR=10|DEX=10|CON=11|INT=11|WIS=11|CHA=10 SKILL:Balance RANK:33 @@ -94,9 +94,9 @@ FEAT:Track FEAT:Weapon Focus (Bite) -STARTPACK:Chrystone Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Chrystone] +STARTPACK:Chrystone Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Chrystone] ALIGN:TN -RACE:Chrystone !PRERACE:% +RACE:Chrystone !PRERACE:1,% NAME:Chrystone STAT:STR=11|DEX=11|INT=10|WIS=11|CHA=11 SKILL:Listen RANK:4 @@ -105,57 +105,57 @@ FEAT:Iron Will GEAR:Longsword SIZE:PC LOCATION:Primary Hand -STARTPACK:Clam (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clam (Giant)] +STARTPACK:Clam (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clam (Giant)] ALIGN:TN -RACE:Clam (Giant) !PRERACE:% +RACE:Clam (Giant) !PRERACE:1,% NAME:Giant Clam STAT:STR=10|DEX=11|CON=11|WIS=10|CHA=11 -STARTPACK:Clockwork (Drone) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Drone)] +STARTPACK:Clockwork (Drone) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Drone)] ALIGN:TN -RACE:Clockwork (Drone) !PRERACE:% +RACE:Clockwork (Drone) !PRERACE:1,% NAME:Drone STAT:STR=10|DEX=10|WIS=10|CHA=10 -STARTPACK:Clockwork (Scout) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Scout)] +STARTPACK:Clockwork (Scout) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Scout)] ALIGN:TN -RACE:Clockwork (Scout) !PRERACE:% +RACE:Clockwork (Scout) !PRERACE:1,% NAME:Scout STAT:STR=10|DEX=11|WIS=10|CHA=10 -STARTPACK:Clockwork (Overseer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Overseer)] +STARTPACK:Clockwork (Overseer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Overseer)] ALIGN:TN -RACE:Clockwork (Overseer) !PRERACE:% +RACE:Clockwork (Overseer) !PRERACE:1,% NAME:Overseer STAT:STR=11|DEX=10|WIS=10|CHA=10 -STARTPACK:Clockwork (Warrior) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Warrior)] +STARTPACK:Clockwork (Warrior) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Warrior)] ALIGN:TN -RACE:Clockwork (Warrior) !PRERACE:% +RACE:Clockwork (Warrior) !PRERACE:1,% NAME:Warrior STAT:STR=10|DEX=10|WIS=10|CHA=10 -STARTPACK:Clockwork (Parasite) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Parasite)] +STARTPACK:Clockwork (Parasite) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Parasite)] ALIGN:TN -RACE:Clockwork (Parasite) !PRERACE:% +RACE:Clockwork (Parasite) !PRERACE:1,% NAME:Parasite STAT:STR=10|DEX=10|WIS=10|CHA=10 -STARTPACK:Clockwork (Swarm) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Swarm)] +STARTPACK:Clockwork (Swarm) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Swarm)] ALIGN:TN -RACE:Clockwork (Swarm) !PRERACE:% +RACE:Clockwork (Swarm) !PRERACE:1,% NAME:Swarm STAT:STR=10|DEX=11|WIS=11|CHA=10 -STARTPACK:Clockwork (Titan) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Titan)] +STARTPACK:Clockwork (Titan) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Titan)] ALIGN:TN -RACE:Clockwork (Titan) !PRERACE:% +RACE:Clockwork (Titan) !PRERACE:1,% NAME:Titan STAT:STR=10|DEX=11|WIS=10|CHA=10 -STARTPACK:Clockwork (Brain Gear) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clockwork (Brain Gear)] +STARTPACK:Clockwork (Brain Gear) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clockwork (Brain Gear)] ALIGN:TN -RACE:Clockwork (Brain Gear) !PRERACE:% +RACE:Clockwork (Brain Gear) !PRERACE:1,% NAME:Brain Gear STAT:STR=10|INT=10|WIS=10|CHA=10 SKILL:Concentration RANK:8 @@ -168,9 +168,9 @@ FEAT:Great Fortitude FEAT:Iron Will -STARTPACK:Clubnek Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Clubnek] +STARTPACK:Clubnek Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Clubnek] ALIGN:TN -RACE:Clubnek !PRERACE:% +RACE:Clubnek !PRERACE:1,% NAME:Clubnek STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Jump RANK:2 @@ -178,15 +178,15 @@ SKILL:Spot RANK:2 FEAT:Multiattack -STARTPACK:Cobra Flower Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Cobra Flower] +STARTPACK:Cobra Flower Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Cobra Flower] ALIGN:TN -RACE:Cobra Flower !PRERACE:% +RACE:Cobra Flower !PRERACE:1,% NAME:Cobra Flower STAT:STR=11|DEX=11|CON=10|WIS=11|CHA=11 -STARTPACK:Coffer Corpse Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Coffer Corpse] +STARTPACK:Coffer Corpse Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Coffer Corpse] ALIGN:CE -RACE:Coffer Corpse !PRERACE:% +RACE:Coffer Corpse !PRERACE:1,% NAME:Coffer Corpse STAT:STR=10|DEX=10|INT=10|WIS=11|CHA=10 SKILL:Intimidate RANK:3 @@ -195,9 +195,9 @@ SKILL:Spot RANK:2 FEAT:Toughness -STARTPACK:Cooshee Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Cooshee] +STARTPACK:Cooshee Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Cooshee] ALIGN:TN -RACE:Cooshee !PRERACE:% +RACE:Cooshee !PRERACE:1,% NAME:Cooshee STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -208,15 +208,15 @@ FEAT:Track FEAT:Weapon Finesse -STARTPACK:Crab (Monstrous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Crab (Monstrous)] +STARTPACK:Crab (Monstrous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Crab (Monstrous)] ALIGN:TN -RACE:Crab (Monstrous) !PRERACE:% +RACE:Crab (Monstrous) !PRERACE:1,% NAME:Crab, Monstrous STAT:STR=10|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Crabman Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Crabman] +STARTPACK:Crabman Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Crabman] ALIGN:TN -RACE:Crabman !PRERACE:% +RACE:Crabman !PRERACE:1,% NAME:Crabman STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:TYPE.Craft RANK:3 @@ -226,15 +226,15 @@ FEAT:Alertness FEAT:Power Attack -STARTPACK:Crayfish (Monstrous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Crayfish (Monstrous)] +STARTPACK:Crayfish (Monstrous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Crayfish (Monstrous)] ALIGN:TN -RACE:Crayfish (Monstrous) !PRERACE:% +RACE:Crayfish (Monstrous) !PRERACE:1,% NAME:Crayfish, Monstrous STAT:STR=10|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Crystalline Horror Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Crystalline Horror] +STARTPACK:Crystalline Horror Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Crystalline Horror] ALIGN:NE -RACE:Crystalline Horror !PRERACE:% +RACE:Crystalline Horror !PRERACE:1,% NAME:Crystalline Horror STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:10 @@ -244,7 +244,7 @@ FEAT:Improved Initiative FEAT:Lightning Reflexes -STARTPACK:Common Crypt Thing VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[PRERACE:Crypt Thing],[PRERACE:Crypt Guardian] +STARTPACK:Common Crypt Thing VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[PRERACE:1,Crypt Thing],[PRERACE:1,Crypt Guardian] ALIGN:TN STAT:STR=10|DEX=10|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:5 @@ -258,13 +258,13 @@ FEAT:Improved Initiative FEAT:Weapon Finesse -STARTPACK:Crypt Thing Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Crypt Thing] -RACE:Crypt Thing !PRERACE:% +STARTPACK:Crypt Thing Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Crypt Thing] +RACE:Crypt Thing !PRERACE:1,% NAME:Crypt Thing KIT:Common Crypt Thing -STARTPACK:Crypt Guardian Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Crypt Guardian] -RACE:Crypt Guardian !PRERACE:% +STARTPACK:Crypt Guardian Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Crypt Guardian] +RACE:Crypt Guardian !PRERACE:1,% NAME:Crypt Guardian KIT:Common Crypt Thing Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_d.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_d.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_d.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Daemon (Cacodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (Cacodaemon)] +STARTPACK:Daemon (Cacodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (Cacodaemon)] ALIGN:NE -RACE:Daemon (Cacodaemon) !PRERACE:% +RACE:Daemon (Cacodaemon) !PRERACE:1,% NAME:Cacodaemon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:15 @@ -25,9 +25,9 @@ FEAT:Weapon Focus (Longsword) GEAR:Longsword SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS1W -STARTPACK:Daemon (Charon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (Charon)] +STARTPACK:Daemon (Charon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (Charon)] ALIGN:NE -RACE:Daemon (Charon) !PRERACE:% +RACE:Daemon (Charon) !PRERACE:1,% NAME:Charon STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:35 @@ -63,9 +63,9 @@ FEAT:Superior Initiative GEAR:Quarterstaff SIZE:PC LOCATION:Both Hands EQMOD:MWORKW.PLUS3W -STARTPACK:Daemon (Charonadaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (Charonadaemon)] +STARTPACK:Daemon (Charonadaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (Charonadaemon)] ALIGN:NE -RACE:Daemon (Charonadaemon) !PRERACE:% +RACE:Daemon (Charonadaemon) !PRERACE:1,% NAME:Charonadaemon STAT:STR=11|DEX=10|CON=11|INT=11|WIS=11|CHA=10 SKILL:Bluff RANK:13 @@ -85,9 +85,9 @@ FEAT:Power Attack GEAR:Quarterstaff SIZE:PC LOCATION:Both Hands -STARTPACK:Daemon (Derghodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (Derghodaemon)] +STARTPACK:Daemon (Derghodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (Derghodaemon)] ALIGN:NE -RACE:Daemon (Derghodaemon) !PRERACE:% +RACE:Daemon (Derghodaemon) !PRERACE:1,% NAME:Derghodaemon STAT:STR=10|DEX=10|CON=10|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:13 @@ -103,9 +103,9 @@ FEAT:Power Attack GEAR:Longsword QTY:3 SIZE:PC LOCATION:Carried -STARTPACK:Daemon (Hydrodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (Hydrodaemon)] +STARTPACK:Daemon (Hydrodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (Hydrodaemon)] ALIGN:NE -RACE:Daemon (Hydrodaemon) !PRERACE:% +RACE:Daemon (Hydrodaemon) !PRERACE:1,% NAME:Hydrodaemon STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:10 @@ -119,9 +119,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Daemon (The Oinodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (The Oinodaemon)] +STARTPACK:Daemon (The Oinodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (The Oinodaemon)] ALIGN:NE -RACE:Daemon (The Oinodaemon) !PRERACE:% +RACE:Daemon (The Oinodaemon) !PRERACE:1,% NAME:The Oinodaemon STAT:STR=10|DEX=11|CON=11|INT=11|WIS=11|CHA=11 SKILL:Balance RANK:40 @@ -166,9 +166,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Create Water|Inflict Minor Wounds=3|Light|Read Magic|Resistance|Bane|Comprehend Languages|Curse Water|Doom|Inflict Light Wounds=2|Protection from Good|Sanctuary|Darkness|Enthrall|Inflict Moderate Wounds=3|Shatter|Sound Burst|Bestow Curse|Blindness/Deafness|Contagion=2|Inflict Serious Wounds=2|Invisibility Purge|Death Ward|Dimensional Anchor|Discern Lies|Divine Power|Giant Vermin|Inflict Critical Wounds|Poison|Break Enchantment|Dispel Good|Insect Plague|Scrying|Slay Living=2|Symbol of Pain|Blade Barrier|Forbiddance|Harm=2|Word of Recall|Blasphemy|Inflict Serious Wounds (Mass)=3|Symbol of Weakness|Antimagic Field|Inflict Critical Wounds (Mass)=2|Symbol of Death|Unholy Aura|Astral Projection|Energy Drain=3|Storm of Vengeance GEAR:Staff (Lower Planes) SIZE:PC LOCATION:Carried -STARTPACK:Daemon (Piscodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Daemon (Piscodaemon)] +STARTPACK:Daemon (Piscodaemon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Daemon (Piscodaemon)] ALIGN:NE -RACE:Daemon (Piscodaemon) !PRERACE:% +RACE:Daemon (Piscodaemon) !PRERACE:1,% NAME:Piscodaemon STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:10 @@ -188,9 +188,9 @@ FEAT:Power Attack FEAT:Weapon Focus (Claw) -STARTPACK:Dakon Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dakon] +STARTPACK:Dakon Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dakon] ALIGN:LN -RACE:Dakon !PRERACE:% +RACE:Dakon !PRERACE:1,% NAME:Dakon STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:1 @@ -199,9 +199,9 @@ SKILL:Spot RANK:3 FEAT:Alertness -STARTPACK:Dark Creeper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dark Creeper] +STARTPACK:Dark Creeper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dark Creeper] ALIGN:CN -RACE:Dark Creeper !PRERACE:% +RACE:Dark Creeper !PRERACE:1,% NAME:Dark Creeper STAT:STR=13|DEX=11|CON=12|INT=10|WIS=9|CHA=8 CLASS:Warrior LEVEL:1 @@ -212,9 +212,9 @@ FEAT:Alertness GEAR:Dagger SIZE:PC LOCATION:Primary Hand -STARTPACK:Dark Stalker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dark Stalker] +STARTPACK:Dark Stalker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dark Stalker] ALIGN:CN -RACE:Dark Stalker !PRERACE:% +RACE:Dark Stalker !PRERACE:1,% NAME:Dark Stalker STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:2 @@ -225,9 +225,9 @@ FEAT:Weapon Finesse GEAR:Sword (Short) SIZE:PC LOCATION:Primary Hand -STARTPACK:Darnoc Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Darnoc] +STARTPACK:Darnoc Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Darnoc] ALIGN:LE -RACE:Darnoc !PRERACE:% +RACE:Darnoc !PRERACE:1,% NAME:Darnoc STAT:STR=10|DEX=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:11 @@ -239,9 +239,9 @@ FEAT:Combat Reflexes FEAT:Improved Initiative -STARTPACK:Death Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Death Dog] +STARTPACK:Death Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Death Dog] ALIGN:NE -RACE:Death Dog !PRERACE:% +RACE:Death Dog !PRERACE:1,% NAME:Death Dog STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:1 @@ -250,9 +250,9 @@ SKILL:Survival RANK:1 FEAT:Weapon Finesse -STARTPACK:Death Worm Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Death Worm] +STARTPACK:Death Worm Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Death Worm] ALIGN:TN -RACE:Death Worm !PRERACE:% +RACE:Death Worm !PRERACE:1,% NAME:Death Worm STAT:STR=10|DEX=11|CON=10|INT=11|WIS=11|CHA=11 SKILL:Hide RANK:2 @@ -262,9 +262,9 @@ FEAT:Power Attack FEAT:Toughness -STARTPACK:Decapus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Decapus] +STARTPACK:Decapus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Decapus] ALIGN:CE -RACE:Decapus !PRERACE:% +RACE:Decapus !PRERACE:1,% NAME:Decapus STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Climb RANK:3 @@ -274,9 +274,9 @@ FEAT:Alertness FEAT:Power Attack -STARTPACK:Demiurge Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demiurge] +STARTPACK:Demiurge Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demiurge] ALIGN:CE -RACE:Demiurge !PRERACE:% +RACE:Demiurge !PRERACE:1,% NAME:Demiurge STAT:DEX=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:11 @@ -289,9 +289,9 @@ FEAT:Combat Reflexes FEAT:Improved Initiative -STARTPACK:Demodand (Shaggy) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demodand (Shaggy)] +STARTPACK:Demodand (Shaggy) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demodand (Shaggy)] ALIGN:CE -RACE:Demodand (Shaggy) !PRERACE:% +RACE:Demodand (Shaggy) !PRERACE:1,% NAME:Demodand, Shaggy STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:15 @@ -318,9 +318,9 @@ FEAT:Power Attack GEAR:Morningstar SIZE:PC LOCATION:Primary Hand -STARTPACK:Demodand (Slime) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demodand (Slime)] +STARTPACK:Demodand (Slime) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demodand (Slime)] ALIGN:CE -RACE:Demodand (Slime) !PRERACE:% +RACE:Demodand (Slime) !PRERACE:1,% NAME:Demodand, Slime STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:10 @@ -343,9 +343,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Demodand (Tarry) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demodand (Tarry)] +STARTPACK:Demodand (Tarry) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demodand (Tarry)] ALIGN:CE -RACE:Demodand (Tarry) !PRERACE:% +RACE:Demodand (Tarry) !PRERACE:1,% NAME:Demodand, Tarry STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:9 @@ -367,9 +367,9 @@ FEAT:Weapon Focus (Claw) -STARTPACK:Demonic Knight Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demonic Knight] +STARTPACK:Demonic Knight Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demonic Knight] ALIGN:CE -RACE:Demonic Knight !PRERACE:% +RACE:Demonic Knight !PRERACE:1,% NAME:Demonic Knight STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:12 @@ -391,9 +391,9 @@ GEAR:Longsword SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS1W.CHAOS_M GEAR:Half-Plate SIZE:PC LOCATION:Equipped -STARTPACK:Devil Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil Dog] +STARTPACK:Devil Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil Dog] ALIGN:CE -RACE:Devil Dog !PRERACE:% +RACE:Devil Dog !PRERACE:1,% NAME:Devil Dog STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -405,15 +405,15 @@ FEAT:Track FEAT:Weapon Focus (Bite) -STARTPACK:Diger Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Diger] +STARTPACK:Diger Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Diger] ALIGN:TN -RACE:Diger !PRERACE:% +RACE:Diger !PRERACE:1,% NAME:Diger STAT:STR=11|DEX=10|CON=11|WIS=10|CHA=10 -STARTPACK:Dire Corby Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dire Corby] +STARTPACK:Dire Corby Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Corby] ALIGN:NE -RACE:Dire Corby !PRERACE:% +RACE:Dire Corby !PRERACE:1,% NAME:Dire Corby STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:1 @@ -422,9 +422,9 @@ SKILL:Spot RANK:1 FEAT:Blind Fight -STARTPACK:Disenchanter Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Disenchanter] +STARTPACK:Disenchanter Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Disenchanter] ALIGN:TN -RACE:Disenchanter !PRERACE:% +RACE:Disenchanter !PRERACE:1,% NAME:Disenchanter STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 SKILL:Listen RANK:4 @@ -432,7 +432,7 @@ FEAT:Iron Will FEAT:Weapon Focus (Snout) -STARTPACK:Common Dracolisk VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dracolisk%] +STARTPACK:Common Dracolisk VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dracolisk%] ALIGN:TN NAME:Dracolisk STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=11 @@ -448,38 +448,38 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dracolisk%] -RACE:Dracolisk (Black) !PRERACE:% +STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dracolisk%] +RACE:Dracolisk (Black) !PRERACE:1,% KIT:Common Dracolisk -STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dracolisk%] -RACE:Dracolisk (Blue) !PRERACE:% +STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dracolisk%] +RACE:Dracolisk (Blue) !PRERACE:1,% KIT:Common Dracolisk -STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dracolisk%] -RACE:Dracolisk (Green) !PRERACE:% +STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dracolisk%] +RACE:Dracolisk (Green) !PRERACE:1,% KIT:Common Dracolisk -STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dracolisk%] -RACE:Dracolisk (Red) !PRERACE:% +STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dracolisk%] +RACE:Dracolisk (Red) !PRERACE:1,% KIT:Common Dracolisk -STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dracolisk%] -RACE:Dracolisk (White) !PRERACE:% +STARTPACK:Dracolisk (Black) Default VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dracolisk%] +RACE:Dracolisk (White) !PRERACE:1,% KIT:Common Dracolisk -STARTPACK:Dragon (Cloud/Wyrmling) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Wyrmling) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Wyrmling Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 SKILL:Listen RANK:8 SKILL:Search RANK:8 SKILL:Spot RANK:8 -STARTPACK:Dragon (Cloud/Very Young) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Very Young) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Very Young Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:3 @@ -487,9 +487,9 @@ SKILL:Search RANK:11 SKILL:Spot RANK:11 -STARTPACK:Dragon (Cloud/Young) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Young) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Young Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:6 @@ -497,9 +497,9 @@ SKILL:Search RANK:14 SKILL:Spot RANK:14 -STARTPACK:Dragon (Cloud/Juvenile) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Juvenile) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Juvenile Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:9 @@ -507,9 +507,9 @@ SKILL:Search RANK:17 SKILL:Spot RANK:17 -STARTPACK:Dragon (Cloud/Young Adult) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Young Adult) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Young Adult Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:12 @@ -517,9 +517,9 @@ SKILL:Search RANK:20 SKILL:Spot RANK:20 -STARTPACK:Dragon (Cloud/Adult) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Adult) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Adult Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:15 @@ -527,9 +527,9 @@ SKILL:Search RANK:23 SKILL:Spot RANK:23 -STARTPACK:Dragon (Cloud/Mature Adult) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Mature Adult) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Mature Adult Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:18 @@ -537,9 +537,9 @@ SKILL:Search RANK:26 SKILL:Spot RANK:26 -STARTPACK:Dragon (Cloud/Old) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Old) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Old Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:21 @@ -547,9 +547,9 @@ SKILL:Search RANK:29 SKILL:Spot RANK:29 -STARTPACK:Dragon (Cloud/Very Old) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Very Old) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Very Old Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:24 @@ -557,9 +557,9 @@ SKILL:Search RANK:32 SKILL:Spot RANK:32 -STARTPACK:Dragon (Cloud/Ancient) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Ancient) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Ancient Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:27 @@ -567,9 +567,9 @@ SKILL:Search RANK:35 SKILL:Spot RANK:35 -STARTPACK:Dragon (Cloud/Wyrm) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Wyrm) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Wyrm Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:30 @@ -577,9 +577,9 @@ SKILL:Search RANK:38 SKILL:Spot RANK:38 -STARTPACK:Dragon (Cloud/Great Wyrm) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Cloud)] +STARTPACK:Dragon (Cloud/Great Wyrm) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Cloud)] ALIGN:TN -RACE:Dragon (Cloud) !PRERACE:% +RACE:Dragon (Cloud) !PRERACE:1,% NAME:Greay Wyrm Cloud Dragon STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 CLASS:Cloud Dragon LEVEL:33 @@ -587,9 +587,9 @@ SKILL:Search RANK:41 SKILL:Spot RANK:41 -STARTPACK:Dragon (Faerie) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Faerie)] +STARTPACK:Dragon (Faerie) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Faerie)] ALIGN:TN -RACE:Dragon (Faerie) !PRERACE:% +RACE:Dragon (Faerie) !PRERACE:1,% NAME:Dragon, Faerie STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:5 @@ -599,9 +599,9 @@ SKILL:Swim RANK:5 FEAT:Hover -STARTPACK:Dragon Horse Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon Horse] +STARTPACK:Dragon Horse Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon Horse] ALIGN:NG -RACE:Dragon Horse !PRERACE:% +RACE:Dragon Horse !PRERACE:1,% NAME:Dragon Horse STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Concentration RANK:9 @@ -614,9 +614,9 @@ FEAT:Improved Initiative FEAT:Iron Will -STARTPACK:Dragonfish Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragonfish] +STARTPACK:Dragonfish Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragonfish] ALIGN:NG -RACE:Dragonfish !PRERACE:% +RACE:Dragonfish !PRERACE:1,% NAME:Dragonfish STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:1 @@ -624,15 +624,15 @@ SKILL:Spot RANK:2 FEAT:Alertness -STARTPACK:Dragonfly (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragonfly (Giant)] +STARTPACK:Dragonfly (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragonfly (Giant)] ALIGN:TN -RACE:Dragonfly (Giant) !PRERACE:% +RACE:Dragonfly (Giant) !PRERACE:1,% NAME:Dragonfly, Giant STAT:STR=11|DEX=11|CON=10|WIS=10|CHA=11 -STARTPACK:Dragonnel Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragonnel] +STARTPACK:Dragonnel Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragonnel] ALIGN:TN -RACE:Dragonnel !PRERACE:% +RACE:Dragonnel !PRERACE:1,% NAME:Dragonnel STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 SKILL:Listen RANK:5 @@ -641,9 +641,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Drake (Fire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Drake (Fire)] +STARTPACK:Drake (Fire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Drake (Fire)] ALIGN:TN -RACE:Drake (Fire) !PRERACE:% +RACE:Drake (Fire) !PRERACE:1,% NAME:Drake, Fire STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Listen RANK:7 @@ -652,9 +652,9 @@ FEAT:Flyby Attack FEAT:Weapon Focus (Bite) -STARTPACK:Drake (Ice) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Drake (Ice)] +STARTPACK:Drake (Ice) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Drake (Ice)] ALIGN:CE -RACE:Drake (Ice) !PRERACE:% +RACE:Drake (Ice) !PRERACE:1,% NAME:Drake, Ice STAT:STR=11|DEX=11|CON=11|INT=11|WIS=10|CHA=10 SKILL:Bluff RANK:6 @@ -664,9 +664,9 @@ FEAT:Flyby Attack FEAT:Weapon Focus (Bite) -STARTPACK:Drake (Salt) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Drake (Salt)] +STARTPACK:Drake (Salt) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Drake (Salt)] ALIGN:TN -RACE:Drake (Salt) !PRERACE:% +RACE:Drake (Salt) !PRERACE:1,% NAME:Drake, Salt STAT:STR=11|DEX=11|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:14 @@ -677,9 +677,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Draug Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Draug] +STARTPACK:Draug Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Draug] ALIGN:TN -RACE:Draug !PRERACE:% +RACE:Draug !PRERACE:1,% NAME:Draug STAT:STR=10|DEX=11|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:6 @@ -697,9 +697,9 @@ FEAT:Weapon Focus (Cutlass) GEAR:Cutlass SIZE:PC LOCATION:Primary Hand -STARTPACK:Drelb Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Drelb] +STARTPACK:Drelb Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Drelb] ALIGN:TN -RACE:Drelb !PRERACE:% +RACE:Drelb !PRERACE:1,% NAME:Drelb (Haunting Custodian) STAT:DEX=10|CON=10|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:8 @@ -714,9 +714,9 @@ FEAT:Blind Fight FEAT:Improved Initiative -STARTPACK:Dust Digger Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dust Digger] +STARTPACK:Dust Digger Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dust Digger] ALIGN:TN -RACE:Dust Digger !PRERACE:% +RACE:Dust Digger !PRERACE:1,% NAME:Dust Digger STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:2 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_demons.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_demons.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_demons.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Demon (Aeshma) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Aeshma)] +STARTPACK:Demon (Aeshma) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Aeshma)] ALIGN:CE -RACE:Demon (Aeshma) !PRERACE:% +RACE:Demon (Aeshma) !PRERACE:1,% NAME:Demon, Aeshma (Rage Demon) STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=11 SKILL:Diplomacy RANK:15 @@ -24,9 +24,9 @@ FEAT:Weapon Focus (Longspear) GEAR:Longspear SIZE:PC LOCATION:Both Hands EQMOD:MWORKW.PLUS1W.WOUND -STARTPACK:Demon (Alu) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Alu)] +STARTPACK:Demon (Alu) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Alu)] ALIGN:CE -RACE:Demon (Alu) !PRERACE:% +RACE:Demon (Alu) !PRERACE:1,% NAME:Demon, Alu- STAT:STR=11|DEX=11|CON=11|INT=11|WIS=11|CHA=10 SKILL:Bluff RANK:9 @@ -43,9 +43,9 @@ FEAT:Power Attack GEAR:Longsword SIZE:PC LOCATION:Primary Hand -STARTPACK:Demon (Baphomet) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Baphomet)] +STARTPACK:Demon (Baphomet) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Baphomet)] ALIGN:CE -RACE:Demon (Baphomet) !PRERACE:% +RACE:Demon (Baphomet) !PRERACE:1,% NAME:Demon: Baphomet (Demon Lord) STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=11 SKILL:Balance RANK:23 @@ -82,9 +82,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Wizard|Detect Magic|Flare|Ghost Sound|Touch of Fatigue|Burning Hands|Feather Fall|Jump|Obscuring Mist|Protection from Law|Ray of Enfeeblement|Blur|Bull's Strength|Flaming Sphere|Acid Arrow|Protection from Arrows|Summon Swarm|Blink|Deep Slumber|Fly|Lightning Bolt|Rage|Slow|Bestow Curse|Dimensional Anchor|Enervation|Globe of Invulnerability (Lesser)|Locate Creature|Wall of Fire SPELLS:SPELLBOOK=Prepared Spells|CLASS=Wizard|Cloudkill|Feeblemind|Mind Fog|Summon Monster V|Waves of Fatigue|Eyebite|Globe of Invulnerability|Repulsion|Circle of Death|Mislead|Insanity|Limited Wish|Hold Person (Mass)|Spell Turning|Summon Monster VII|Dimensional Lock|Shout (Greater)|Incendiary Cloud|Maze|Polar Ray|Imprisonment|Meteor Swarm|Mage's Disjunction|Weird -STARTPACK:Demon (Beluiri) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Beluiri)] +STARTPACK:Demon (Beluiri) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Beluiri)] ALIGN:CE -RACE:Demon (Beluiri) !PRERACE:% +RACE:Demon (Beluiri) !PRERACE:1,% NAME:Demon: Beluiri (The Temptress) STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:15 @@ -109,9 +109,9 @@ FEAT:Dodge FEAT:Iron Will -STARTPACK:Demon (Cambion) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Cambion)] +STARTPACK:Demon (Cambion) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Cambion)] ALIGN:CE -RACE:Demon (Cambion) !PRERACE:% +RACE:Demon (Cambion) !PRERACE:1,% NAME:Demon, Cambion STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:11 @@ -130,9 +130,9 @@ FEAT:Power Attack GEAR:Longsword SIZE:PC LOCATION:Primary Hand -STARTPACK:Demon (Dagon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Dagon)] +STARTPACK:Demon (Dagon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Dagon)] ALIGN:CE -RACE:Demon (Dagon) !PRERACE:% +RACE:Demon (Dagon) !PRERACE:1,% NAME:Demon: Dagon (Demon Prince of Sea Creatures) STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Bluff RANK:36 @@ -179,9 +179,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Wizard|Antipathy|Dimensional Lock|Horrid Wilting=2|Prismatic Wall SPELLS:SPELLBOOK=Prepared Spells|CLASS=Wizard|Mage's Disjunction|Soul Bind|Teleportation Circle|Time Stop -STARTPACK:Demon of Corruption (Barizou) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon of Corruption (Barizou)] +STARTPACK:Demon of Corruption (Barizou) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon of Corruption (Barizou)] ALIGN:CE -RACE:Demon of Corruption (Barizou) !PRERACE:% +RACE:Demon of Corruption (Barizou) !PRERACE:1,% NAME:Barizou STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:6 @@ -193,9 +193,9 @@ FEAT:Multiattack FEAT:Weapon Finesse -STARTPACK:Demon of Corruption (Azizou) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon of Corruption (Azizou)] +STARTPACK:Demon of Corruption (Azizou) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon of Corruption (Azizou)] ALIGN:CE -RACE:Demon of Corruption (Azizou) !PRERACE:% +RACE:Demon of Corruption (Azizou) !PRERACE:1,% NAME:Azizou STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:7 @@ -208,9 +208,9 @@ FEAT:Multiattack FEAT:Weapon Finesse -STARTPACK:Demon of Corruption (Geruzou) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon of Corruption (Geruzou)] +STARTPACK:Demon of Corruption (Geruzou) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon of Corruption (Geruzou)] ALIGN:CE -RACE:Demon of Corruption (Geruzou) !PRERACE:% +RACE:Demon of Corruption (Geruzou) !PRERACE:1,% NAME:Geruzou STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Concentration RANK:8 @@ -224,9 +224,9 @@ FEAT:Multiattack FEAT:Weapon Finesse -STARTPACK:Demon (Daraka) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Daraka)] +STARTPACK:Demon (Daraka) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Daraka)] ALIGN:CE -RACE:Demon (Daraka) !PRERACE:% +RACE:Demon (Daraka) !PRERACE:1,% NAME:Demon, Daraka STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:15 @@ -248,9 +248,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Default Demon (Fraz-Urb'luu) VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Fraz-Urb'luu)] +STARTPACK:Default Demon (Fraz-Urb'luu) VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Fraz-Urb'luu)] ALIGN:CE -RACE:Demon (Fraz-Urb'luu) !PRERACE:% +RACE:Demon (Fraz-Urb'luu) !PRERACE:1,% NAME:Demon: Fraz-Urb'luu (Demon Prince) STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:43 @@ -294,9 +294,9 @@ SPELLS:SPELLBOOK=Known Spells|CLASS=Sorcerer|Binding|Charm Monster (Mass)|Summon Monster VIII SPELLS:SPELLBOOK=Known Spells|CLASS=Sorcerer|Dominate Monster|Power Word Kill|Wail of the Banshee -STARTPACK:Demon (Gharros) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Gharros)] +STARTPACK:Demon (Gharros) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Gharros)] ALIGN:CE -RACE:Demon (Gharros) !PRERACE:% +RACE:Demon (Gharros) !PRERACE:1,% NAME:Demon, Gharros (Scorpion Demon) STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:11 @@ -322,9 +322,9 @@ FEAT:Weapon Focus (Tail Sting) GEAR:Battleaxe SIZE:PC LOCATION:Primary Hand -STARTPACK:Demon (Jubilex) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Jubilex)] +STARTPACK:Demon (Jubilex) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Jubilex)] ALIGN:CE -RACE:Demon (Jubilex) !PRERACE:% +RACE:Demon (Jubilex) !PRERACE:1,% NAME:Demon: Jubilex "The Faceless Lord" (Demon Lord) STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:28 @@ -368,9 +368,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Antimagic Field|Dimensional Lock|Fire Storm|Inflict Critical Wounds (Mass)=2 SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Energy Drain|Heal (Mass)|Miracle|Soul Bind|True Resurrection -STARTPACK:Demon (Kostchtchie) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Kostchtchie)] +STARTPACK:Demon (Kostchtchie) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Kostchtchie)] ALIGN:CE -RACE:Demon (Kostchtchie) !PRERACE:% +RACE:Demon (Kostchtchie) !PRERACE:1,% NAME:Demon: Kostchtchie (Demon Lord) STAT:STR=11|DEX=10|CON=11|INT=11|WIS=11|CHA=10 SKILL:Balance RANK:22 @@ -413,9 +413,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Wizard|Incendiary Cloud|Mind Blank|Polymorph Any Object|Trap the Soul SPELLS:SPELLBOOK=Prepared Spells|CLASS=Wizard|Prismatic Sphere|Foresight|Power Word Kill|Shades -STARTPACK:Demon (Maphistal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Maphistal)] +STARTPACK:Demon (Maphistal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Maphistal)] ALIGN:CE -RACE:Demon (Maphistal) !PRERACE:% +RACE:Demon (Maphistal) !PRERACE:1,% NAME:Demon: Maphistal STAT:STR=10|DEX=11|CON=11|INT=11|WIS=11|CHA=10 SKILL:Balance RANK:23 @@ -442,9 +442,9 @@ FEAT:Power Attack GEAR:Mace (Heavy) SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS3W.UNHLY_M.CRUSH -STARTPACK:Demon (Nabasu (Demonling)) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Nabasu (Demonling))] +STARTPACK:Demon (Nabasu (Demonling)) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Nabasu (Demonling))] ALIGN:CE -RACE:Demon (Nabasu (Demonling)) !PRERACE:% +RACE:Demon (Nabasu (Demonling)) !PRERACE:1,% NAME:Demon, Nabasu, Demonling (Death Stealer) STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Climb RANK:8 @@ -463,9 +463,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Demon (Nabasu (Mature)) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Nabasu (Mature))] +STARTPACK:Demon (Nabasu (Mature)) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Nabasu (Mature))] ALIGN:CE -RACE:Demon (Nabasu (Mature)) !PRERACE:% +RACE:Demon (Nabasu (Mature)) !PRERACE:1,% NAME:Demon, Nabasu, Mature (Death Stealer) STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Climb RANK:11 @@ -486,9 +486,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Demon (Nerizo) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Nerizo)] +STARTPACK:Demon (Nerizo) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Nerizo)] ALIGN:CE -RACE:Demon (Nerizo) !PRERACE:% +RACE:Demon (Nerizo) !PRERACE:1,% NAME:Demon, Nerizo STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:13 @@ -505,9 +505,9 @@ FEAT:Power Attack FEAT:Track -STARTPACK:Demon (Orcus) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Orcus)] +STARTPACK:Demon (Orcus) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Orcus)] ALIGN:CE -RACE:Demon (Orcus) !PRERACE:% +RACE:Demon (Orcus) !PRERACE:1,% NAME:Demon: Orcus (Demon Prince of Undead) STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:44 @@ -566,9 +566,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Inflict Serious Wounds (Mass)|Repulsion|Word of Chaos SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Cloak of Chaos|Inflict Critical Wounds (Mass) -STARTPACK:Demon (Pazuzu) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Pazuzu)] +STARTPACK:Demon (Pazuzu) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Pazuzu)] ALIGN:CE -RACE:Demon (Pazuzu) !PRERACE:% +RACE:Demon (Pazuzu) !PRERACE:1,% NAME:Demon: Pazuzu (Demon Prince of Air) STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:42 @@ -615,9 +615,9 @@ SPELLS:SPELLBOOK=Known Spells|CLASS=Sorcerer|Soul Bind|Meteor Swarm|Prismatic Sphere SPELLS:SPELLBOOK=Known Spells|CLASS=Epic Spells (Arcane/CHA)|Eclipse|Nailed to the Sky|Rain of Fire -STARTPACK:Demon (Shadow) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Shadow)] +STARTPACK:Demon (Shadow) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Shadow)] ALIGN:CE -RACE:Demon (Shadow) !PRERACE:% +RACE:Demon (Shadow) !PRERACE:1,% NAME:Demon, Shadow STAT:DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:10 @@ -634,9 +634,9 @@ FEAT:Blind Fight FEAT:Improved Initiative -STARTPACK:Demon (Sonechard) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Sonechard)] +STARTPACK:Demon (Sonechard) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Sonechard)] ALIGN:CE -RACE:Demon (Sonechard) !PRERACE:% +RACE:Demon (Sonechard) !PRERACE:1,% NAME:Demon: Sonechard STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:25 @@ -664,9 +664,9 @@ FEAT:Weapon Focus (Pick (Heavy)) GEAR:Pick (Heavy) SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS4W.UNHLY_M.WOUND -STARTPACK:Demon (Stirge) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Stirge)] +STARTPACK:Demon (Stirge) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Stirge)] ALIGN:CE -RACE:Demon (Stirge) !PRERACE:% +RACE:Demon (Stirge) !PRERACE:1,% NAME:Demon, Stirge STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:8 @@ -685,9 +685,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Demon (Tsathogga) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Demon (Tsathogga)] +STARTPACK:Demon (Tsathogga) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Demon (Tsathogga)] ALIGN:CE -RACE:Demon (Tsathogga) !PRERACE:% +RACE:Demon (Tsathogga) !PRERACE:1,% NAME:Demon: Tsathogga (The Frog Demon God) STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=10 SKILL:Bluff RANK:38 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_devils.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_devils.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_devils.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Devil (Amon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Amon)] +STARTPACK:Devil (Amon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Amon)] ALIGN:LE -RACE:Devil (Amon) !PRERACE:% +RACE:Devil (Amon) !PRERACE:1,% NAME:Devil: Amon (Duke of Hell) STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=11 SKILL:Appraise RANK:20 @@ -40,9 +40,9 @@ FEAT:Overwhelming Critical (Mace (Heavy)) GEAR:Mace (Heavy) SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS4W.LAW_M.THNDR_M -STARTPACK:Devil (Baaphel) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Baaphel)] +STARTPACK:Devil (Baaphel) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Baaphel)] ALIGN:LE -RACE:Devil (Baaphel) !PRERACE:% +RACE:Devil (Baaphel) !PRERACE:1,% NAME:Devil: Baaphel (Duke of Hell) STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:23 @@ -72,9 +72,9 @@ GEAR:Chainmail SIZE:PC LOCATION:Equipped EQMOD:MWORKA.PLUS3A GEAR:Scythe SIZE:PC LOCATION:Both Hands EQMOD:MWORKW.PLUS3W.LAW_M.KEEN -STARTPACK:Devil (Bael) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Bael)] +STARTPACK:Devil (Bael) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Bael)] ALIGN:LE -RACE:Devil (Bael) !PRERACE:% +RACE:Devil (Bael) !PRERACE:1,% NAME:Devil: Bael (Duke of Hell) STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:23 @@ -108,9 +108,9 @@ GEAR:Chainmail SIZE:PC LOCATION:Equipped EQMOD:MWORKA.PLUS3A GEAR:Morningstar SIZE:PC LOCATION:Primary Hand EQMOD:MWORKA.PLUS4W.UNHLY_M.TELE -STARTPACK:Devil (Geryon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Geryon)] +STARTPACK:Devil (Geryon) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Geryon)] ALIGN:LE -RACE:Devil (Geryon) !PRERACE:% +RACE:Devil (Geryon) !PRERACE:1,% NAME:Devil: Geryon (Arch-Devil) STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Appraise RANK:34 @@ -157,9 +157,9 @@ SPELLS:SPELLBOOK=Known Spells|CLASS=Epic Spells (Arcane/CHA)|Crown of Vermin|Spell Worm GEAR:Bull's Horn LOCATION:Equipped -STARTPACK:Devil (Ghaddar) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Ghaddar)] +STARTPACK:Devil (Ghaddar) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Ghaddar)] ALIGN:LE -RACE:Devil (Ghaddar) !PRERACE:% +RACE:Devil (Ghaddar) !PRERACE:1,% NAME:Devil, Ghaddar STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:19 @@ -178,9 +178,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Devil (Gorson) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Gorson)] +STARTPACK:Devil (Gorson) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Gorson)] ALIGN:LE -RACE:Devil (Gorson) !PRERACE:% +RACE:Devil (Gorson) !PRERACE:1,% NAME:Devil: Gorson (The Blood Duke) STAT:STR=11|DEX=11|CON=10|INT=11|WIS=11|CHA=11 SKILL:Balance RANK:14 @@ -212,9 +212,9 @@ FEAT:Weapon Focus (Battleaxe) GEAR:Battleaxe SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS3W.WOUND -STARTPACK:Devil (Hutijin) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Hutijin)] +STARTPACK:Devil (Hutijin) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Hutijin)] ALIGN:LE -RACE:Devil (Hutijin) !PRERACE:% +RACE:Devil (Hutijin) !PRERACE:1,% NAME:Devil: Hutijin (Duke of Hell) STAT:STR=11|DEX=10|CON=11|INT=11|WIS=11|CHA=11 SKILL:Balance RANK:6 @@ -248,9 +248,9 @@ GEAR:Trident SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS4W.FLM_BR_M.UNHLY_M GEAR:Net of Snaring SIZE:PC LOCATION:Carried -STARTPACK:Devil (Lucifer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Lucifer)] +STARTPACK:Devil (Lucifer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Lucifer)] ALIGN:LE -RACE:Devil (Lucifer) !PRERACE:% +RACE:Devil (Lucifer) !PRERACE:1,% NAME:Devil: Lucifer STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:54 @@ -313,9 +313,9 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Gate|Heal (Mass)|Storm of Vengeance|True Resurrection SPELLS:SPELLBOOK=Known Spells|CLASS=Epic Spells|Enslave|Epic Mage Armor|Greater Ruin -STARTPACK:Devil (Moloch) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Moloch)] +STARTPACK:Devil (Moloch) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Moloch)] ALIGN:LE -RACE:Devil (Moloch) !PRERACE:% +RACE:Devil (Moloch) !PRERACE:1,% NAME:Devil: Moloch (Arch Devil) STAT:STR=10|DEX=10|CON=10|INT=11|WIS=10|CHA=11 SKILL:Appraise RANK:24 @@ -361,15 +361,15 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Energy Drain|Miracle|Soul Bind|True Resurrection GEAR:Whip (6 tail) SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.PLUS4W.UNHLY_M.SHOCK_M -STARTPACK:Devil (Nupperibo) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Nupperibo)] +STARTPACK:Devil (Nupperibo) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Nupperibo)] ALIGN:LE -RACE:Devil (Nupperibo) !PRERACE:% +RACE:Devil (Nupperibo) !PRERACE:1,% NAME:Devil, Nupperibo STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=10 -STARTPACK:Devil (Titivilus) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Titivilus)] +STARTPACK:Devil (Titivilus) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Titivilus)] ALIGN:LE -RACE:Devil (Titivilus) !PRERACE:% +RACE:Devil (Titivilus) !PRERACE:1,% NAME:Devil: Titivilus (Duke of Hell) STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Appraise RANK:20 @@ -400,9 +400,9 @@ FEAT:Quicken Spell Like Ability (Confusion) GEAR:Longsword SIZE:PC LOCATION:Primary Hand EQMOD:MWORKW.ALCHM.WOUND -STARTPACK:Devil (Tormentor) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Devil (Tormentor)] +STARTPACK:Devil (Tormentor) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Devil (Tormentor)] ALIGN:LE -RACE:Devil (Tormentor) !PRERACE:% +RACE:Devil (Tormentor) !PRERACE:1,% NAME:Devil, Tormentor (Tormentor of Souls) STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=11 SKILL:Balance RANK:3 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_e.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_e.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_e.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Common Eblis VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eblis] +STARTPACK:Common Eblis VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eblis] ALIGN:NE -RACE:Eblis !PRERACE:% +RACE:Eblis !PRERACE:1,% NAME:Eblis STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Diplomacy RANK:2 @@ -16,10 +16,10 @@ FEAT:Dodge FEAT:Lightning Reflexes -STARTPACK:Eblis Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eblis] +STARTPACK:Eblis Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eblis] KIT:Common Eblis -STARTPACK:Eblis (Spell User) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eblis] +STARTPACK:Eblis (Spell User) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eblis] KIT:Common Eblis SELECT:roll("2d4") KIT:Eblis Spells OPTION:1,2 @@ -31,7 +31,7 @@ KIT:Eblis Spells OPTION:1,7 KIT:Eblis Spells OPTION:1,8 -STARTPACK:Eblis Spells VISIBLE:NO PRERACE:Eblis +STARTPACK:Eblis Spells VISIBLE:NO PRERACE:1,Eblis SELECT:roll("1d8") TEMPLATE:Eblis (Ghost Sound) OPTION:1 TEMPLATE:Eblis (Disguise Self) OPTION:2 @@ -42,9 +42,9 @@ TEMPLATE:Eblis (Hypnotic Pattern) OPTION:7 TEMPLATE:Eblis (Whispering Wind) OPTION:8 -STARTPACK:Eel (Giant Moray) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eel (Giant Moray)] +STARTPACK:Eel (Giant Moray) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eel (Giant Moray)] ALIGN:TN -RACE:Eel (Giant Moray) !PRERACE:% +RACE:Eel (Giant Moray) !PRERACE:1,% NAME:Eel, Giant Moray STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -54,9 +54,9 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Elemental (Time/Common) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Time/Common)] +STARTPACK:Elemental (Time/Common) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Time/Common)] ALIGN:TN -RACE:Elemental (Time/Common) !PRERACE:% +RACE:Elemental (Time/Common) !PRERACE:1,% NAME:Elemental, Time - Common STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=11 SKILL:Listen RANK:15 @@ -69,9 +69,9 @@ FEAT:Improved Initiative FEAT:Weapon Finesse -STARTPACK:Elemental (Time/Noble) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Time/Noble)] +STARTPACK:Elemental (Time/Noble) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Time/Noble)] ALIGN:TN -RACE:Elemental (Time/Noble) !PRERACE:% +RACE:Elemental (Time/Noble) !PRERACE:1,% NAME:Elemental, Time - Noble STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=11 SKILL:Listen RANK:23 @@ -88,9 +88,9 @@ FEAT:Power Attack FEAT:Weapon Finesse -STARTPACK:Elemental (Time/Royal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Time/Royal)] +STARTPACK:Elemental (Time/Royal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Time/Royal)] ALIGN:TN -RACE:Elemental (Time/Royal) !PRERACE:% +RACE:Elemental (Time/Royal) !PRERACE:1,% NAME:Elemental, Time - Royal STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Diplomacy RANK:27 @@ -111,9 +111,9 @@ FEAT:Power Attack FEAT:Weapon Finesse -STARTPACK:Elemental Dragon (Air) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental Dragon (Air)] +STARTPACK:Elemental Dragon (Air) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental Dragon (Air)] ALIGN:LE|NE|CE -RACE:Elemental Dragon (Air) !PRERACE:% +RACE:Elemental Dragon (Air) !PRERACE:1,% NAME:Elemental Dragon, Air STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Intimidate RANK:10 @@ -132,9 +132,9 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Claw) -STARTPACK:Elemental Dragon (Earth) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental Dragon (Earth)] +STARTPACK:Elemental Dragon (Earth) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental Dragon (Earth)] ALIGN:LE|NE|CE -RACE:Elemental Dragon (Earth) !PRERACE:% +RACE:Elemental Dragon (Earth) !PRERACE:1,% NAME:Elemental Dragon, Earth STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:6 @@ -153,9 +153,9 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Claw) -STARTPACK:Elemental Dragon (Fire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental Dragon (Fire)] +STARTPACK:Elemental Dragon (Fire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental Dragon (Fire)] ALIGN:LE|NE|CE -RACE:Elemental Dragon (Fire) !PRERACE:% +RACE:Elemental Dragon (Fire) !PRERACE:1,% NAME:Elemental Dragon, Fire STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Knowledge (The Planes) RANK:16 @@ -173,9 +173,9 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Claw) -STARTPACK:Elemental Dragon (Water) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental Dragon (Water)] +STARTPACK:Elemental Dragon (Water) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental Dragon (Water)] ALIGN:LE|NE|CE -RACE:Elemental Dragon (Water) !PRERACE:% +RACE:Elemental Dragon (Water) !PRERACE:1,% NAME:Elemental Dragon, Water STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:12 @@ -193,18 +193,18 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Claw) -STARTPACK:Default Executioner's Hood VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Executioner's Hood] +STARTPACK:Default Executioner's Hood VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Executioner's Hood] ALIGN:TN -RACE:Executioner's Hood !PRERACE:% +RACE:Executioner's Hood !PRERACE:1,% NAME:Executioner's Hood STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:3 SKILL:Spot RANK:2 FEAT:Alertness -STARTPACK:Eye Killer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eye Killer] +STARTPACK:Eye Killer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eye Killer] ALIGN:CE -RACE:Eye Killer !PRERACE:% +RACE:Eye Killer !PRERACE:1,% NAME:Eye Killer STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:4 @@ -212,9 +212,9 @@ FEAT:Alertness FEAT:Weapon Focus (Tail Slap) -STARTPACK:Eye Killer (Umbral) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eye Killer (Umbral)] +STARTPACK:Eye Killer (Umbral) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eye Killer (Umbral)] ALIGN:CE -RACE:Eye Killer (Umbral) !PRERACE:% +RACE:Eye Killer (Umbral) !PRERACE:1,% NAME:Umbral Eye Killer STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:4 @@ -222,9 +222,9 @@ FEAT:Alertness FEAT:Weapon Focus (Tail Slap) -STARTPACK:Eye of the Deep Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Eye of the Deep] +STARTPACK:Eye of the Deep Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Eye of the Deep] ALIGN:LE -RACE:Eye of the Deep !PRERACE:% +RACE:Eye of the Deep !PRERACE:1,% NAME:Eye of the Deep STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:9 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_f.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_f.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_f.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,27 +2,27 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:False Spider (Pedipalp) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:False Spider (Pedipalp)] +STARTPACK:False Spider (Pedipalp) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,False Spider (Pedipalp)] ALIGN:TN -RACE:False Spider (Pedipalp) !PRERACE:% +RACE:False Spider (Pedipalp) !PRERACE:1,% NAME:Pedipalp STAT:STR=10|DEX=10|CON=11|WIS=10|CHA=10 -STARTPACK:False Spider (Pedipalp/Poisonous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:False Spider (Pedipalp/Poisonous)] +STARTPACK:False Spider (Pedipalp/Poisonous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,False Spider (Pedipalp/Poisonous)] ALIGN:TN -RACE:False Spider (Pedipalp/Poisonous) !PRERACE:% +RACE:False Spider (Pedipalp/Poisonous) !PRERACE:1,% NAME:Poisonous Pedipalp STAT:STR=10|DEX=10|CON=11|WIS=10|CHA=10 -STARTPACK:False Spider (Solifugid) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:False Spider (Solifugid)] +STARTPACK:False Spider (Solifugid) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,False Spider (Solifugid)] ALIGN:TN -RACE:False Spider (Solifugid) !PRERACE:% +RACE:False Spider (Solifugid) !PRERACE:1,% NAME:Solifugid STAT:STR=10|DEX=10|CON=11|WIS=10|CHA=10 -STARTPACK:Fen Witch Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fen Witch] +STARTPACK:Fen Witch Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fen Witch] ALIGN:CE -RACE:Fen Witch !PRERACE:% +RACE:Fen Witch !PRERACE:1,% NAME:Fen Witch STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=11 SKILL:TYPE.Craft RANK:3 @@ -34,9 +34,9 @@ FEAT:Blind Fight FEAT:Great Fortitude -STARTPACK:Fire Lizard Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fire Lizard] +STARTPACK:Fire Lizard Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fire Lizard] ALIGN:TN -RACE:Fire Lizard !PRERACE:% +RACE:Fire Lizard !PRERACE:1,% NAME:Fire Lizard STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=11 SKILL:Listen RANK:6 @@ -46,9 +46,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Fire Nymph Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fire Nymph] +STARTPACK:Fire Nymph Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fire Nymph] ALIGN:CN -RACE:Fire Nymph !PRERACE:% +RACE:Fire Nymph !PRERACE:1,% NAME:Fire Nymph STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=11 SKILL:Concentration RANK:5 @@ -64,9 +64,9 @@ SKILL:Survival RANK:5 FEAT:Dodge -STARTPACK:Fire Snake Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fire Snake] +STARTPACK:Fire Snake Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fire Snake] ALIGN:TN -RACE:Fire Snake !PRERACE:% +RACE:Fire Snake !PRERACE:1,% NAME:Fire Snake STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=11 SKILL:Balance RANK:3 @@ -76,9 +76,9 @@ SKILL:Spot RANK:3 FEAT:Weapon Finesse -STARTPACK:Firefiend Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Firefiend] +STARTPACK:Firefiend Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Firefiend] ALIGN:CE -RACE:Firefiend !PRERACE:% +RACE:Firefiend !PRERACE:1,% NAME:Firefiend STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:4 @@ -90,9 +90,9 @@ GEAR:Longsword SIZE:PC LOCATION:Secondary Hand GEAR:Longsword SIZE:PC LOCATION:Secondary Hand 2 -STARTPACK:Flail Snail Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Flail Snail] +STARTPACK:Flail Snail Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Flail Snail] ALIGN:TN -RACE:Flail Snail !PRERACE:% +RACE:Flail Snail !PRERACE:1,% NAME:Flail Snail STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:4 @@ -100,9 +100,9 @@ FEAT:Alertness FEAT:Weapon Focus (Tentacle Slam) -STARTPACK:Flind Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Flind] +STARTPACK:Flind Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Flind] ALIGN:LE -RACE:Flind !PRERACE:% +RACE:Flind !PRERACE:1,% NAME:Flind STAT:STR=11|DEX=11|CON=10|INT=11|WIS=11|CHA=10 SKILL:Listen RANK:5 @@ -113,18 +113,18 @@ GEAR:Scale Mail SIZE:PC LOCATION:Equipped GEAR:Shield (Heavy/Metal) SIZE:PC LOCATION:Equipped -STARTPACK:Floating Eye Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Floating Eye] +STARTPACK:Floating Eye Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Floating Eye] ALIGN:TN -RACE:Floating Eye !PRERACE:% +RACE:Floating Eye !PRERACE:1,% NAME:Floating Eye STAT:STR=11|DEX=11|CON=11|INT=11|WIS=10|CHA=10 SKILL:Listen RANK:1 SKILL:Spot RANK:1 FEAT:Alertness -STARTPACK:Flumph Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Flumph] +STARTPACK:Flumph Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Flumph] ALIGN:LG -RACE:Flumph !PRERACE:% +RACE:Flumph !PRERACE:1,% NAME:Flumph STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:2 @@ -134,15 +134,15 @@ SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Fly (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fly (Giant)] +STARTPACK:Fly (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fly (Giant)] ALIGN:TN -RACE:Fly (Giant) !PRERACE:% +RACE:Fly (Giant) !PRERACE:1,% NAME:Fly, Giant STAT:STR=10|DEX=11|CON=10|WIS=10|CHA=11 -STARTPACK:Fogwarden Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Fogwarden] +STARTPACK:Fogwarden Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Fogwarden] ALIGN:NE -RACE:Fogwarden !PRERACE:% +RACE:Fogwarden !PRERACE:1,% NAME:Fogwarden STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:4 @@ -154,39 +154,39 @@ FEAT:Alertness FEAT:Weapon Focus (Lightning Bolt) -STARTPACK:Default Forester's Bane VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Forester's Bane] +STARTPACK:Default Forester's Bane VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Forester's Bane] ALIGN:TN -RACE:Forester's Bane !PRERACE:% +RACE:Forester's Bane !PRERACE:1,% NAME:Forester's Bane (Snapper Saw) STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=11 -STARTPACK:Frog (Monstrous/Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Frog (Monstrous/Giant)] +STARTPACK:Frog (Monstrous/Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Frog (Monstrous/Giant)] ALIGN:TN -RACE:Frog (Monstrous/Giant) !PRERACE:% +RACE:Frog (Monstrous/Giant) !PRERACE:1,% NAME:Frog, Monstrous (Giant) STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:3 SKILL:Spot RANK:2 -STARTPACK:Frog (Monstrous/Giant Dire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Frog (Monstrous/Giant Dire)] +STARTPACK:Frog (Monstrous/Giant Dire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Frog (Monstrous/Giant Dire)] ALIGN:TN -RACE:Frog (Monstrous/Giant Dire) !PRERACE:% +RACE:Frog (Monstrous/Giant Dire) !PRERACE:1,% NAME:Frog, Monstrous (Giant Dire) STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:4 SKILL:Spot RANK:3 -STARTPACK:Frog (Monstrous/Killer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Frog (Monstrous/Killer)] +STARTPACK:Frog (Monstrous/Killer) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Frog (Monstrous/Killer)] ALIGN:TN -RACE:Frog (Monstrous/Killer) !PRERACE:% +RACE:Frog (Monstrous/Killer) !PRERACE:1,% NAME:Frog, Monstrous (Killer) STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:2 SKILL:Spot RANK:2 -STARTPACK:Frog (Monstrous/Abyssal Dire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Frog (Monstrous/Abyssal Dire)] +STARTPACK:Frog (Monstrous/Abyssal Dire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Frog (Monstrous/Abyssal Dire)] ALIGN:CE -RACE:Frog (Monstrous/Abyssal Dire) !PRERACE:% +RACE:Frog (Monstrous/Abyssal Dire) !PRERACE:1,% NAME:Frog, Monstrous (Abyssal Dire) STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:9 @@ -198,17 +198,17 @@ FEAT:Power Attack FEAT:Weapon Focus (Tongue) -STARTPACK:Frog (Monstrous/Poisonous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Frog (Monstrous/Poisonous)] +STARTPACK:Frog (Monstrous/Poisonous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Frog (Monstrous/Poisonous)] ALIGN:TN -RACE:Frog (Monstrous/Poisonous) !PRERACE:% +RACE:Frog (Monstrous/Poisonous) !PRERACE:1,% NAME:Frog, Monstrous (Poisonous) STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Jump RANK:4 SKILL:Spot RANK:1 -STARTPACK:Froghemoth Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Froghemoth] +STARTPACK:Froghemoth Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Froghemoth] ALIGN:TN -RACE:Froghemoth !PRERACE:% +RACE:Froghemoth !PRERACE:1,% NAME:Froghemoth STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Hide RANK:2 @@ -222,9 +222,9 @@ FEAT:Skill Focus (Hide) FEAT:Toughness -STARTPACK:Frost Man Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Frost Man] +STARTPACK:Frost Man Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Frost Man] ALIGN:LE -RACE:Frost Man !PRERACE:% +RACE:Frost Man !PRERACE:1,% NAME:Frost Man STAT:STR=10|DEX=12|CON=12|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:3 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_g.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_g.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_g.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Gambado Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gambado] +STARTPACK:Gambado Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gambado] ALIGN:CN -RACE:Gambado !PRERACE:% +RACE:Gambado !PRERACE:1,% NAME:Gambado STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:2 @@ -13,9 +13,9 @@ FEAT:Alertness FEAT:Skill Focus (Hide) -STARTPACK:Gargoyle (Four-Armed) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gargoyle (Four-Armed)] +STARTPACK:Gargoyle (Four-Armed) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gargoyle (Four-Armed)] ALIGN:CE -RACE:Gargoyle (Four-Armed) !PRERACE:% +RACE:Gargoyle (Four-Armed) !PRERACE:1,% NAME:Gargoyle, Four-Armed STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:3 @@ -24,9 +24,9 @@ FEAT:Multiattack FEAT:Toughness -STARTPACK:Gargoyle (Green Guardian) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gargoyle (Green Guardian)] +STARTPACK:Gargoyle (Green Guardian) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gargoyle (Green Guardian)] ALIGN:CE -RACE:Gargoyle (Green Guardian) !PRERACE:% +RACE:Gargoyle (Green Guardian) !PRERACE:1,% NAME:Gargoyle, Green Guardian STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Hide RANK:3 @@ -35,9 +35,9 @@ FEAT:Multiattack FEAT:Toughness -STARTPACK:Gargoyle (Margoyle) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gargoyle (Margoyle)] +STARTPACK:Gargoyle (Margoyle) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gargoyle (Margoyle)] ALIGN:CE -RACE:Gargoyle (Margoyle) !PRERACE:% +RACE:Gargoyle (Margoyle) !PRERACE:1,% NAME:Gargoyle, Margoyle STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:5 @@ -47,9 +47,9 @@ FEAT:Power Attack FEAT:Toughness -STARTPACK:Ghoul-Stirge Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ghoul-Stirge] +STARTPACK:Ghoul-Stirge Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ghoul-Stirge] ALIGN:CE -RACE:Ghoul-Stirge !PRERACE:% +RACE:Ghoul-Stirge !PRERACE:1,% NAME:Ghoul-Stirge STAT:STR=10|DEX=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:4 @@ -58,9 +58,9 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Giant (Sand) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Giant (Sand)] +STARTPACK:Giant (Sand) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Giant (Sand)] ALIGN:NE -RACE:Giant (Sand) !PRERACE:% +RACE:Giant (Sand) !PRERACE:1,% NAME:Giant, Sand STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Jump RANK:15 @@ -76,9 +76,9 @@ GEAR:Leather SIZE:PC LOCATION:Equipped GEAR:Greatsword SIZE:PC LOCATION:Both Hands -STARTPACK:Giant (Wood) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Giant (Wood)] +STARTPACK:Giant (Wood) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Giant (Wood)] ALIGN:CG -RACE:Giant (Wood) !PRERACE:% +RACE:Giant (Wood) !PRERACE:1,% NAME:Giant, Wood STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:8 @@ -93,9 +93,9 @@ GEAR:Greatsword SIZE:PC LOCATION:Carried GEAR:Longbow (Composite) SIZE:PC LOCATION:Both Hands EQMOD:BOWSTR|5 -STARTPACK:Gloomwing Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gloomwing] +STARTPACK:Gloomwing Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gloomwing] ALIGN:TN -RACE:Gloomwing !PRERACE:% +RACE:Gloomwing !PRERACE:1,% NAME:Gloomwing STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:8 @@ -105,9 +105,9 @@ FEAT:Flyby Attack FEAT:Weapon Finesse -STARTPACK:Golem (Blood) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Golem (Blood)] +STARTPACK:Golem (Blood) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Golem (Blood)] ALIGN:TN -RACE:Golem (Blood) !PRERACE:% +RACE:Golem (Blood) !PRERACE:1,% NAME:Golem, Blood STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=11 SKILL:Listen RANK:4 @@ -116,33 +116,33 @@ FEAT:Great Fortitude FEAT:Toughness -STARTPACK:Golem (Ice) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Golem (Ice)] +STARTPACK:Golem (Ice) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Golem (Ice)] ALIGN:TN -RACE:Golem (Ice) !PRERACE:% +RACE:Golem (Ice) !PRERACE:1,% NAME:Golem, Ice STAT:STR=11|DEX=11|WIS=11|CHA=11 -STARTPACK:Golem (Stone Guardian) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Golem (Stone Guardian)] +STARTPACK:Golem (Stone Guardian) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Golem (Stone Guardian)] ALIGN:TN -RACE:Golem (Stone Guardian) !PRERACE:% +RACE:Golem (Stone Guardian) !PRERACE:1,% NAME:Golem, Stone Guardian STAT:STR=11|DEX=11|WIS=11|CHA=11 -STARTPACK:Golem (Tallow) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Golem (Tallow)] +STARTPACK:Golem (Tallow) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Golem (Tallow)] ALIGN:TN -RACE:Golem (Tallow) !PRERACE:% +RACE:Golem (Tallow) !PRERACE:1,% NAME:Golem, Tallow STAT:STR=11|DEX=11|WIS=11|CHA=11 -STARTPACK:Golem (Wood) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Golem (Wood)] +STARTPACK:Golem (Wood) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Golem (Wood)] ALIGN:TN -RACE:Golem (Wood) !PRERACE:% +RACE:Golem (Wood) !PRERACE:1,% NAME:Golem, Wood STAT:STR=10|DEX=11|WIS=11|CHA=11 -STARTPACK:Gorbel Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gorbel] +STARTPACK:Gorbel Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gorbel] ALIGN:TN -RACE:Gorbel !PRERACE:% +RACE:Gorbel !PRERACE:1,% NAME:Gorbel STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:1 @@ -150,9 +150,9 @@ SKILL:Spot RANK:2 FEAT:Flyby Attack -STARTPACK:Gorgimera Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gorgimera] +STARTPACK:Gorgimera Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gorgimera] ALIGN:TN -RACE:Gorgimera !PRERACE:% +RACE:Gorgimera !PRERACE:1,% NAME:Gorgimera STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:5 @@ -163,9 +163,9 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Gorgon (True/Sthenno) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gorgon (True/Sthenno)] +STARTPACK:Gorgon (True/Sthenno) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gorgon (True/Sthenno)] ALIGN:LE -RACE:Gorgon (True/Sthenno) !PRERACE:% +RACE:Gorgon (True/Sthenno) !PRERACE:1,% NAME:Sthenno STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:11 @@ -192,9 +192,9 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Snakes) -STARTPACK:Gorgon (True/Euryale) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gorgon (True/Euryale)] +STARTPACK:Gorgon (True/Euryale) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gorgon (True/Euryale)] ALIGN:LE -RACE:Gorgon (True/Euryale) !PRERACE:% +RACE:Gorgon (True/Euryale) !PRERACE:1,% NAME:Euryale STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Balance RANK:21 @@ -221,9 +221,9 @@ FEAT:Weapon Focus (Bite) FEAT:Weapon Focus (Snakes) -STARTPACK:Gorilla Bear Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gorilla Bear] +STARTPACK:Gorilla Bear Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gorilla Bear] ALIGN:TN -RACE:Gorilla Bear !PRERACE:% +RACE:Gorilla Bear !PRERACE:1,% NAME:Gorilla Bear STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Climb RANK:4 @@ -233,9 +233,9 @@ FEAT:Alertness FEAT:Toughness -STARTPACK:Grippli Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Grippli] +STARTPACK:Grippli Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Grippli] ALIGN:TN -RACE:Grippli !PRERACE:% +RACE:Grippli !PRERACE:1,% NAME:Grippli STAT:STR=13|DEX=11|CON=12|INT=10|WIS=9|CHA=8 CLASS:Warrior LEVEL:1 @@ -248,9 +248,9 @@ GEAR:Dart SIZE:PC LOCATION:Carried GEAR:Net SIZE:PC LOCATION:Carried -STARTPACK:Groaning Spirit Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Groaning Spirit] +STARTPACK:Groaning Spirit Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Groaning Spirit] ALIGN:CE -RACE:Groaning Spirit !PRERACE:% +RACE:Groaning Spirit !PRERACE:1,% NAME:Groaning Spirit STAT:DEX=11|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:10 @@ -264,9 +264,9 @@ FEAT:Blind Fight FEAT:Improved Initiative -STARTPACK:Gryph Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Gryph] +STARTPACK:Gryph Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Gryph] ALIGN:NE -RACE:Gryph !PRERACE:% +RACE:Gryph !PRERACE:1,% NAME:Gryph STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -274,9 +274,9 @@ SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Guardian Daemon Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Guardian Daemon] +STARTPACK:Guardian Daemon Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Guardian Daemon] ALIGN:TN -RACE:Guardian Daemon !PRERACE:% +RACE:Guardian Daemon !PRERACE:1,% NAME:Guardian Daemon STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Bluff RANK:10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_h.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_h.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_h.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Hangman Tree Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Hangman Tree] +STARTPACK:Hangman Tree Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Hangman Tree] ALIGN:TN -RACE:Hangman Tree !PRERACE:% +RACE:Hangman Tree !PRERACE:1,% NAME:Hangman Tree STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:3 @@ -14,14 +14,14 @@ FEAT:Improved Initiative FEAT:Iron Will -STARTPACK:Haunt Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Haunt] -RACE:Haunt !PRERACE:% +STARTPACK:Haunt Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Haunt] +RACE:Haunt !PRERACE:1,% NAME:Haunt STAT:DEX=11|WIS=10|CHA=10 -STARTPACK:Hell Moth Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Hell Moth] +STARTPACK:Hell Moth Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Hell Moth] ALIGN:TN -RACE:Hell Moth !PRERACE:% +RACE:Hell Moth !PRERACE:1,% NAME:Hell Moth STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:3 @@ -32,9 +32,9 @@ FEAT:Endurance FEAT:Improved Initiative -STARTPACK:Hippocampus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Hippocampus] +STARTPACK:Hippocampus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Hippocampus] ALIGN:CG -RACE:Hippocampus !PRERACE:% +RACE:Hippocampus !PRERACE:1,% NAME:Hippocampus STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:4 @@ -43,9 +43,9 @@ FEAT:Alertness FEAT:Endurance -STARTPACK:Hoar Fox Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Hoar Fox] +STARTPACK:Hoar Fox Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Hoar Fox] ALIGN:TN -RACE:Hoar Fox !PRERACE:% +RACE:Hoar Fox !PRERACE:1,% NAME:Hoar Fox STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -53,9 +53,9 @@ SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Huecuva Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Huecuva] +STARTPACK:Huecuva Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Huecuva] ALIGN:CE -RACE:Huecuva !PRERACE:% +RACE:Huecuva !PRERACE:1,% NAME:Huecuva STAT:STR=10|DEX=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_i_j.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_i_j.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_i_j.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Inphidian Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Inphidian] +STARTPACK:Inphidian Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Inphidian] ALIGN:NE -RACE:Inphidian !PRERACE:% +RACE:Inphidian !PRERACE:1,% NAME:Inphidian STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 SKILL:Craft (Poisonmaking) RANK:7 @@ -16,16 +16,16 @@ FEAT:Alertness FEAT:Improved Initiative -STARTPACK:Iron Cobra Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Iron Cobra] +STARTPACK:Iron Cobra Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Iron Cobra] GENDER:None ALIGN:TN -RACE:Iron Cobra !PRERACE:% +RACE:Iron Cobra !PRERACE:1,% NAME:Iron Cobra STAT:STR=10|DEX=11|WIS=11|CHA=11 -STARTPACK:Jack-O-Lantern Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Jack-O-Lantern] +STARTPACK:Jack-O-Lantern Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Jack-O-Lantern] ALIGN:TN -RACE:Jack-O-Lantern !PRERACE:% +RACE:Jack-O-Lantern !PRERACE:1,% NAME:Jack-O-Lantern GENDER:None STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:3 @@ -35,24 +35,24 @@ FEAT:Mobility FEAT:Stealthy -STARTPACK:Jaculi Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Jaculi] +STARTPACK:Jaculi Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Jaculi] ALIGN:TN -RACE:Jaculi !PRERACE:% +RACE:Jaculi !PRERACE:1,% NAME:Jaculi STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 SKILL:Listen RANK:2 SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Jellyfish (Monstrous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Jellyfish (Monstrous)] +STARTPACK:Jellyfish (Monstrous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Jellyfish (Monstrous)] ALIGN:TN -RACE:Jellyfish (Monstrous) !PRERACE:% +RACE:Jellyfish (Monstrous) !PRERACE:1,% NAME:Jellyfish, Monstrous STAT:STR=11|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Jupiter Bloodsucker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Jupiter Bloodsucker] +STARTPACK:Jupiter Bloodsucker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Jupiter Bloodsucker] ALIGN:TN -RACE:Jupiter Bloodsucker !PRERACE:% +RACE:Jupiter Bloodsucker !PRERACE:1,% NAME:Jupiter Bloodsucker STAT:STR=10|DEX=11|CON=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_k.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_k.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_k.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,7 +2,7 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Common Kamadan VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kamadan%] +STARTPACK:Common Kamadan VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kamadan%] ALIGN:TN STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=11 SKILL:Hide RANK:1 @@ -12,19 +12,19 @@ FEAT:Alertness FEAT:Dodge -STARTPACK:Kamadan Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kamadan] -RACE:Kamadan !PRERACE:% +STARTPACK:Kamadan Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kamadan] +RACE:Kamadan !PRERACE:1,% NAME:Kamadan KIT:Common Kamadan -STARTPACK:Kamadan (Poisonous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kamadan (Poisonous)] -RACE:Kamadan (Poisonous) !PRERACE:% +STARTPACK:Kamadan (Poisonous) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kamadan (Poisonous)] +RACE:Kamadan (Poisonous) !PRERACE:1,% NAME:Poisonous Kamadan KIT:Common Kamadan -STARTPACK:Kampfult Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kampfult] +STARTPACK:Kampfult Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kampfult] ALIGN:TN -RACE:Kampfult !PRERACE:% +RACE:Kampfult !PRERACE:1,% NAME:Kampfult (Sinewy Mugger) STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -32,9 +32,9 @@ SKILL:Move Silently RANK:1 FEAT:Skill Focus (Hide) -STARTPACK:Kech Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kech] +STARTPACK:Kech Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kech] ALIGN:NE -RACE:Kech !PRERACE:% +RACE:Kech !PRERACE:1,% NAME:Kech STAT:STR=11|DEX=11|CON=10|INT=10|WIS=11|CHA=11 SKILL:Climb RANK:2 @@ -45,9 +45,9 @@ FEAT:Dodge FEAT:Mobility -STARTPACK:Kelp Devil Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kelp Devil] +STARTPACK:Kelp Devil Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kelp Devil] ALIGN:NE -RACE:Kelp Devil !PRERACE:% +RACE:Kelp Devil !PRERACE:1,% NAME:Kelp Devil STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:5 @@ -57,9 +57,9 @@ FEAT:Improved Initiative FEAT:Iron Will -STARTPACK:Kelpie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Kelpie] +STARTPACK:Kelpie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Kelpie] ALIGN:NE -RACE:Kelpie !PRERACE:% +RACE:Kelpie !PRERACE:1,% NAME:Kelpie STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=11 SKILL:Bluff RANK:2 @@ -69,9 +69,9 @@ FEAT:Alertness FEAT:Improved Initiative -STARTPACK:Khargra Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Khargra] +STARTPACK:Khargra Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Khargra] ALIGN:TN -RACE:Khargra !PRERACE:% +RACE:Khargra !PRERACE:1,% NAME:Khargra STAT:STR=11|DEX=11|CON=11|INT=11|WIS=11|CHA=10 SKILL:Hide RANK:9 @@ -84,9 +84,9 @@ FEAT:Improved Initiative FEAT:Multiattack -STARTPACK:Killmoulis Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Killmoulis] +STARTPACK:Killmoulis Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Killmoulis] ALIGN:CN -RACE:Killmoulis !PRERACE:% +RACE:Killmoulis !PRERACE:1,% NAME:Killmoulis STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 SKILL:TYPE.Craft RANK:2 @@ -99,9 +99,9 @@ FEAT:Dodge GEAR:Dagger SIZE:PC LOCATION:Primary Hand -STARTPACK:Korred Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Korred] +STARTPACK:Korred Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Korred] ALIGN:CN -RACE:Korred !PRERACE:% +RACE:Korred !PRERACE:1,% NAME:Korred STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:9 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_l.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_l.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_l.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Land Lamprey Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Land Lamprey] +STARTPACK:Land Lamprey Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Land Lamprey] ALIGN:TN -RACE:Land Lamprey !PRERACE:% +RACE:Land Lamprey !PRERACE:1,% NAME:Land Lamprey STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -12,9 +12,9 @@ SKILL:Move Silently RANK:1 FEAT:Weapon Finesse -STARTPACK:Lava Child Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Lava Child] +STARTPACK:Lava Child Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Lava Child] ALIGN:TN -RACE:Lava Child !PRERACE:% +RACE:Lava Child !PRERACE:1,% NAME:Lava Child STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=11 SKILL:Listen RANK:7 @@ -22,19 +22,19 @@ FEAT:Alertness FEAT:Improved Initiative -STARTPACK:Leech (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Leech (Giant)] +STARTPACK:Leech (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Leech (Giant)] ALIGN:TN -RACE:Leech (Giant) !PRERACE:% +RACE:Leech (Giant) !PRERACE:1,% NAME:Leech, Giant STAT:STR=11|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Livestone Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Livestone] +STARTPACK:Livestone Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Livestone] ALIGN:TN -RACE:Livestone !PRERACE:% +RACE:Livestone !PRERACE:1,% NAME:Livestone STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=11 -STARTPACK:Common Lurker VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Lurker%] +STARTPACK:Common Lurker VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Lurker%] ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=10 SKILL:Hide RANK:5 @@ -45,13 +45,13 @@ FEAT:Improved Initiative FEAT:Lightning Reflexes -STARTPACK:Lurker Above Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Lurker Above] -RACE:Lurker Above !PRERACE:% +STARTPACK:Lurker Above Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Lurker Above] +RACE:Lurker Above !PRERACE:1,% NAME:Lurker Above KIT:Common Lurker -STARTPACK:Lurker Below Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Lurker Below] -RACE:Lurker Below !PRERACE:% +STARTPACK:Lurker Below Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Lurker Below] +RACE:Lurker Below !PRERACE:1,% NAME:Lurker Below KIT:Common Lurker Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_m.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_m.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_m.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,9 +2,9 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Magnesium Spirit Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Magnesium Spirit] +STARTPACK:Magnesium Spirit Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Magnesium Spirit] ALIGN:LE -RACE:Magnesium Spirit !PRERACE:% +RACE:Magnesium Spirit !PRERACE:1,% NAME:Magnesium Spirit STAT:DEX=11|CON=11|INT=10|WIS=11|CHA=11 SKILL:Bluff RANK:9 @@ -22,9 +22,9 @@ FEAT:Improved Initiative -STARTPACK:Mandragora Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mandragora] +STARTPACK:Mandragora Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mandragora] ALIGN:NE -RACE:Mandragora !PRERACE:% +RACE:Mandragora !PRERACE:1,% NAME:Mandragora STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Hide RANK:1 @@ -33,9 +33,9 @@ SKILL:Spot RANK:1 FEAT:Alertness -STARTPACK:Mantari Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mantari] +STARTPACK:Mantari Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mantari] ALIGN:NE -RACE:Mantari !PRERACE:% +RACE:Mantari !PRERACE:1,% NAME:Mantari STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=10 SKILL:Listen RANK:1 @@ -43,9 +43,9 @@ SKILL:Spot RANK:2 FEAT:Alertness -STARTPACK:Marble Snake Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Marble Snake] +STARTPACK:Marble Snake Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Marble Snake] ALIGN:TN -RACE:Marble Snake !PRERACE:% +RACE:Marble Snake !PRERACE:1,% NAME:Marble Snake STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=11 SKILL:Climb RANK:1 @@ -57,9 +57,9 @@ FEAT:Alertness FEAT:Toughness -STARTPACK:Medusa (Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Medusa (Greater)] +STARTPACK:Medusa (Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Medusa (Greater)] ALIGN:LE -RACE:Medusa (Greater) !PRERACE:% +RACE:Medusa (Greater) !PRERACE:1,% NAME:Medusa, Greater STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=11 SKILL:Bluff RANK:7 @@ -73,9 +73,9 @@ GEAR:Shortbow (Composite) SIZE:PC LOCATION:Both Hands EQMOD:BOWSTR|2 GEAR:Dagger SIZE:PC LOCATION:Carried -STARTPACK:Midnight Peddler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Midnight Peddler] +STARTPACK:Midnight Peddler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Midnight Peddler] ALIGN:TN -RACE:Midnight Peddler !PRERACE:% +RACE:Midnight Peddler !PRERACE:1,% NAME:Midnight Peddler STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=11 SKILL:Bluff RANK:10 @@ -93,9 +93,9 @@ FEAT:Dodge FEAT:Improved Initiative -STARTPACK:Mihstu Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mihstu] +STARTPACK:Mihstu Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mihstu] ALIGN:NE -RACE:Mihstu !PRERACE:% +RACE:Mihstu !PRERACE:1,% NAME:Mihstu STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=11 SKILL:Hide RANK:8 @@ -107,34 +107,34 @@ FEAT:Improved Initiative FEAT:Weapon Finesse -STARTPACK:Common Mite VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mite%] +STARTPACK:Common Mite VISIBLE:NO EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mite%] STAT:STR=13|DEX=11|CON=12|INT=10|WIS=9|CHA=8 CLASS:Warrior LEVEL:1 SKILL:Hide RANK:1 SKILL:Move Silently RANK:1 SKILL:Spot RANK:1 -STARTPACK:Mite (Common) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mite (Common)] +STARTPACK:Mite (Common) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mite (Common)] ALIGN:LE -RACE:Mite (Common) !PRERACE:% +RACE:Mite (Common) !PRERACE:1,% NAME:Common Mite KIT:Common Mite SKILL:Craft (Trapmaking) RANK:1 FEAT:Weapon Focus (Club) GEAR:Club SIZE:PC LOCATION:Primary Hand -STARTPACK:Mite (Pestie) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mite (Pestie)] +STARTPACK:Mite (Pestie) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mite (Pestie)] ALIGN:TN -RACE:Mite (Pestie) !PRERACE:% +RACE:Mite (Pestie) !PRERACE:1,% NAME:Pestie KIT:Common Mite SKILL:Sleight of Hand RANK:1 FEAT:Weapon Finesse GEAR:Dagger SIZE:PC LOCATION:Primary Hand -STARTPACK:Mongrelman Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mongrelman] +STARTPACK:Mongrelman Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mongrelman] ALIGN:LN -RACE:Mongrelman !PRERACE:% +RACE:Mongrelman !PRERACE:1,% NAME:Mongrelman STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 SKILL:Climb RANK:1 @@ -146,7 +146,7 @@ FEAT:Ability Focus (Sound Imitation) GEAR:Club SIZE:PC LOCATION:Primary Hand -STARTPACK:Random Mongrelman VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mongrelman] +STARTPACK:Random Mongrelman VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mongrelman] KIT:Default Mongrelman KIT:Mongrelman Head (Left) KIT:Mongrelman Head (Right) @@ -642,9 +642,9 @@ TEMPLATE:Orc Jaw/Mouth OPTION:1 TEMPLATE:Ogre Jaw/Mouth OPTION:2 -STARTPACK:Moon Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Moon Dog] +STARTPACK:Moon Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Moon Dog] ALIGN:NG -RACE:Moon Dog !PRERACE:% +RACE:Moon Dog !PRERACE:1,% NAME:Moon Dog STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=10 SKILL:Concentration RANK:12 @@ -662,9 +662,9 @@ FEAT:Improved Initiative FEAT:Weapon Focus (Bite) -STARTPACK:Muckdweller Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Muckdweller] +STARTPACK:Muckdweller Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Muckdweller] ALIGN:TN -RACE:Muckdweller !PRERACE:% +RACE:Muckdweller !PRERACE:1,% NAME:Muckdweller STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 SKILL:Hide RANK:1 @@ -673,14 +673,14 @@ SKILL:Spot RANK:1 FEAT:Weapon Finesse -STARTPACK:Mud Man Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mud Man] -RACE:Mud Man !PRERACE:% +STARTPACK:Mud Man Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mud Man] +RACE:Mud Man !PRERACE:1,% NAME:Mud Man ALIGN:TN STAT:STR=10|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Mummy of the Deep Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mummy of the Deep] -RACE:Mummy of the Deep !PRERACE:% +STARTPACK:Mummy of the Deep Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mummy of the Deep] +RACE:Mummy of the Deep !PRERACE:1,% NAME:Mummy of the Deep ALIGN:NE STAT:STR=11|DEX=10|INT=10|WIS=10|CHA=11 @@ -691,8 +691,8 @@ FEAT:Great Fortitude FEAT:Toughness -STARTPACK:Mustard Jelly Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Mustard Jelly] -RACE:Mustard Jelly !PRERACE:% +STARTPACK:Mustard Jelly Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Mustard Jelly] +RACE:Mustard Jelly !PRERACE:1,% NAME:Mustard Jelly ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_n_o.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_n_o.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_n_o.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,20 +2,20 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Necrophidius Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Necrophidius] -RACE:Necrophidius !PRERACE:% +STARTPACK:Necrophidius Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Necrophidius] +RACE:Necrophidius !PRERACE:1,% NAME:Necrophidius ALIGN:TN STAT:STR=10|DEX=11|WIS=11|CHA=10 -STARTPACK:Necrophidius (Rattler) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Necrophidius (Rattler)] -RACE:Necrophidius (Rattler) !PRERACE:% +STARTPACK:Necrophidius (Rattler) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Necrophidius (Rattler)] +RACE:Necrophidius (Rattler) !PRERACE:1,% NAME:Rattler ALIGN:TN STAT:STR=10|DEX=11|WIS=11|CHA=10 -STARTPACK:Nereid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Nereid] -RACE:Nereid !PRERACE:% +STARTPACK:Nereid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Nereid] +RACE:Nereid !PRERACE:1,% NAME:Nereid ALIGN:CN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -31,8 +31,8 @@ FEAT:Great Fortitude FEAT:Weapon Focus (Poison Spittle) -STARTPACK:Nilbog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Nilbog] -RACE:Nilbog !PRERACE:% +STARTPACK:Nilbog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Nilbog] +RACE:Nilbog !PRERACE:1,% NAME:Nilbog ALIGN:NE STAT:STR=13|DEX=11|CON=12|INT=10|WIS=9|CHA=8 @@ -42,14 +42,14 @@ SKILL:Spot RANK:1 FEAT:Alertness -STARTPACK:Obsidian Minotaur Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Obsidian Minotaur] -RACE:Obsidian Minotaur !PRERACE:% +STARTPACK:Obsidian Minotaur Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Obsidian Minotaur] +RACE:Obsidian Minotaur !PRERACE:1,% NAME:Obsidian Minotaur ALIGN:TN STAT:STR=10|DEX=10|WIS=11|CHA=11 -STARTPACK:Ogre (Half) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ogre (Half)] -RACE:Ogre (Half) !PRERACE:% +STARTPACK:Ogre (Half) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ogre (Half)] +RACE:Ogre (Half) !PRERACE:1,% NAME:Ogre, Half ALIGN:CE STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=11 @@ -61,8 +61,8 @@ GEAR:Greatsword SIZE:PC LOCATION:Both Hands GEAR:Longspear SIZE:PC LOCATION:Carried -STARTPACK:Ogrillon Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ogrillon] -RACE:Ogrillon !PRERACE:% +STARTPACK:Ogrillon Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ogrillon] +RACE:Ogrillon !PRERACE:1,% NAME:Ogrillon ALIGN:CE STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=10 @@ -70,8 +70,8 @@ SKILL:Listen RANK:2 SKILL:Spot RANK:2 -STARTPACK:Oliphant Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Oliphant] -RACE:Oliphant !PRERACE:% +STARTPACK:Oliphant Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Oliphant] +RACE:Oliphant !PRERACE:1,% NAME:Oliphant ALIGN:TN STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=11 @@ -81,38 +81,38 @@ FEAT:Endurance FEAT:Iron Will -STARTPACK:Ooze (Crystal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ooze (Crystal)] -RACE:Ooze (Crystal) !PRERACE:% +STARTPACK:Ooze (Crystal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ooze (Crystal)] +RACE:Ooze (Crystal) !PRERACE:1,% NAME:Ooze, Crystal ALIGN:TN STAT:STR=10|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Ooze (Magma) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ooze (Magma)] -RACE:Ooze (Magma) !PRERACE:% +STARTPACK:Ooze (Magma) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ooze (Magma)] +RACE:Ooze (Magma) !PRERACE:1,% NAME:Ooze, Magma ALIGN:TN STAT:STR=10|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Ooze (Mercury) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ooze (Mercury)] -RACE:Ooze (Mercury) !PRERACE:% +STARTPACK:Ooze (Mercury) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ooze (Mercury)] +RACE:Ooze (Mercury) !PRERACE:1,% NAME:Ooze, Mercury ALIGN:TN STAT:STR=10|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Ooze (Undead) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ooze (Undead)] -RACE:Ooze (Undead) !PRERACE:% +STARTPACK:Ooze (Undead) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ooze (Undead)] +RACE:Ooze (Undead) !PRERACE:1,% NAME:Ooze, Undead ALIGN:CE STAT:STR=10|DEX=11|INT=10|WIS=11|CHA=11 -STARTPACK:Ooze (Vampiric) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ooze (Vampiric)] -RACE:Ooze (Vampiric) !PRERACE:% +STARTPACK:Ooze (Vampiric) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ooze (Vampiric)] +RACE:Ooze (Vampiric) !PRERACE:1,% NAME:Ooze, Vampiric ALIGN:CE STAT:STR=11|DEX=11|WIS=11|CHA=11 -STARTPACK:Orog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Orog] -RACE:Orog !PRERACE:% +STARTPACK:Orog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Orog] +RACE:Orog !PRERACE:1,% NAME:Orog ALIGN:LE STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_p.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_p.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_p.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Pech Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Pech] -RACE:Pech !PRERACE:% +STARTPACK:Pech Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Pech] +RACE:Pech !PRERACE:1,% NAME:Pech ALIGN:TN STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=10 @@ -19,8 +19,8 @@ FEAT:Power Attack GEAR:Pick (Heavy) SIZE:PC LOCATION:Primary Hand -STARTPACK:Phantom Stalker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Phantom Stalker] -RACE:Phantom Stalker !PRERACE:% +STARTPACK:Phantom Stalker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Phantom Stalker] +RACE:Phantom Stalker !PRERACE:1,% NAME:Phantom Stalker ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=11 @@ -30,14 +30,14 @@ FEAT:Improved Initiative FEAT:Power Attack -STARTPACK:Phycomid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Phycomid] -RACE:Phycomid !PRERACE:% +STARTPACK:Phycomid Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Phycomid] +RACE:Phycomid !PRERACE:1,% NAME:Phycomid ALIGN:TN STAT:STR=10|DEX=10|CON=11|WIS=11|CHA=11 -STARTPACK:Poltergeist Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Poltergeist] -RACE:Poltergeist !PRERACE:% +STARTPACK:Poltergeist Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Poltergeist] +RACE:Poltergeist !PRERACE:1,% NAME:Poltergeist ALIGN:LE STAT:DEX=11|INT=11|WIS=10|CHA=10 @@ -45,8 +45,8 @@ SKILL:Spot RANK:2 FEAT:Alertness -STARTPACK:Protector Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Protector] -RACE:Protector !PRERACE:% +STARTPACK:Protector Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Protector] +RACE:Protector !PRERACE:1,% NAME:Protector ALIGN:LN STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 @@ -75,26 +75,26 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Daylight|Magic Circle against Evil|Remove Curse SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Divine Power|Cure Critical Wounds -STARTPACK:Pudding (Brown) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Pudding (Brown)] -RACE:Pudding (Brown) !PRERACE:% +STARTPACK:Pudding (Brown) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Pudding (Brown)] +RACE:Pudding (Brown) !PRERACE:1,% NAME:Pudding, Brown ALIGN:TN STAT:STR=11|DEX=11|CON=10|WIS=11|CHA=11 -STARTPACK:Pudding (Dun) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Pudding (Dun)] -RACE:Pudding (Dun) !PRERACE:% +STARTPACK:Pudding (Dun) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Pudding (Dun)] +RACE:Pudding (Dun) !PRERACE:1,% NAME:Pudding, Dun ALIGN:TN STAT:STR=11|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Pudding (White) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Pudding (White)] -RACE:Pudding (White) !PRERACE:% +STARTPACK:Pudding (White) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Pudding (White)] +RACE:Pudding (White) !PRERACE:1,% NAME:Pudding, White ALIGN:TN STAT:STR=11|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Pyrolisk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Pyrolisk] -RACE:Pyrolisk !PRERACE:% +STARTPACK:Pyrolisk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Pyrolisk] +RACE:Pyrolisk !PRERACE:1,% NAME:Pyrolisk ALIGN:NE STAT:STR=10|DEX=11|CON=11|INT=10|WIS=11|CHA=11 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_psionic.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_psionic.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_psionic.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,19 +2,19 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Algoid (Psionic) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Algoid (Psionic)] -RACE:Algoid (Psionic) !PRERACE:% +STARTPACK:Algoid (Psionic) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Algoid (Psionic)] +RACE:Algoid (Psionic) !PRERACE:1,% NAME:Algoid KIT:Common Algoid -STARTPACK:Default Al-mi'raj (Psionic) VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Al-mi'raj%] -RACE:Al-mi'raj (Psionic) !PRERACE:% +STARTPACK:Default Al-mi'raj (Psionic) VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Al-mi'raj%] +RACE:Al-mi'raj (Psionic) !PRERACE:1,% NAME:Al-mi'raj, Psionic KIT:Common Al-mi'raj SKILL:Listen RANK:1 -STARTPACK:Elemental (Psionic/Small) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Psionic/Small)] -RACE:Elemental (Psionic/Small) !PRERACE:% +STARTPACK:Elemental (Psionic/Small) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Psionic/Small)] +RACE:Elemental (Psionic/Small) !PRERACE:1,% NAME:Elemental, Psionic - Small ALIGN:TN STAT:STR=11|DEX=11|CON=10|INT=10|WIS=11|CHA=10 @@ -25,8 +25,8 @@ SKILL:Spot RANK:1 FEAT:Combat Manifestation -STARTPACK:Elemental (Psionic/Medium) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Psionic/Medium)] -RACE:Elemental (Psionic/Medium) !PRERACE:% +STARTPACK:Elemental (Psionic/Medium) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Psionic/Medium)] +RACE:Elemental (Psionic/Medium) !PRERACE:1,% NAME:Elemental, Psionic - Medium ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 @@ -38,8 +38,8 @@ FEAT:Combat Manifestation FEAT:Combat Reflexes -STARTPACK:Elemental (Psionic/Large) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Psionic/Large)] -RACE:Elemental (Psionic/Large) !PRERACE:% +STARTPACK:Elemental (Psionic/Large) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Psionic/Large)] +RACE:Elemental (Psionic/Large) !PRERACE:1,% NAME:Elemental, Psionic - Large ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 @@ -52,8 +52,8 @@ FEAT:Combat Reflexes FEAT:Improved Initiative -STARTPACK:Elemental (Psionic/Huge) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Psionic/Huge)] -RACE:Elemental (Psionic/Huge) !PRERACE:% +STARTPACK:Elemental (Psionic/Huge) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Psionic/Huge)] +RACE:Elemental (Psionic/Huge) !PRERACE:1,% NAME:Elemental, Psionic - Huge ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -69,8 +69,8 @@ FEAT:Rapid Metabolism FEAT:Weapon Finesse -STARTPACK:Elemental (Psionic/Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Psionic/Greater)] -RACE:Elemental (Psionic/Greater) !PRERACE:% +STARTPACK:Elemental (Psionic/Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Psionic/Greater)] +RACE:Elemental (Psionic/Greater) !PRERACE:1,% NAME:Elemental, Psionic - Greater ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -89,8 +89,8 @@ FEAT:Rapid Metabolism FEAT:Weapon Finesse -STARTPACK:Elemental (Psionic/Elder) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Elemental (Psionic/Elder)] -RACE:Elemental (Psionic/Elder) !PRERACE:% +STARTPACK:Elemental (Psionic/Elder) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Elemental (Psionic/Elder)] +RACE:Elemental (Psionic/Elder) !PRERACE:1,% NAME:Elemental, Psionic - Elder ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -109,8 +109,8 @@ FEAT:Rapid Metabolism FEAT:Weapon Finesse -STARTPACK:Rat (Brain/Psionic) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Rat (Brain/Psionic)] -RACE:Rat (Brain/Psionic) !PRERACE:% +STARTPACK:Rat (Brain/Psionic) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Rat (Brain/Psionic)] +RACE:Rat (Brain/Psionic) !PRERACE:1,% NAME:Rat, Brain ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_q_r.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_q_r.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_q_r.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Quasi Elemental (Lightning/Small) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Quasi Elemental (Lightning/Small)] -RACE:Quasi Elemental (Lightning/Small) !PRERACE:% +STARTPACK:Quasi Elemental (Lightning/Small) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Quasi Elemental (Lightning/Small)] +RACE:Quasi Elemental (Lightning/Small) !PRERACE:1,% NAME:Small Lightning Quasi-Elemental ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 @@ -13,8 +13,8 @@ FEAT:Flyby Attack FEAT:Weapon Finesse -STARTPACK:Quasi Elemental (Lightning/Medium) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Quasi Elemental (Lightning/Medium)] -RACE:Quasi Elemental (Lightning/Medium) !PRERACE:% +STARTPACK:Quasi Elemental (Lightning/Medium) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Quasi Elemental (Lightning/Medium)] +RACE:Quasi Elemental (Lightning/Medium) !PRERACE:1,% NAME:Medium Lightning Quasi-Elemental ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 @@ -25,8 +25,8 @@ FEAT:Flyby Attack FEAT:Weapon Finesse -STARTPACK:Quasi Elemental (Lightning/Large) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Quasi Elemental (Lightning/Large)] -RACE:Quasi Elemental (Lightning/Large) !PRERACE:% +STARTPACK:Quasi Elemental (Lightning/Large) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Quasi Elemental (Lightning/Large)] +RACE:Quasi Elemental (Lightning/Large) !PRERACE:1,% NAME:Large Lightning Quasi-Elemental ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 @@ -38,8 +38,8 @@ FEAT:Mobility FEAT:Weapon Finesse -STARTPACK:Quickling Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Quickling] -RACE:Quickling !PRERACE:% +STARTPACK:Quickling Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Quickling] +RACE:Quickling !PRERACE:1,% NAME:Quickling ALIGN:CE STAT:STR=10|DEX=10|CON=11|INT=11|WIS=11|CHA=10 @@ -56,8 +56,8 @@ FEAT:Dodge GEAR:Dagger SIZE:PC LOCATION:Primary Hand -STARTPACK:Quickwood Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Quickwood] -RACE:Quickwood !PRERACE:% +STARTPACK:Quickwood Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Quickwood] +RACE:Quickwood !PRERACE:1,% NAME:Quickwood ALIGN:TN STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 @@ -70,8 +70,8 @@ FEAT:Improved Initiative FEAT:Weapon Focus (Root) -STARTPACK:Rat (Brain) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Rat (Brain)] -RACE:Rat (Brain) !PRERACE:% +STARTPACK:Rat (Brain) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Rat (Brain)] +RACE:Rat (Brain) !PRERACE:1,% NAME:Rat, Brain ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -84,8 +84,8 @@ SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Rat (Ethereal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Rat (Ethereal)] -RACE:Rat (Ethereal) !PRERACE:% +STARTPACK:Rat (Ethereal) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Rat (Ethereal)] +RACE:Rat (Ethereal) !PRERACE:1,% NAME:Rat, Ethereal ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -93,8 +93,8 @@ SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Rat (Shadow/Common) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Rat (Shadow/Common)] -RACE:Rat (Shadow/Common) !PRERACE:% +STARTPACK:Rat (Shadow/Common) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Rat (Shadow/Common)] +RACE:Rat (Shadow/Common) !PRERACE:1,% NAME:Shadow Rat, Common ALIGN:TN STAT:STR=10|DEX=11|INT=10|WIS=10|CHA=10 @@ -102,8 +102,8 @@ SKILL:Climb RANK:1 FEAT:Alertness -STARTPACK:Rat (Shadow/Dire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Rat (Shadow/Dire)] -RACE:Rat (Shadow/Dire) !PRERACE:% +STARTPACK:Rat (Shadow/Dire) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Rat (Shadow/Dire)] +RACE:Rat (Shadow/Dire) !PRERACE:1,% NAME:Shadow Rat, Dire ALIGN:TN STAT:STR=10|DEX=11|INT=11|WIS=10|CHA=10 @@ -111,8 +111,8 @@ SKILL:Climb RANK:1 FEAT:Alertness -STARTPACK:Rock Reptile Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Rock Reptile] -RACE:Rock Reptile !PRERACE:% +STARTPACK:Rock Reptile Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Rock Reptile] +RACE:Rock Reptile !PRERACE:1,% NAME:Rock Reptile ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_s.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_s.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_s.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Sandling Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Sandling] -RACE:Sandling !PRERACE:% +STARTPACK:Sandling Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Sandling] +RACE:Sandling !PRERACE:1,% NAME:Sandling ALIGN:TN STAT:STR=11|DEX=11|CON=11|INT=10|WIS=11|CHA=11 @@ -12,8 +12,8 @@ FEAT:Alertness FEAT:Power Attack -STARTPACK:Sandman Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Sandman] -RACE:Sandman !PRERACE:% +STARTPACK:Sandman Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Sandman] +RACE:Sandman !PRERACE:1,% NAME:Sandman ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -24,14 +24,14 @@ FEAT:Alertness FEAT:Weapon Focus (Slam) -STARTPACK:Scarecrow Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Scarecrow] -RACE:Scarecrow !PRERACE:% +STARTPACK:Scarecrow Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Scarecrow] +RACE:Scarecrow !PRERACE:1,% NAME:Scarecrow ALIGN:TN STAT:STR=10|DEX=10|WIS=11|CHA=10 -STARTPACK:Screaming Devilkin Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Screaming Devilkin] -RACE:Screaming Devilkin !PRERACE:% +STARTPACK:Screaming Devilkin Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Screaming Devilkin] +RACE:Screaming Devilkin !PRERACE:1,% NAME:Screaming Devilkin ALIGN:LE STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 @@ -41,8 +41,8 @@ FEAT:Alertness FEAT:Dodge -STARTPACK:Scythe Tree Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Scythe Tree] -RACE:Scythe Tree !PRERACE:% +STARTPACK:Scythe Tree Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Scythe Tree] +RACE:Scythe Tree !PRERACE:1,% NAME:Scythe Tree ALIGN:CE STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 @@ -53,8 +53,8 @@ FEAT:Iron Will FEAT:Power Attack -STARTPACK:Shadow (Lesser) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Shadow (Lesser)] -RACE:Shadow (Lesser) !PRERACE:% +STARTPACK:Shadow (Lesser) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shadow (Lesser)] +RACE:Shadow (Lesser) !PRERACE:1,% NAME:Shadow, Lesser ALIGN:CE STAT:DEX=11|INT=11|WIS=10|CHA=10 @@ -64,8 +64,8 @@ SKILL:Spot RANK:1 FEAT:Dodge -STARTPACK:Shedu Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Shedu] -RACE:Shedu !PRERACE:% +STARTPACK:Shedu Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shedu] +RACE:Shedu !PRERACE:1,% NAME:Shedu ALIGN:LG STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=11 @@ -82,8 +82,8 @@ FEAT:Iron Will FEAT:Power Attack -STARTPACK:Shedu (Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Shedu (Greater)] -RACE:Shedu (Greater) !PRERACE:% +STARTPACK:Shedu (Greater) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Shedu (Greater)] +RACE:Shedu (Greater) !PRERACE:1,% NAME:Greater Shedu ALIGN:LG STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -109,14 +109,14 @@ SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Divination|Divine Power|Restoration|Spell Immunity SPELLS:SPELLBOOK=Prepared Spells|CLASS=Cleric|Atonement|Cure Light Wounds (Mass) -STARTPACK:Skeleton (Lead) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Skeleton (Lead)] -RACE:Skeleton (Lead) !PRERACE:% +STARTPACK:Skeleton (Lead) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Skeleton (Lead)] +RACE:Skeleton (Lead) !PRERACE:1,% NAME:Skeleton, Lead ALIGN:TN STAT:STR=10|DEX=10|WIS=10|CHA=11 -STARTPACK:Skulk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Skulk] -RACE:Skulk !PRERACE:% +STARTPACK:Skulk Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Skulk] +RACE:Skulk !PRERACE:1,% NAME:Skulk ALIGN:CE STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -126,14 +126,14 @@ FEAT:Improved Initiative GEAR:Sword (Short) SIZE:PC LOCATION:Primary Hand -STARTPACK:Skull Spider Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Skull Spider] -RACE:Skull Spider !PRERACE:% +STARTPACK:Skull Spider Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Skull Spider] +RACE:Skull Spider !PRERACE:1,% NAME:Skull Spider ALIGN:TN STAT:STR=10|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Skulleton Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Skulleton] -RACE:Skulleton !PRERACE:% +STARTPACK:Skulleton Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Skulleton] +RACE:Skulleton !PRERACE:1,% NAME:Skulleton ALIGN:LE|NE|CE STAT:STR=10|DEX=10|INT=10|WIS=10|CHA=10 @@ -144,8 +144,8 @@ FEAT:Alertness FEAT:Weapon Finesse -STARTPACK:Slaad Lord (Lord of Entropy) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Slaad Lord (Lord of Entropy)] -RACE:Slaad Lord (Lord of Entropy) !PRERACE:% +STARTPACK:Slaad Lord (Lord of Entropy) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Slaad Lord (Lord of Entropy)] +RACE:Slaad Lord (Lord of Entropy) !PRERACE:1,% NAME:Slaad Lord: Lord of Entropy ALIGN:CN STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 @@ -187,8 +187,8 @@ FEAT:Weapon Focus (Scythe) GEAR:Scythe SIZE:PC LOCATION:Both Hands EQMOD:MWORKW.PLUS5W.CHAOS_M -STARTPACK:Ryssk VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dragon (Brass Ancient)] -RACE:Dragon (Brass Ancient) !PRERACE:% +STARTPACK:Ryssk VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dragon (Brass Ancient)] +RACE:Dragon (Brass Ancient) !PRERACE:1,% NAME:Ryssk ALIGN:CG STAT:STR=11|DEX=10|CON=15|INT=12|WIS=13|CHA=12 @@ -222,8 +222,8 @@ SPELLS:SPELLBOOK=Known Spells|CLASS=Sorcerer|Antimagic Field|Geas/Quest|Mage's Lucubration SPELLS:SPELLBOOK=Known Spells|CLASS=Sorcerer|Hold Person (Mass)|Spell Turning -STARTPACK:Slaad Lord (Lord of the Insane) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Slaad Lord (Lord of the Insane)] -RACE:Slaad Lord (Lord of the Insane) !PRERACE:% +STARTPACK:Slaad Lord (Lord of the Insane) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Slaad Lord (Lord of the Insane)] +RACE:Slaad Lord (Lord of the Insane) !PRERACE:1,% NAME:Slaad Lord: Lord of the Insane ALIGN:CN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -260,8 +260,8 @@ FEAT:Power Attack FEAT:Weapon Focus (Slam) -STARTPACK:Slime Crawler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Slime Crawler] -RACE:Slime Crawler !PRERACE:% +STARTPACK:Slime Crawler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Slime Crawler] +RACE:Slime Crawler !PRERACE:1,% NAME:Slime Crawler ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=11|WIS=10|CHA=10 @@ -270,8 +270,8 @@ SKILL:Spot RANK:1 FEAT:Alertness -STARTPACK:Slithering Tracker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Slithering Tracker] -RACE:Slithering Tracker !PRERACE:% +STARTPACK:Slithering Tracker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Slithering Tracker] +RACE:Slithering Tracker !PRERACE:1,% NAME:Slithering Tracker ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=11 @@ -283,14 +283,14 @@ FEAT:Alertness FEAT:Skill Focus (Move Silently) -STARTPACK:Slug (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Slug (Giant)] -RACE:Slug (Giant) !PRERACE:% +STARTPACK:Slug (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Slug (Giant)] +RACE:Slug (Giant) !PRERACE:1,% NAME:Slug, Giant ALIGN:TN STAT:STR=11|DEX=10|CON=10|WIS=10|CHA=10 -STARTPACK:Soul Eater Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Soul Eater] -RACE:Soul Eater !PRERACE:% +STARTPACK:Soul Eater Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Soul Eater] +RACE:Soul Eater !PRERACE:1,% NAME:Soul Eater ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=11 @@ -309,8 +309,8 @@ FEAT:Flyby Attack FEAT:Weapon Finesse -STARTPACK:Soul Nibbler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Soul Nibbler] -RACE:Soul Nibbler !PRERACE:% +STARTPACK:Soul Nibbler Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Soul Nibbler] +RACE:Soul Nibbler !PRERACE:1,% NAME:Soul Nibbler ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -319,8 +319,8 @@ SKILL:Move Silently RANK:2 FEAT:Weapon Finesse -STARTPACK:Spriggan Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Spriggan] -RACE:Spriggan !PRERACE:% +STARTPACK:Spriggan Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Spriggan] +RACE:Spriggan !PRERACE:1,% NAME:Spriggan ALIGN:CE STAT:STR=10|DEX=10|CON=11|INT=11|WIS=11|CHA=11 @@ -339,8 +339,8 @@ GEAR:Halberd SIZE:PC LOCATION:Carried GEAR:Chain Shirt SIZE:PC LOCATION:Equipped -STARTPACK:Sprite Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Sprite] -RACE:Sprite !PRERACE:% +STARTPACK:Sprite Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Sprite] +RACE:Sprite !PRERACE:1,% NAME:Sprite ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -358,8 +358,8 @@ GEAR:Sword (Short) SIZE:PC LOCATION:Primary Hand GEAR:Shortbow SIZE:PC LOCATION:Carried -STARTPACK:Sea Sprite Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Sea Sprite] -RACE:Sea Sprite !PRERACE:% +STARTPACK:Sea Sprite Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Sea Sprite] +RACE:Sea Sprite !PRERACE:1,% NAME:Sea Sprite ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -377,8 +377,8 @@ GEAR:Sword (Short) SIZE:PC LOCATION:Primary Hand GEAR:Crossbow (Light) SIZE:PC LOCATION:Carried -STARTPACK:Squealer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Squealer] -RACE:Squealer !PRERACE:% +STARTPACK:Squealer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Squealer] +RACE:Squealer !PRERACE:1,% NAME:Squealer ALIGN:TN STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -393,14 +393,14 @@ FEAT:Power Attack FEAT:Track -STARTPACK:Stegocentipede Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Stegocentipede] -RACE:Stegocentipede !PRERACE:% +STARTPACK:Stegocentipede Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Stegocentipede] +RACE:Stegocentipede !PRERACE:1,% NAME:Stegocentipede ALIGN:TN STAT:STR=11|DEX=11|CON=10|WIS=10|CHA=10 -STARTPACK:Stench Kow Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Stench Kow] -RACE:Stench Kow !PRERACE:% +STARTPACK:Stench Kow Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Stench Kow] +RACE:Stench Kow !PRERACE:1,% NAME:Stench Kow ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=10 @@ -409,8 +409,8 @@ FEAT:Alertness FEAT:Great Fortitude -STARTPACK:Stone Roper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Stone Roper] -RACE:Stone Roper !PRERACE:% +STARTPACK:Stone Roper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Stone Roper] +RACE:Stone Roper !PRERACE:1,% NAME:Stone Roper ALIGN:CE STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -422,8 +422,8 @@ FEAT:Improved Initiative FEAT:Weapon Focus (Strand) -STARTPACK:Stormwarden Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Stormwarden] -RACE:Stormwarden !PRERACE:% +STARTPACK:Stormwarden Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Stormwarden] +RACE:Stormwarden !PRERACE:1,% NAME:Stormwarden ALIGN:NE STAT:STR=10|DEX=10|CON=10|INT=11|WIS=11|CHA=10 @@ -437,8 +437,8 @@ GEAR:Longbow SIZE:PC LOCATION:Carried GEAR:Leather SIZE:PC LOCATION:Equipped -STARTPACK:Strangle Weed Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Strangle Weed] -RACE:Strangle Weed !PRERACE:% +STARTPACK:Strangle Weed Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Strangle Weed] +RACE:Strangle Weed !PRERACE:1,% NAME:Strangle Weed ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -447,14 +447,14 @@ FEAT:Power Attack FEAT:Weapon Focus (Slam) -STARTPACK:Stunjelly Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Stunjelly] -RACE:Stunjelly !PRERACE:% +STARTPACK:Stunjelly Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Stunjelly] +RACE:Stunjelly !PRERACE:1,% NAME:Stunjelly ALIGN:TN STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=11 -STARTPACK:Stymphalian Bird Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Stymphalian Bird] -RACE:Stymphalian Bird !PRERACE:% +STARTPACK:Stymphalian Bird Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Stymphalian Bird] +RACE:Stymphalian Bird !PRERACE:1,% NAME:Stymphalian Bird ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -463,8 +463,8 @@ FEAT:Alertness FEAT:Weapon Focus (Feathers) -STARTPACK:Swarm (Scarlet Spider) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Swarm (Scarlet Spider)] -RACE:Swarm (Scarlet Spider) !PRERACE:% +STARTPACK:Swarm (Scarlet Spider) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Swarm (Scarlet Spider)] +RACE:Swarm (Scarlet Spider) !PRERACE:1,% NAME:Swarm, Scarlet Spider ALIGN:TN STAT:STR=11|DEX=11|CON=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_t.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_t.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_t.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Tabaxi Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tabaxi] -RACE:Tabaxi !PRERACE:% +STARTPACK:Tabaxi Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tabaxi] +RACE:Tabaxi !PRERACE:1,% NAME:Tabaxi ALIGN:CN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -15,8 +15,8 @@ GEAR:Sword (Short) SIZE:PC LOCATION:Primary Hand GEAR:Javelin SIZE:PC LOCATION:Carried -STARTPACK:Taer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Taer] -RACE:Taer !PRERACE:% +STARTPACK:Taer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Taer] +RACE:Taer !PRERACE:1,% NAME:Taer ALIGN:TN STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 @@ -28,8 +28,8 @@ FEAT:Multiattack GEAR:Shortspear SIZE:PC LOCATION:Carried -STARTPACK:Tenebrous Worm Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tenebrous Worm] -RACE:Tenebrous Worm !PRERACE:% +STARTPACK:Tenebrous Worm Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tenebrous Worm] +RACE:Tenebrous Worm !PRERACE:1,% NAME:Tenebrous Worm ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -42,8 +42,8 @@ FEAT:Improved Initiative FEAT:Weapon Focus (Bite) -STARTPACK:Tentamort Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tentamort] -RACE:Tentamort !PRERACE:% +STARTPACK:Tentamort Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tentamort] +RACE:Tentamort !PRERACE:1,% NAME:Tentamort ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=10 @@ -53,8 +53,8 @@ FEAT:Improved Initiative FEAT:Lightning Reflexes -STARTPACK:Thorny Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Thorny] -RACE:Thorny !PRERACE:% +STARTPACK:Thorny Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Thorny] +RACE:Thorny !PRERACE:1,% NAME:Thorny ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -65,8 +65,8 @@ FEAT:Alertness FEAT:Combat Reflexes -STARTPACK:Thunder Beast Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Thunder Beast] -RACE:Thunder Beast !PRERACE:% +STARTPACK:Thunder Beast Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Thunder Beast] +RACE:Thunder Beast !PRERACE:1,% NAME:Thunder Beast ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=11 @@ -75,14 +75,14 @@ FEAT:Alertness FEAT:Power Attack -STARTPACK:Tick (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tick (Giant)] -RACE:Tick (Giant) !PRERACE:% +STARTPACK:Tick (Giant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tick (Giant)] +RACE:Tick (Giant) !PRERACE:1,% NAME:Tick, Giant ALIGN:TN STAT:STR=11|DEX=10|CON=11|WIS=10|CHA=10 -STARTPACK:Transposer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Transposer] -RACE:Transposer !PRERACE:% +STARTPACK:Transposer Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Transposer] +RACE:Transposer !PRERACE:1,% NAME:Transposer ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=10|CHA=10 @@ -94,8 +94,8 @@ FEAT:Dodge FEAT:Skill Focus (Disguise) -STARTPACK:Trapper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Trapper] -RACE:Trapper !PRERACE:% +STARTPACK:Trapper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Trapper] +RACE:Trapper !PRERACE:1,% NAME:Trapper ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=11|CHA=10 @@ -109,14 +109,14 @@ FEAT:Skill Focus (Hide) FEAT:Toughness -STARTPACK:Tri Flower Frond Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tri Flower Frond] -RACE:Tri Flower Frond !PRERACE:% +STARTPACK:Tri Flower Frond Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tri Flower Frond] +RACE:Tri Flower Frond !PRERACE:1,% NAME:Tri-Flower Frond ALIGN:TN STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=11 -STARTPACK:Troll (Cave) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Troll (Cave)] -RACE:Troll (Cave) !PRERACE:% +STARTPACK:Troll (Cave) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Troll (Cave)] +RACE:Troll (Cave) !PRERACE:1,% NAME:Troll, Cave ALIGN:CE STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -125,8 +125,8 @@ FEAT:Alertness FEAT:Multiattack -STARTPACK:Troll (Ice) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Troll (Ice)] -RACE:Troll (Ice) !PRERACE:% +STARTPACK:Troll (Ice) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Troll (Ice)] +RACE:Troll (Ice) !PRERACE:1,% NAME:Troll, Ice ALIGN:CE STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=10 @@ -134,8 +134,8 @@ SKILL:Spot RANK:3 FEAT:Alertness -STARTPACK:Troll (Rock) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Troll (Rock)] -RACE:Troll (Rock) !PRERACE:% +STARTPACK:Troll (Rock) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Troll (Rock)] +RACE:Troll (Rock) !PRERACE:1,% NAME:Troll, Rock ALIGN:CE STAT:STR=11|DEX=10|CON=11|INT=10|WIS=11|CHA=10 @@ -145,8 +145,8 @@ FEAT:Multiattack FEAT:Power Attack -STARTPACK:Troll (Swamp) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Troll (Swamp)] -RACE:Troll (Swamp) !PRERACE:% +STARTPACK:Troll (Swamp) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Troll (Swamp)] +RACE:Troll (Swamp) !PRERACE:1,% NAME:Troll, Swamp ALIGN:CE STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -158,8 +158,8 @@ FEAT:Alertness FEAT:Iron Will -STARTPACK:Troll (Two Headed) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Troll (Two Headed)] -RACE:Troll (Two Headed) !PRERACE:% +STARTPACK:Troll (Two Headed) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Troll (Two Headed)] +RACE:Troll (Two Headed) !PRERACE:1,% NAME:Troll, Two-Headed ALIGN:CE STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=10 @@ -173,8 +173,8 @@ GEAR:Longsword SIZE:PC LOCATION:Primary Hand GEAR:Longsword SIZE:PC LOCATION:Secondary Hand -STARTPACK:Tsathar (Tsathar) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tsathar (Tsathar)] -RACE:Tsathar (Tsathar) !PRERACE:% +STARTPACK:Tsathar (Tsathar) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tsathar (Tsathar)] +RACE:Tsathar (Tsathar) !PRERACE:1,% NAME:Tsathar ALIGN:CE STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -190,8 +190,8 @@ FEAT:Improved Initiative GEAR:Shortspear SIZE:PC LOCATION:Primary Hand -STARTPACK:Tsathar (Tsathar Scourge) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tsathar (Tsathar Scourge)] -RACE:Tsathar (Tsathar Scourge) !PRERACE:% +STARTPACK:Tsathar (Tsathar Scourge) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tsathar (Tsathar Scourge)] +RACE:Tsathar (Tsathar Scourge) !PRERACE:1,% NAME:Tsathar Scourge ALIGN:CE STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -207,8 +207,8 @@ FEAT:Improved Initiative GEAR:Shortspear SIZE:PC LOCATION:Primary Hand -STARTPACK:Tunnel Worm Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Tunnel Worm] -RACE:Tunnel Worm !PRERACE:% +STARTPACK:Tunnel Worm Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Tunnel Worm] +RACE:Tunnel Worm !PRERACE:1,% NAME:Tunnel Worm ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=11|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_template.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_template.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_template.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Abomination (Owlephant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Abomination (Owlephant)] -RACE:Abomination (Owlephant) !PRERACE:% +STARTPACK:Abomination (Owlephant) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Abomination (Owlephant)] +RACE:Abomination (Owlephant) !PRERACE:1,% NAME:Owlephant ALIGN:TN STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=10 @@ -14,8 +14,8 @@ FEAT:Iron Will FEAT:Skill Focus (Listen) -STARTPACK:Abomination (Tigrilla) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Abomination (Tigrilla)] -RACE:Abomination (Tigrilla) !PRERACE:% +STARTPACK:Abomination (Tigrilla) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Abomination (Tigrilla)] +RACE:Abomination (Tigrilla) !PRERACE:1,% NAME:Tigrilla ALIGN:CE STAT:STR=10|DEX=11|CON=11|INT=11|WIS=10|CHA=10 @@ -35,8 +35,8 @@ TEMPLATE:Bleeding Horror ALIGN:CE -STARTPACK:Dire Bison Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dire Bison] -RACE:Dire Bison !PRERACE:% +STARTPACK:Dire Bison Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Bison] +RACE:Dire Bison !PRERACE:1,% NAME:Dire Bison ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 @@ -47,8 +47,8 @@ FEAT:Great Fortitude FEAT:Power Attack -STARTPACK:Dire Goat Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dire Goat] -RACE:Dire Goat !PRERACE:% +STARTPACK:Dire Goat Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Goat] +RACE:Dire Goat !PRERACE:1,% NAME:Dire Goat ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -57,8 +57,8 @@ FEAT:Alertness FEAT:Great Fortitude -STARTPACK:Dire Hippopotamus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dire Hippopotamus] -RACE:Dire Hippopotamus !PRERACE:% +STARTPACK:Dire Hippopotamus Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Hippopotamus] +RACE:Dire Hippopotamus !PRERACE:1,% NAME:Dire Hippopotamus (Behemoth) ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -70,8 +70,8 @@ FEAT:Toughness FEAT:Weapon Focus (Bite) -STARTPACK:Dire Porcupine Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dire Porcupine] -RACE:Dire Porcupine !PRERACE:% +STARTPACK:Dire Porcupine Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Porcupine] +RACE:Dire Porcupine !PRERACE:1,% NAME:Dire Porcupine ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=11 @@ -79,8 +79,8 @@ SKILL:Listen RANK:1 FEAT:Weapon Focus (Quills) -STARTPACK:Dire Ram Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Dire Ram] -RACE:Dire Ram !PRERACE:% +STARTPACK:Dire Ram Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Dire Ram] +RACE:Dire Ram !PRERACE:1,% NAME:Dire Ram ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=11 @@ -89,8 +89,8 @@ FEAT:Alertness FEAT:Endurance -STARTPACK:Foo Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Foo Dog] -RACE:Foo Dog !PRERACE:% +STARTPACK:Foo Dog Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Foo Dog] +RACE:Foo Dog !PRERACE:1,% NAME:Foo Dog ALIGN:CG STAT:STR=11|DEX=11|CON=11|INT=10|WIS=10|CHA=10 @@ -132,8 +132,8 @@ GEAR:Boots of Speed SIZE:PC LOCATION:Equipped TEMPLATE:Skeleton Warrior -STARTPACK:Slime Zombie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Slime Zombie] -RACE:Slime Zombie !PRERACE:% +STARTPACK:Slime Zombie Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Slime Zombie] +RACE:Slime Zombie !PRERACE:1,% NAME:Slime Zombie ALIGN:TN STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=11 @@ -142,8 +142,8 @@ FEAT:Alertness FEAT:Weapon Focus (Morningstar) -STARTPACK:Spectral Troll Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Spectral Troll] -RACE:Spectral Troll !PRERACE:% +STARTPACK:Spectral Troll Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Spectral Troll] +RACE:Spectral Troll !PRERACE:1,% NAME:Spectral Troll ALIGN:CE STAT:STR=11|DEX=10|INT=10|WIS=11|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_u_v.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_u_v.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_u_v.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Ubue Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Ubue] -RACE:Ubue !PRERACE:% +STARTPACK:Ubue Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Ubue] +RACE:Ubue !PRERACE:1,% NAME:Ubue ALIGN:CG|CN|CE STAT:STR=10|DEX=11|CON=11|INT=10|WIS=10|CHA=10 @@ -19,14 +19,14 @@ GEAR:Club SIZE:PC LOCATION:Secondary Hand GEAR:Club SIZE:PC LOCATION:Secondary Hand2 -STARTPACK:Vampire Rose Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vampire Rose] -RACE:Vampire Rose !PRERACE:% +STARTPACK:Vampire Rose Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vampire Rose] +RACE:Vampire Rose !PRERACE:1,% NAME:Vampire Rose ALIGN:TN STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=10 -STARTPACK:Vegepygmy (Commoner) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vegepygmy (Commoner)] -RACE:Vegepygmy (Commoner) !PRERACE:% +STARTPACK:Vegepygmy (Commoner) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vegepygmy (Commoner)] +RACE:Vegepygmy (Commoner) !PRERACE:1,% NAME:Commoner ALIGN:TN STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 @@ -37,8 +37,8 @@ FEAT:Alertness GEAR:Longspear SIZE:PC LOCATION:Both Hands -STARTPACK:Vegepygmy (Worker) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vegepygmy (Worker)] -RACE:Vegepygmy (Worker) !PRERACE:% +STARTPACK:Vegepygmy (Worker) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vegepygmy (Worker)] +RACE:Vegepygmy (Worker) !PRERACE:1,% NAME:Worker ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -49,8 +49,8 @@ FEAT:Alertness GEAR:Longspear SIZE:PC LOCATION:Both Hands -STARTPACK:Vegepygmy (Guard) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vegepygmy (Guard)] -RACE:Vegepygmy (Guard) !PRERACE:% +STARTPACK:Vegepygmy (Guard) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vegepygmy (Guard)] +RACE:Vegepygmy (Guard) !PRERACE:1,% NAME:Guard ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=10|WIS=10|CHA=11 @@ -62,8 +62,8 @@ FEAT:Toughness GEAR:Longspear SIZE:PC LOCATION:Both Hands -STARTPACK:Vegepygmy (Bodyguard) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vegepygmy (Bodyguard)] -RACE:Vegepygmy (Bodyguard) !PRERACE:% +STARTPACK:Vegepygmy (Bodyguard) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vegepygmy (Bodyguard)] +RACE:Vegepygmy (Bodyguard) !PRERACE:1,% NAME:Bodyguard ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -75,8 +75,8 @@ FEAT:Toughness GEAR:Longspear SIZE:PC LOCATION:Both Hands -STARTPACK:Vegepygmy (Subchief) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vegepygmy (Subchief)] -RACE:Vegepygmy (Subchief) !PRERACE:% +STARTPACK:Vegepygmy (Subchief) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vegepygmy (Subchief)] +RACE:Vegepygmy (Subchief) !PRERACE:1,% NAME:Subchief ALIGN:TN STAT:STR=10|DEX=10|CON=11|INT=11|WIS=10|CHA=10 @@ -88,8 +88,8 @@ FEAT:Weapon Focus (Longspear) GEAR:Longspear SIZE:PC LOCATION:Both Hands -STARTPACK:Vegepygmy (Chief) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vegepygmy (Chief)] -RACE:Vegepygmy (Chief) !PRERACE:% +STARTPACK:Vegepygmy (Chief) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vegepygmy (Chief)] +RACE:Vegepygmy (Chief) !PRERACE:1,% NAME:Chief ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=10 @@ -102,8 +102,8 @@ FEAT:Weapon Focus (Longspear) GEAR:Longspear SIZE:PC LOCATION:Both Hands -STARTPACK:Vilstrak Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vilstrak] -RACE:Vilstrak !PRERACE:% +STARTPACK:Vilstrak Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vilstrak] +RACE:Vilstrak !PRERACE:1,% NAME:Vilstrak (Tunnel Thug) ALIGN:TN STAT:STR=10|DEX=11|CON=10|INT=10|WIS=11|CHA=10 @@ -112,8 +112,8 @@ SKILL:Spot RANK:1 FEAT:Alertness -STARTPACK:Volt Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Volt] -RACE:Volt !PRERACE:% +STARTPACK:Volt Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Volt] +RACE:Volt !PRERACE:1,% NAME:Volt ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -121,8 +121,8 @@ SKILL:Spot RANK:3 FEAT:Weapon Finesse -STARTPACK:Vulchling Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Vulchling] -RACE:Vulchling !PRERACE:% +STARTPACK:Vulchling Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Vulchling] +RACE:Vulchling !PRERACE:1,% NAME:Vulchling ALIGN:CE STAT:STR=10|DEX=10|CON=10|INT=11|WIS=11|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_w.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_w.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_w.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,8 +2,8 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Wind Walker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wind Walker] -RACE:Wind Walker !PRERACE:% +STARTPACK:Wind Walker Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wind Walker] +RACE:Wind Walker !PRERACE:1,% NAME:Wind Walker ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=11|CHA=11 @@ -15,8 +15,8 @@ FEAT:Improved Initiative FEAT:Toughness -STARTPACK:Witherstench Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Witherstench] -RACE:Witherstench !PRERACE:% +STARTPACK:Witherstench Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Witherstench] +RACE:Witherstench !PRERACE:1,% NAME:Witherstench ALIGN:TN STAT:STR=10|DEX=10|CON=10|INT=10|WIS=10|CHA=10 @@ -24,14 +24,14 @@ SKILL:Spot RANK:2 FEAT:Weapon Finesse -STARTPACK:Witherweed Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Witherweed] -RACE:Witherweed !PRERACE:% +STARTPACK:Witherweed Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Witherweed] +RACE:Witherweed !PRERACE:1,% NAME:Witherweed ALIGN:TN STAT:STR=10|DEX=10|CON=10|WIS=11|CHA=11 -STARTPACK:Default Wizard's Shackle VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wizard's Shackle] -RACE:Wizard's Shackle !PRERACE:% +STARTPACK:Default Wizard's Shackle VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wizard's Shackle] +RACE:Wizard's Shackle !PRERACE:1,% NAME:Wizard's Shackle ALIGN:TN STAT:STR=11|DEX=10|CON=11|INT=11|WIS=11|CHA=10 @@ -39,8 +39,8 @@ SKILL:Listen RANK:1 FEAT:Weapon Finesse -STARTPACK:Wolf (Ghoul) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wolf (Ghoul)] -RACE:Wolf (Ghoul) !PRERACE:% +STARTPACK:Wolf (Ghoul) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wolf (Ghoul)] +RACE:Wolf (Ghoul) !PRERACE:1,% NAME:Ghoul Wolf ALIGN:NE STAT:STR=11|DEX=11|INT=10|WIS=10|CHA=10 @@ -50,8 +50,8 @@ FEAT:Alertness FEAT:Weapon Focus (Bite) -STARTPACK:Wolf (Dire Ghoul) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wolf (Dire Ghoul)] -RACE:Wolf (Dire Ghoul) !PRERACE:% +STARTPACK:Wolf (Dire Ghoul) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wolf (Dire Ghoul)] +RACE:Wolf (Dire Ghoul) !PRERACE:1,% NAME:Dire Ghoul Wolf ALIGN:NE STAT:STR=11|DEX=11|INT=10|WIS=10|CHA=10 @@ -66,8 +66,8 @@ FEAT:Toughness FEAT:Weapon Focus (Bite) -STARTPACK:Wolf (Shadow) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wolf (Shadow)] -RACE:Wolf (Shadow) !PRERACE:% +STARTPACK:Wolf (Shadow) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wolf (Shadow)] +RACE:Wolf (Shadow) !PRERACE:1,% NAME:Wolf, Shadow ALIGN:CE STAT:DEX=11|INT=10|WIS=10|CHA=11 @@ -77,8 +77,8 @@ FEAT:Alertness FEAT:Improved Initiative -STARTPACK:Default Wolf-in-Sheep's-Clothing VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wolf-in-Sheep's-Clothing] -RACE:Wolf-in-Sheep's-Clothing !PRERACE:% +STARTPACK:Default Wolf-in-Sheep's-Clothing VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wolf-in-Sheep's-Clothing] +RACE:Wolf-in-Sheep's-Clothing !PRERACE:1,% NAME:Wolf-in-Sheep's-Clothing ALIGN:TN STAT:STR=11|DEX=10|CON=11|INT=10|WIS=10|CHA=10 @@ -91,8 +91,8 @@ FEAT:Improved Initiative FEAT:Weapon Focus (Tentacle) -STARTPACK:Wolf-Spider Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Wolf-Spider] -RACE:Wolf-Spider !PRERACE:% +STARTPACK:Wolf-Spider Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Wolf-Spider] +RACE:Wolf-Spider !PRERACE:1,% NAME:Wolf-Spider ALIGN:NE STAT:STR=11|DEX=11|CON=10|INT=10|WIS=10|CHA=10 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_y_z.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_y_z.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_kits_races_y_z.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -2,14 +2,14 @@ SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -STARTPACK:Yellow Musk Creeper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Yellow Musk Creeper] -RACE:Yellow Musk Creeper !PRERACE:% +STARTPACK:Yellow Musk Creeper Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Yellow Musk Creeper] +RACE:Yellow Musk Creeper !PRERACE:1,% NAME:Yellow Musk Creeper ALIGN:TN STAT:STR=10|DEX=11|CON=11|WIS=11|CHA=11 -STARTPACK:Yeti Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Yeti] -RACE:Yeti !PRERACE:% +STARTPACK:Yeti Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Yeti] +RACE:Yeti !PRERACE:1,% NAME:Yeti ALIGN:TN STAT:STR=11|DEX=10|CON=10|INT=11|WIS=10|CHA=10 @@ -20,8 +20,8 @@ FEAT:Great Fortitude FEAT:Power Attack -STARTPACK:Zombie (Brine) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:%],[PRERACE:Zombie (Brine)] -RACE:Zombie (Brine) !PRERACE:% +STARTPACK:Zombie (Brine) Default VISIBLE:QUALIFY EQUIPBUY:0 PREMULT:1,[!PRERACE:1,%],[PRERACE:1,Zombie (Brine)] +RACE:Zombie (Brine) !PRERACE:1,% NAME:Zombie, Brine ALIGN:NE STAT:STR=10|DEX=10|WIS=10|CHA=11 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -1,503 +1,503 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:50:58 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> -# Template Name Size Visible Template Special ABility Required Race Required Size Required Stat Required Template Prohibited Template Add to base move Multiply base move Adjust PC Size Bonus to skill Stat bonus Modify VAR Feat Remove Object Automatic Languages Move Removable? Vision GENDERLOCK Innate Spells Natural Attacks -Male Only VISIBLE:NO GENDERLOCK:Male -Female Only VISIBLE:NO GENDERLOCK:Female +# Template Name Size Visible Template Special ABility Required Race Required Size Required Stat Required Template Prohibited Template Add to base move Multiply base move Adjust PC Size Bonus to skill Stat bonus Modify VAR Feat Remove Object Automatic Languages Move Removable? Vision GENDERLOCK Innate Spells Natural Attacks +Male Only VISIBLE:NO GENDERLOCK:Male +Female Only VISIBLE:NO GENDERLOCK:Female -Daemon Common Traits VISIBLE:NO PRERACE:Daemon% BONUS:VAR|ResistCold,ResistElectricity,ResistFire|10 FEAT:Summon Daemons|Resistance to Cold|Resistance to Electricity|Resistance to Fire|Immune to Acid|Immune to Poison|Telepathy VISION:Darkvision (60') -Demodand Common Traits VISIBLE:NO PRERACE:Demodand% BONUS:VAR|ResistCold,ResistFire|10 FEAT:Summon Demodands|Immune to Acid|Immune to Poison|Immune to Mind-Affecting Effects|Resistance to Cold|Resistance to Fire|Scent VISION:Darkvision (120') SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Detect Good|Detect Magic|Detect Thoughts,12+CHA|Fear,14+CHA|Gaseous Form|Invisibility (Self Only)|Magic Circle against Good|See Invisibility|Tongues SPELLS:Innate|TIMES=3|CASTERLEVEL=var("RacialCL")|Dispel Magic|Fog Cloud|Ray of Enfeeblement -Demon Common Traits VISIBLE:NO PRERACE:Demon% BONUS:VAR|ResistAcid,ResistCold,ResistFire|10 FEAT:Immune to Electricity|Immune to Poison|Resistance to Acid|Resistance to Cold|Resistance to Fire|Telepathy VISION:Darkvision (60') -Devil Common Traits VISIBLE:NO PRERACE:Devil% BONUS:VAR|ResistAcid,ResistCold|10 FEAT:Immune to Fire|Immune to Poison|Resistance to Acid|Resistance to Cold|Telepathy VISION:Darkvision (60') -Devil Greater Traits VISIBLE:NO PRERACE:Devil% FEAT:Spell-Like Abilities|Summon Devils|See in Darkness SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Detect Good|Teleport (Greater/Self Only)|Wall of Fire -Devil Royalty VISIBLE:NO PRERACE:Devil% SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Blasphemy,17+CHA|Desecrate|Detect Magic|Invisibility (Greater)|Magic Circle against Good|See Invisibility|Tongues|Unholy Aura,18+CHA +Daemon Common Traits VISIBLE:NO PRERACE:1,Daemon% BONUS:VAR|ResistCold,ResistElectricity,ResistFire|10 FEAT:Summon Daemons|Resistance to Cold|Resistance to Electricity|Resistance to Fire|Immune to Acid|Immune to Poison|Telepathy VISION:Darkvision (60') +Demodand Common Traits VISIBLE:NO PRERACE:1,Demodand% BONUS:VAR|ResistCold,ResistFire|10 FEAT:Summon Demodands|Immune to Acid|Immune to Poison|Immune to Mind-Affecting Effects|Resistance to Cold|Resistance to Fire|Scent VISION:Darkvision (120') SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Detect Good|Detect Magic|Detect Thoughts,12+CHA|Fear,14+CHA|Gaseous Form|Invisibility (Self Only)|Magic Circle against Good|See Invisibility|Tongues SPELLS:Innate|TIMES=3|CASTERLEVEL=var("RacialCL")|Dispel Magic|Fog Cloud|Ray of Enfeeblement +Demon Common Traits VISIBLE:NO PRERACE:1,Demon% BONUS:VAR|ResistAcid,ResistCold,ResistFire|10 FEAT:Immune to Electricity|Immune to Poison|Resistance to Acid|Resistance to Cold|Resistance to Fire|Telepathy VISION:Darkvision (60') +Devil Common Traits VISIBLE:NO PRERACE:1,Devil% BONUS:VAR|ResistAcid,ResistCold|10 FEAT:Immune to Fire|Immune to Poison|Resistance to Acid|Resistance to Cold|Telepathy VISION:Darkvision (60') +Devil Greater Traits VISIBLE:NO PRERACE:1,Devil% FEAT:Spell-Like Abilities|Summon Devils|See in Darkness SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Detect Good|Teleport (Greater/Self Only)|Wall of Fire +Devil Royalty VISIBLE:NO PRERACE:1,Devil% SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Blasphemy,17+CHA|Desecrate|Detect Magic|Invisibility (Greater)|Magic Circle against Good|See Invisibility|Tongues|Unholy Aura,18+CHA -Demon of Corruption VISIBLE:NO PRERACE:Demon of Corruption% BONUS:SKILL|Listen,Spot|4|TYPE=Racial BONUS:VAR|ResistAcid,ResistCold,ResistFire|10 BONUS:VAR|SummonDemonsTimes|1 BONUS:VAR|SummonDemonsPercent|35 BONUS:VAR|WhisperOfMadnessDC|CHA FEAT:Spell-Like Abilities|Summon Demons|Whisper of Madness|Immune to Electricity|Immune to Poison|Resistance to Acid|Resistance to Cold|Resistance to Fire|Telepathy VISION:Darkvision (60') SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Cause Fear,11+CHA|Detect Good|Invisibility (Self Only) +Demon of Corruption VISIBLE:NO PRERACE:1,Demon of Corruption% BONUS:SKILL|Listen,Spot|4|TYPE=Racial BONUS:VAR|ResistAcid,ResistCold,ResistFire|10 BONUS:VAR|SummonDemonsTimes|1 BONUS:VAR|SummonDemonsPercent|35 BONUS:VAR|WhisperOfMadnessDC|CHA FEAT:Spell-Like Abilities|Summon Demons|Whisper of Madness|Immune to Electricity|Immune to Poison|Resistance to Acid|Resistance to Cold|Resistance to Fire|Telepathy VISION:Darkvision (60') SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Cause Fear,11+CHA|Detect Good|Invisibility (Self Only) -Nabasu Traits VISIBLE:NO PRERACE:Demon (Nabasu% BONUS:SKILL|Listen,Spot|8|TYPE=Racial BONUS:VAR|DeathGazeTimes|HD-6 BONUS:VAR|DeathGazeRange|20 BONUS:VAR|DeathGazeDC|CHA BONUS:VAR|SneakAttack|2 FEAT:Gaze (Death)|Sneak Attack|Spell-Like Abilities|Plane Shift LANGAUTO:Abyssal,Common SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Deeper Darkness (10-ft. Radius)|Cause Shadows +Nabasu Traits VISIBLE:NO PRERACE:1,Demon (Nabasu% BONUS:SKILL|Listen,Spot|8|TYPE=Racial BONUS:VAR|DeathGazeTimes|HD-6 BONUS:VAR|DeathGazeRange|20 BONUS:VAR|DeathGazeDC|CHA BONUS:VAR|SneakAttack|2 FEAT:Gaze (Death)|Sneak Attack|Spell-Like Abilities|Plane Shift LANGAUTO:Abyssal,Common SPELLS:Innate|TIMES=ATWILL|CASTERLEVEL=var("RacialCL")|Deeper Darkness (10-ft. Radius)|Cause Shadows -Eblis (Ghost Sound) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Ghost Sound,10+CHA -Eblis (Disguise Self) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Disguise Self,11+CHA -Eblis (Hypnotism) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Hypnotism,11+CHA -Eblis (Scare) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Scare,12+CHA -Eblis (Fog Cloud) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Fog Cloud,12+CHA -Eblis (Blur) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Blur,12+CHA -Eblis (Hypnotic Pattern) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Hypnotic Pattern,12+CHA -Eblis (Whispering Wind) VISIBLE:NO PRERACE:Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Whispering Wind,12+CHA +Eblis (Ghost Sound) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Ghost Sound,10+CHA +Eblis (Disguise Self) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Disguise Self,11+CHA +Eblis (Hypnotism) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Hypnotism,11+CHA +Eblis (Scare) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Scare,12+CHA +Eblis (Fog Cloud) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Fog Cloud,12+CHA +Eblis (Blur) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Blur,12+CHA +Eblis (Hypnotic Pattern) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Hypnotic Pattern,12+CHA +Eblis (Whispering Wind) VISIBLE:NO PRERACE:1,Eblis BONUS:VAR|RacialCL|4|TYPE=NoStack FEAT:Spell-Like Abilities SPELLS:Innate|TIMES=1|CASTERLEVEL=var("RacialCL")|Whispering Wind,12+CHA ### Dragon Attacks -Dragon Attacks (Tiny) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:T NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d4|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d3 -Dragon Attacks (Small) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:S NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d6|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d4 -Dragon Attacks (Medium) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:M NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d8|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d6|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,1d4 -Dragon Attacks (Large) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:L NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,2d6|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d8|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,1d6|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,1d8 -Dragon Attacks (Huge) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:H NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,2d8|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d6|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,1d8|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,2d6|Crush,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d8 -Dragon Attacks (Gargantuan) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:G NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,4d6|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d8|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,2d6|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,2d8|Crush,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Tail Sweep,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d6 -Dragon Attacks (Colossal) VISIBLE:NO PRERACE:Dragon PRESIZEEQ:C NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,4d8|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,4d6|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Tail Sweep,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d8 +Dragon Attacks (Tiny) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:T NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d4|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d3 +Dragon Attacks (Small) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:S NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d6|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d4 +Dragon Attacks (Medium) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:M NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d8|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d6|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,1d4 +Dragon Attacks (Large) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:L NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,2d6|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d8|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,1d6|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,1d8 +Dragon Attacks (Huge) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:H NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,2d8|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d6|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,1d8|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,2d6|Crush,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d8 +Dragon Attacks (Gargantuan) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:G NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,4d6|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d8|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,2d6|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,2d8|Crush,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6|Tail Sweep,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d6 +Dragon Attacks (Colossal) VISIBLE:NO PRERACE:1,Dragon PRESIZEEQ:C NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,4d8|Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,4d6|Wing,Weapon.Natural.Melee.Finesseable.Bludgeoning,*2,2d8|Tail Slap,Weapon.Natural.Melee.Bludgeoning,*1,4d6|Crush,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d8|Tail Sweep,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d8 ### Mongrelman Templates -Gnoll Head (Left) VISIBLE:NO TEMPLATE:Gnoll Eye TEMPLATE:Gnoll Ear SAB:Gnoll Left Side of Head PRERACE:Mongrelman -Gnoll Head (Right) VISIBLE:NO TEMPLATE:Gnoll Eye TEMPLATE:Gnoll Ear SAB:Gnoll Right Side of Head PRERACE:Mongrelman -Gnoll Upper Torso VISIBLE:NO SAB:Gnoll Upper Torso PRERACE:Mongrelman -Gnoll Lower Torso VISIBLE:NO SAB:Gnoll Lower Torso PRERACE:Mongrelman -Gnoll Upper Arm (Left) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Left Upper Arm PRERACE:Mongrelman -Gnoll Upper Arm (Right) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Right Upper Arm PRERACE:Mongrelman -Gnoll Lower Arm (Left) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Left Lower Arm PRERACE:Mongrelman -Gnoll Lower Arm (Right) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Right Lower Arm PRERACE:Mongrelman -Gnoll Upper Leg (Left) VISIBLE:NO SAB:Gnoll Left Upper Leg PRERACE:Mongrelman -Gnoll Upper Leg (Right) VISIBLE:NO SAB:Gnoll Right Upper Leg PRERACE:Mongrelman -Gnoll Lower Leg (Left) VISIBLE:NO SAB:Gnoll Left Lower Leg PRERACE:Mongrelman -Gnoll Lower Leg (Right) VISIBLE:NO SAB:Gnoll Right Lower Leg PRERACE:Mongrelman -Gnoll Foot (Left) VISIBLE:NO SAB:Gnoll Foot PRERACE:Mongrelman -Gnoll Foot (Right) VISIBLE:NO SAB:Gnoll Foot PRERACE:Mongrelman -Gnoll Hand (Left) VISIBLE:NO SAB:Gnoll Hand PRERACE:Mongrelman -Gnoll Hand (Right) VISIBLE:NO SAB:Gnoll Hand PRERACE:Mongrelman -Gnoll Jaw/Mouth VISIBLE:NO SAB:Gnoll Jaw/Mouth PRERACE:Mongrelman +Gnoll Head (Left) VISIBLE:NO TEMPLATE:Gnoll Eye TEMPLATE:Gnoll Ear SAB:Gnoll Left Side of Head PRERACE:1,Mongrelman +Gnoll Head (Right) VISIBLE:NO TEMPLATE:Gnoll Eye TEMPLATE:Gnoll Ear SAB:Gnoll Right Side of Head PRERACE:1,Mongrelman +Gnoll Upper Torso VISIBLE:NO SAB:Gnoll Upper Torso PRERACE:1,Mongrelman +Gnoll Lower Torso VISIBLE:NO SAB:Gnoll Lower Torso PRERACE:1,Mongrelman +Gnoll Upper Arm (Left) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Left Upper Arm PRERACE:1,Mongrelman +Gnoll Upper Arm (Right) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Right Upper Arm PRERACE:1,Mongrelman +Gnoll Lower Arm (Left) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Left Lower Arm PRERACE:1,Mongrelman +Gnoll Lower Arm (Right) VISIBLE:NO TEMPLATE:Gnoll Arm SAB:Gnoll Right Lower Arm PRERACE:1,Mongrelman +Gnoll Upper Leg (Left) VISIBLE:NO SAB:Gnoll Left Upper Leg PRERACE:1,Mongrelman +Gnoll Upper Leg (Right) VISIBLE:NO SAB:Gnoll Right Upper Leg PRERACE:1,Mongrelman +Gnoll Lower Leg (Left) VISIBLE:NO SAB:Gnoll Left Lower Leg PRERACE:1,Mongrelman +Gnoll Lower Leg (Right) VISIBLE:NO SAB:Gnoll Right Lower Leg PRERACE:1,Mongrelman +Gnoll Foot (Left) VISIBLE:NO SAB:Gnoll Foot PRERACE:1,Mongrelman +Gnoll Foot (Right) VISIBLE:NO SAB:Gnoll Foot PRERACE:1,Mongrelman +Gnoll Hand (Left) VISIBLE:NO SAB:Gnoll Hand PRERACE:1,Mongrelman +Gnoll Hand (Right) VISIBLE:NO SAB:Gnoll Hand PRERACE:1,Mongrelman +Gnoll Jaw/Mouth VISIBLE:NO SAB:Gnoll Jaw/Mouth PRERACE:1,Mongrelman -Gnoll Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') -Gnoll Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Gnoll Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:Mongrelman +Gnoll Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') +Gnoll Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Gnoll Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:1,Mongrelman -Goblin Head (Left) VISIBLE:NO TEMPLATE:Goblin Eye TEMPLATE:Goblin Ear SAB:Goblin Left Side of Head PRERACE:Mongrelman -Goblin Head (Right) VISIBLE:NO TEMPLATE:Goblin Eye TEMPLATE:Goblin Ear SAB:Goblin Right Side of Head PRERACE:Mongrelman -Goblin Upper Torso VISIBLE:NO SAB:Goblin Upper Torso PRERACE:Mongrelman -Goblin Lower Torso VISIBLE:NO SAB:Goblin Lower Torso PRERACE:Mongrelman -Goblin Upper Arm (Left) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Left Upper Arm PRERACE:Mongrelman -Goblin Upper Arm (Right) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Right Upper Arm PRERACE:Mongrelman -Goblin Lower Arm (Left) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Left Lower Arm PRERACE:Mongrelman -Goblin Lower Arm (Right) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Right Lower Arm PRERACE:Mongrelman -Goblin Upper Leg (Left) VISIBLE:NO SAB:Goblin Left Upper Leg PRERACE:Mongrelman -Goblin Upper Leg (Right) VISIBLE:NO SAB:Goblin Right Upper Leg PRERACE:Mongrelman -Goblin Lower Leg (Left) VISIBLE:NO SAB:Goblin Left Lower Leg PRERACE:Mongrelman -Goblin Lower Leg (Right) VISIBLE:NO SAB:Goblin Right Lower Leg PRERACE:Mongrelman -Goblin Foot (Left) VISIBLE:NO SAB:Goblin Foot PRERACE:Mongrelman -Goblin Foot (Right) VISIBLE:NO SAB:Goblin Foot PRERACE:Mongrelman -Goblin Hand (Left) VISIBLE:NO SAB:Goblin Hand PRERACE:Mongrelman -Goblin Hand (Right) VISIBLE:NO SAB:Goblin Hand PRERACE:Mongrelman -Goblin Jaw/Mouth VISIBLE:NO SAB:Goblin Jaw/Mouth PRERACE:Mongrelman +Goblin Head (Left) VISIBLE:NO TEMPLATE:Goblin Eye TEMPLATE:Goblin Ear SAB:Goblin Left Side of Head PRERACE:1,Mongrelman +Goblin Head (Right) VISIBLE:NO TEMPLATE:Goblin Eye TEMPLATE:Goblin Ear SAB:Goblin Right Side of Head PRERACE:1,Mongrelman +Goblin Upper Torso VISIBLE:NO SAB:Goblin Upper Torso PRERACE:1,Mongrelman +Goblin Lower Torso VISIBLE:NO SAB:Goblin Lower Torso PRERACE:1,Mongrelman +Goblin Upper Arm (Left) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Left Upper Arm PRERACE:1,Mongrelman +Goblin Upper Arm (Right) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Right Upper Arm PRERACE:1,Mongrelman +Goblin Lower Arm (Left) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Left Lower Arm PRERACE:1,Mongrelman +Goblin Lower Arm (Right) VISIBLE:NO TEMPLATE:Goblin Arm SAB:Goblin Right Lower Arm PRERACE:1,Mongrelman +Goblin Upper Leg (Left) VISIBLE:NO SAB:Goblin Left Upper Leg PRERACE:1,Mongrelman +Goblin Upper Leg (Right) VISIBLE:NO SAB:Goblin Right Upper Leg PRERACE:1,Mongrelman +Goblin Lower Leg (Left) VISIBLE:NO SAB:Goblin Left Lower Leg PRERACE:1,Mongrelman +Goblin Lower Leg (Right) VISIBLE:NO SAB:Goblin Right Lower Leg PRERACE:1,Mongrelman +Goblin Foot (Left) VISIBLE:NO SAB:Goblin Foot PRERACE:1,Mongrelman +Goblin Foot (Right) VISIBLE:NO SAB:Goblin Foot PRERACE:1,Mongrelman +Goblin Hand (Left) VISIBLE:NO SAB:Goblin Hand PRERACE:1,Mongrelman +Goblin Hand (Right) VISIBLE:NO SAB:Goblin Hand PRERACE:1,Mongrelman +Goblin Jaw/Mouth VISIBLE:NO SAB:Goblin Jaw/Mouth PRERACE:1,Mongrelman -Goblin Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') -Goblin Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Goblin Arm VISIBLE:NO SAB:-2 on Str checks using arm PRERACE:Mongrelman +Goblin Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') +Goblin Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Goblin Arm VISIBLE:NO SAB:-2 on Str checks using arm PRERACE:1,Mongrelman -Hobgoblin Head (Left) VISIBLE:NO TEMPLATE:Hobgoblin Eye TEMPLATE:Hobgoblin Ear SAB:Hobgoblin Left Side of Head PRERACE:Mongrelman -Hobgoblin Head (Right) VISIBLE:NO TEMPLATE:Hobgoblin Eye TEMPLATE:Hobgoblin Ear SAB:Hobgoblin Right Side of Head PRERACE:Mongrelman -Hobgoblin Upper Torso VISIBLE:NO SAB:Hobgoblin Upper Torso PRERACE:Mongrelman -Hobgoblin Lower Torso VISIBLE:NO SAB:Hobgoblin Lower Torso PRERACE:Mongrelman -Hobgoblin Upper Arm (Left) VISIBLE:NO SAB:Hobgoblin Left Upper Arm PRERACE:Mongrelman -Hobgoblin Upper Arm (Right) VISIBLE:NO SAB:Hobgoblin Right Upper Arm PRERACE:Mongrelman -Hobgoblin Lower Arm (Left) VISIBLE:NO SAB:Hobgoblin Left Lower Arm PRERACE:Mongrelman -Hobgoblin Lower Arm (Right) VISIBLE:NO SAB:Hobgoblin Right Lower Arm PRERACE:Mongrelman -Hobgoblin Upper Leg (Left) VISIBLE:NO SAB:Hobgoblin Left Upper Leg PRERACE:Mongrelman -Hobgoblin Upper Leg (Right) VISIBLE:NO SAB:Hobgoblin Right Upper Leg PRERACE:Mongrelman -Hobgoblin Lower Leg (Left) VISIBLE:NO SAB:Hobgoblin Left Lower Leg PRERACE:Mongrelman -Hobgoblin Lower Leg (Right) VISIBLE:NO SAB:Hobgoblin Right Lower Leg PRERACE:Mongrelman -Hobgoblin Foot (Left) VISIBLE:NO SAB:Hobgoblin Foot PRERACE:Mongrelman -Hobgoblin Foot (Right) VISIBLE:NO SAB:Hobgoblin Foot PRERACE:Mongrelman -Hobgoblin Hand (Left) VISIBLE:NO SAB:Hobgoblin Hand PRERACE:Mongrelman -Hobgoblin Hand (Right) VISIBLE:NO SAB:Hobgoblin Hand PRERACE:Mongrelman -Hobgoblin Jaw/Mouth VISIBLE:NO SAB:Hobgoblin Jaw/Mouth PRERACE:Mongrelman +Hobgoblin Head (Left) VISIBLE:NO TEMPLATE:Hobgoblin Eye TEMPLATE:Hobgoblin Ear SAB:Hobgoblin Left Side of Head PRERACE:1,Mongrelman +Hobgoblin Head (Right) VISIBLE:NO TEMPLATE:Hobgoblin Eye TEMPLATE:Hobgoblin Ear SAB:Hobgoblin Right Side of Head PRERACE:1,Mongrelman +Hobgoblin Upper Torso VISIBLE:NO SAB:Hobgoblin Upper Torso PRERACE:1,Mongrelman +Hobgoblin Lower Torso VISIBLE:NO SAB:Hobgoblin Lower Torso PRERACE:1,Mongrelman +Hobgoblin Upper Arm (Left) VISIBLE:NO SAB:Hobgoblin Left Upper Arm PRERACE:1,Mongrelman +Hobgoblin Upper Arm (Right) VISIBLE:NO SAB:Hobgoblin Right Upper Arm PRERACE:1,Mongrelman +Hobgoblin Lower Arm (Left) VISIBLE:NO SAB:Hobgoblin Left Lower Arm PRERACE:1,Mongrelman +Hobgoblin Lower Arm (Right) VISIBLE:NO SAB:Hobgoblin Right Lower Arm PRERACE:1,Mongrelman +Hobgoblin Upper Leg (Left) VISIBLE:NO SAB:Hobgoblin Left Upper Leg PRERACE:1,Mongrelman +Hobgoblin Upper Leg (Right) VISIBLE:NO SAB:Hobgoblin Right Upper Leg PRERACE:1,Mongrelman +Hobgoblin Lower Leg (Left) VISIBLE:NO SAB:Hobgoblin Left Lower Leg PRERACE:1,Mongrelman +Hobgoblin Lower Leg (Right) VISIBLE:NO SAB:Hobgoblin Right Lower Leg PRERACE:1,Mongrelman +Hobgoblin Foot (Left) VISIBLE:NO SAB:Hobgoblin Foot PRERACE:1,Mongrelman +Hobgoblin Foot (Right) VISIBLE:NO SAB:Hobgoblin Foot PRERACE:1,Mongrelman +Hobgoblin Hand (Left) VISIBLE:NO SAB:Hobgoblin Hand PRERACE:1,Mongrelman +Hobgoblin Hand (Right) VISIBLE:NO SAB:Hobgoblin Hand PRERACE:1,Mongrelman +Hobgoblin Jaw/Mouth VISIBLE:NO SAB:Hobgoblin Jaw/Mouth PRERACE:1,Mongrelman -Hobgoblin Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') -Hobgoblin Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Hobgoblin Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') +Hobgoblin Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Human Head (Left) VISIBLE:NO SAB:Human Left Side of Head PRERACE:Mongrelman -Human Head (Right) VISIBLE:NO SAB:Human Right Side of Head PRERACE:Mongrelman -Human Upper Torso VISIBLE:NO SAB:Human Upper Torso PRERACE:Mongrelman -Human Lower Torso VISIBLE:NO SAB:Human Lower Torso PRERACE:Mongrelman -Human Upper Arm (Left) VISIBLE:NO SAB:Human Left Upper Arm PRERACE:Mongrelman -Human Upper Arm (Right) VISIBLE:NO SAB:Human Right Upper Arm PRERACE:Mongrelman -Human Lower Arm (Left) VISIBLE:NO SAB:Human Left Lower Arm PRERACE:Mongrelman -Human Lower Arm (Right) VISIBLE:NO SAB:Human Right Lower Arm PRERACE:Mongrelman -Human Upper Leg (Left) VISIBLE:NO SAB:Human Left Upper Leg PRERACE:Mongrelman -Human Upper Leg (Right) VISIBLE:NO SAB:Human Right Upper Leg PRERACE:Mongrelman -Human Lower Leg (Left) VISIBLE:NO SAB:Human Left Lower Leg PRERACE:Mongrelman -Human Lower Leg (Right) VISIBLE:NO SAB:Human Right Lower Leg PRERACE:Mongrelman -Human Foot (Left) VISIBLE:NO SAB:Human Foot PRERACE:Mongrelman -Human Foot (Right) VISIBLE:NO SAB:Human Foot PRERACE:Mongrelman -Human Hand (Left) VISIBLE:NO SAB:Human Hand PRERACE:Mongrelman -Human Hand (Right) VISIBLE:NO SAB:Human Hand PRERACE:Mongrelman -Human Jaw/Mouth VISIBLE:NO SAB:Human Jaw/Mouth PRERACE:Mongrelman +Human Head (Left) VISIBLE:NO SAB:Human Left Side of Head PRERACE:1,Mongrelman +Human Head (Right) VISIBLE:NO SAB:Human Right Side of Head PRERACE:1,Mongrelman +Human Upper Torso VISIBLE:NO SAB:Human Upper Torso PRERACE:1,Mongrelman +Human Lower Torso VISIBLE:NO SAB:Human Lower Torso PRERACE:1,Mongrelman +Human Upper Arm (Left) VISIBLE:NO SAB:Human Left Upper Arm PRERACE:1,Mongrelman +Human Upper Arm (Right) VISIBLE:NO SAB:Human Right Upper Arm PRERACE:1,Mongrelman +Human Lower Arm (Left) VISIBLE:NO SAB:Human Left Lower Arm PRERACE:1,Mongrelman +Human Lower Arm (Right) VISIBLE:NO SAB:Human Right Lower Arm PRERACE:1,Mongrelman +Human Upper Leg (Left) VISIBLE:NO SAB:Human Left Upper Leg PRERACE:1,Mongrelman +Human Upper Leg (Right) VISIBLE:NO SAB:Human Right Upper Leg PRERACE:1,Mongrelman +Human Lower Leg (Left) VISIBLE:NO SAB:Human Left Lower Leg PRERACE:1,Mongrelman +Human Lower Leg (Right) VISIBLE:NO SAB:Human Right Lower Leg PRERACE:1,Mongrelman +Human Foot (Left) VISIBLE:NO SAB:Human Foot PRERACE:1,Mongrelman +Human Foot (Right) VISIBLE:NO SAB:Human Foot PRERACE:1,Mongrelman +Human Hand (Left) VISIBLE:NO SAB:Human Hand PRERACE:1,Mongrelman +Human Hand (Right) VISIBLE:NO SAB:Human Hand PRERACE:1,Mongrelman +Human Jaw/Mouth VISIBLE:NO SAB:Human Jaw/Mouth PRERACE:1,Mongrelman -Kobold Head (Left) VISIBLE:NO TEMPLATE:Kobold Eye TEMPLATE:Kobold Ear SAB:Kobold Left Side of Head PRERACE:Mongrelman -Kobold Head (Right) VISIBLE:NO TEMPLATE:Kobold Eye TEMPLATE:Kobold Ear SAB:Kobold Right Side of Head PRERACE:Mongrelman -Kobold Upper Torso VISIBLE:NO SAB:Kobold Upper Torso PRERACE:Mongrelman -Kobold Lower Torso VISIBLE:NO SAB:Kobold Lower Torso PRERACE:Mongrelman -Kobold Upper Arm (Left) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Left Upper Arm PRERACE:Mongrelman -Kobold Upper Arm (Right) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Right Upper Arm PRERACE:Mongrelman -Kobold Lower Arm (Left) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Left Lower Arm PRERACE:Mongrelman -Kobold Lower Arm (Right) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Right Lower Arm PRERACE:Mongrelman -Kobold Upper Leg (Left) VISIBLE:NO SAB:Kobold Left Upper Leg PRERACE:Mongrelman -Kobold Upper Leg (Right) VISIBLE:NO SAB:Kobold Right Upper Leg PRERACE:Mongrelman -Kobold Lower Leg (Left) VISIBLE:NO SAB:Kobold Left Lower Leg PRERACE:Mongrelman -Kobold Lower Leg (Right) VISIBLE:NO SAB:Kobold Right Lower Leg PRERACE:Mongrelman -Kobold Foot (Left) VISIBLE:NO SAB:Kobold Foot PRERACE:Mongrelman -Kobold Foot (Right) VISIBLE:NO SAB:Kobold Foot PRERACE:Mongrelman -Kobold Hand (Left) VISIBLE:NO SAB:Kobold Hand PRERACE:Mongrelman -Kobold Hand (Right) VISIBLE:NO SAB:Kobold Hand PRERACE:Mongrelman -Kobold Jaw/Mouth VISIBLE:NO SAB:Kobold Jaw/Mouth PRERACE:Mongrelman +Kobold Head (Left) VISIBLE:NO TEMPLATE:Kobold Eye TEMPLATE:Kobold Ear SAB:Kobold Left Side of Head PRERACE:1,Mongrelman +Kobold Head (Right) VISIBLE:NO TEMPLATE:Kobold Eye TEMPLATE:Kobold Ear SAB:Kobold Right Side of Head PRERACE:1,Mongrelman +Kobold Upper Torso VISIBLE:NO SAB:Kobold Upper Torso PRERACE:1,Mongrelman +Kobold Lower Torso VISIBLE:NO SAB:Kobold Lower Torso PRERACE:1,Mongrelman +Kobold Upper Arm (Left) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Left Upper Arm PRERACE:1,Mongrelman +Kobold Upper Arm (Right) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Right Upper Arm PRERACE:1,Mongrelman +Kobold Lower Arm (Left) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Left Lower Arm PRERACE:1,Mongrelman +Kobold Lower Arm (Right) VISIBLE:NO TEMPLATE:Kobold Arm SAB:Kobold Right Lower Arm PRERACE:1,Mongrelman +Kobold Upper Leg (Left) VISIBLE:NO SAB:Kobold Left Upper Leg PRERACE:1,Mongrelman +Kobold Upper Leg (Right) VISIBLE:NO SAB:Kobold Right Upper Leg PRERACE:1,Mongrelman +Kobold Lower Leg (Left) VISIBLE:NO SAB:Kobold Left Lower Leg PRERACE:1,Mongrelman +Kobold Lower Leg (Right) VISIBLE:NO SAB:Kobold Right Lower Leg PRERACE:1,Mongrelman +Kobold Foot (Left) VISIBLE:NO SAB:Kobold Foot PRERACE:1,Mongrelman +Kobold Foot (Right) VISIBLE:NO SAB:Kobold Foot PRERACE:1,Mongrelman +Kobold Hand (Left) VISIBLE:NO SAB:Kobold Hand PRERACE:1,Mongrelman +Kobold Hand (Right) VISIBLE:NO SAB:Kobold Hand PRERACE:1,Mongrelman +Kobold Jaw/Mouth VISIBLE:NO SAB:Kobold Jaw/Mouth PRERACE:1,Mongrelman -Kobold Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|2|TYPE=Racial FEAT:Light Sensitivity VISION:Darkvision (60') -Kobold Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|2|TYPE=Racial -Kobold Arm VISIBLE:NO SAB:-4 on Str checks using arm PRERACE:Mongrelman +Kobold Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|2|TYPE=Racial FEAT:Light Sensitivity VISION:Darkvision (60') +Kobold Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|2|TYPE=Racial +Kobold Arm VISIBLE:NO SAB:-4 on Str checks using arm PRERACE:1,Mongrelman -Merfolk Head (Left) VISIBLE:NO TEMPLATE:Merfolk Eye TEMPLATE:Merfolk Ear TEMPLATE:Merfolk Head SAB:Merfolk Left Side of Head PRERACE:Mongrelman -Merfolk Head (Right) VISIBLE:NO TEMPLATE:Merfolk Eye TEMPLATE:Merfolk Ear TEMPLATE:Merfolk Head SAB:Merfolk Right Side of Head PRERACE:Mongrelman -Merfolk Upper Torso VISIBLE:NO SAB:Merfolk Upper Torso PRERACE:Mongrelman -Merfolk Lower Torso VISIBLE:NO TEMPLATE:Merfolk Torso (Lower) SAB:Merfolk Lower Torso PRERACE:Mongrelman -Merfolk Upper Arm (Left) VISIBLE:NO SAB:Merfolk Left Upper Arm PRERACE:Mongrelman -Merfolk Upper Arm (Right) VISIBLE:NO SAB:Merfolk Right Upper Arm PRERACE:Mongrelman -Merfolk Lower Arm (Left) VISIBLE:NO SAB:Merfolk Left Lower Arm PRERACE:Mongrelman -Merfolk Lower Arm (Right) VISIBLE:NO SAB:Merfolk Right Lower Arm PRERACE:Mongrelman -Merfolk Upper Leg (Left) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Left Upper Leg PRERACE:Mongrelman -Merfolk Upper Leg (Right) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Right Upper Leg PRERACE:Mongrelman -Merfolk Lower Leg (Left) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Left Lower Leg PRERACE:Mongrelman -Merfolk Lower Leg (Right) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Right Lower Leg PRERACE:Mongrelman -Merfolk Foot (Left) VISIBLE:NO SAB:Merfolk Foot PRERACE:Mongrelman -Merfolk Foot (Right) VISIBLE:NO SAB:Merfolk Foot PRERACE:Mongrelman -Merfolk Hand (Left) VISIBLE:NO SAB:Merfolk Hand PRERACE:Mongrelman -Merfolk Hand (Right) VISIBLE:NO SAB:Merfolk Hand PRERACE:Mongrelman -Merfolk Jaw/Mouth VISIBLE:NO TEMPLATE:Merfolk Head SAB:Merfolk Jaw/Mouth PRERACE:Mongrelman +Merfolk Head (Left) VISIBLE:NO TEMPLATE:Merfolk Eye TEMPLATE:Merfolk Ear TEMPLATE:Merfolk Head SAB:Merfolk Left Side of Head PRERACE:1,Mongrelman +Merfolk Head (Right) VISIBLE:NO TEMPLATE:Merfolk Eye TEMPLATE:Merfolk Ear TEMPLATE:Merfolk Head SAB:Merfolk Right Side of Head PRERACE:1,Mongrelman +Merfolk Upper Torso VISIBLE:NO SAB:Merfolk Upper Torso PRERACE:1,Mongrelman +Merfolk Lower Torso VISIBLE:NO TEMPLATE:Merfolk Torso (Lower) SAB:Merfolk Lower Torso PRERACE:1,Mongrelman +Merfolk Upper Arm (Left) VISIBLE:NO SAB:Merfolk Left Upper Arm PRERACE:1,Mongrelman +Merfolk Upper Arm (Right) VISIBLE:NO SAB:Merfolk Right Upper Arm PRERACE:1,Mongrelman +Merfolk Lower Arm (Left) VISIBLE:NO SAB:Merfolk Left Lower Arm PRERACE:1,Mongrelman +Merfolk Lower Arm (Right) VISIBLE:NO SAB:Merfolk Right Lower Arm PRERACE:1,Mongrelman +Merfolk Upper Leg (Left) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Left Upper Leg PRERACE:1,Mongrelman +Merfolk Upper Leg (Right) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Right Upper Leg PRERACE:1,Mongrelman +Merfolk Lower Leg (Left) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Left Lower Leg PRERACE:1,Mongrelman +Merfolk Lower Leg (Right) VISIBLE:NO TEMPLATE:Merfolk Leg SAB:Merfolk Right Lower Leg PRERACE:1,Mongrelman +Merfolk Foot (Left) VISIBLE:NO SAB:Merfolk Foot PRERACE:1,Mongrelman +Merfolk Foot (Right) VISIBLE:NO SAB:Merfolk Foot PRERACE:1,Mongrelman +Merfolk Hand (Left) VISIBLE:NO SAB:Merfolk Hand PRERACE:1,Mongrelman +Merfolk Hand (Right) VISIBLE:NO SAB:Merfolk Hand PRERACE:1,Mongrelman +Merfolk Jaw/Mouth VISIBLE:NO TEMPLATE:Merfolk Head SAB:Merfolk Jaw/Mouth PRERACE:1,Mongrelman -Merfolk Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|4|TYPE=Racial VISION:Darkvision (60') -Merfolk Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|4|TYPE=Racial -Merfolk Head VISIBLE:NO SAB:Amphibious|PRETEMPLATE:1,Merfolk Head (Left),Merfolk Head (Right),Merfolk Jaw/Mouth PRERACE:Mongrelman -Merfolk Leg VISIBLE:NO PRERACE:Mongrelman BONUS:MOVEMULT|TYPE.Walk|.5 -Merfolk Torso (Lower) VISIBLE:NO PRERACE:Mongrelman BONUS:MOVEADD|TYPE.Walk|-25 MOVE:Swim,50 +Merfolk Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|4|TYPE=Racial VISION:Darkvision (60') +Merfolk Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|4|TYPE=Racial +Merfolk Head VISIBLE:NO SAB:Amphibious|PRETEMPLATE:1,Merfolk Head (Left),Merfolk Head (Right),Merfolk Jaw/Mouth PRERACE:1,Mongrelman +Merfolk Leg VISIBLE:NO PRERACE:1,Mongrelman BONUS:MOVEMULT|TYPE.Walk|.5 +Merfolk Torso (Lower) VISIBLE:NO PRERACE:1,Mongrelman BONUS:MOVEADD|TYPE.Walk|-25 MOVE:Swim,50 -Locathah Head (Left) VISIBLE:NO TEMPLATE:Locathah Eye TEMPLATE:Locathah Ear TEMPLATE:Locathah Head SAB:Locathah Left Side of Head PRERACE:Mongrelman -Locathah Head (Right) VISIBLE:NO TEMPLATE:Locathah Eye TEMPLATE:Locathah Ear TEMPLATE:Locathah Head SAB:Locathah Right Side of Head PRERACE:Mongrelman -Locathah Upper Torso VISIBLE:NO SAB:Locathah Upper Torso PRERACE:Mongrelman -Locathah Lower Torso VISIBLE:NO SAB:Locathah Lower Torso PRERACE:Mongrelman -Locathah Upper Arm (Left) VISIBLE:NO SAB:Locathah Left Upper Arm PRERACE:Mongrelman -Locathah Upper Arm (Right) VISIBLE:NO SAB:Locathah Right Upper Arm PRERACE:Mongrelman -Locathah Lower Arm (Left) VISIBLE:NO SAB:Locathah Left Lower Arm PRERACE:Mongrelman -Locathah Lower Arm (Right) VISIBLE:NO SAB:Locathah Right Lower Arm PRERACE:Mongrelman -Locathah Upper Leg (Left) VISIBLE:NO SAB:Locathah Left Upper Leg PRERACE:Mongrelman -Locathah Upper Leg (Right) VISIBLE:NO SAB:Locathah Right Upper Leg PRERACE:Mongrelman -Locathah Lower Leg (Left) VISIBLE:NO SAB:Locathah Left Lower Leg PRERACE:Mongrelman -Locathah Lower Leg (Right) VISIBLE:NO SAB:Locathah Right Lower Leg PRERACE:Mongrelman -Locathah Foot (Left) VISIBLE:NO SAB:Locathah Foot PRERACE:Mongrelman -Locathah Foot (Right) VISIBLE:NO SAB:Locathah Foot PRERACE:Mongrelman -Locathah Hand (Left) VISIBLE:NO SAB:Locathah Hand PRERACE:Mongrelman -Locathah Hand (Right) VISIBLE:NO SAB:Locathah Hand PRERACE:Mongrelman -Locathah Jaw/Mouth VISIBLE:NO TEMPLATE:Locathah Head SAB:Locathah Jaw/Mouth PRERACE:Mongrelman +Locathah Head (Left) VISIBLE:NO TEMPLATE:Locathah Eye TEMPLATE:Locathah Ear TEMPLATE:Locathah Head SAB:Locathah Left Side of Head PRERACE:1,Mongrelman +Locathah Head (Right) VISIBLE:NO TEMPLATE:Locathah Eye TEMPLATE:Locathah Ear TEMPLATE:Locathah Head SAB:Locathah Right Side of Head PRERACE:1,Mongrelman +Locathah Upper Torso VISIBLE:NO SAB:Locathah Upper Torso PRERACE:1,Mongrelman +Locathah Lower Torso VISIBLE:NO SAB:Locathah Lower Torso PRERACE:1,Mongrelman +Locathah Upper Arm (Left) VISIBLE:NO SAB:Locathah Left Upper Arm PRERACE:1,Mongrelman +Locathah Upper Arm (Right) VISIBLE:NO SAB:Locathah Right Upper Arm PRERACE:1,Mongrelman +Locathah Lower Arm (Left) VISIBLE:NO SAB:Locathah Left Lower Arm PRERACE:1,Mongrelman +Locathah Lower Arm (Right) VISIBLE:NO SAB:Locathah Right Lower Arm PRERACE:1,Mongrelman +Locathah Upper Leg (Left) VISIBLE:NO SAB:Locathah Left Upper Leg PRERACE:1,Mongrelman +Locathah Upper Leg (Right) VISIBLE:NO SAB:Locathah Right Upper Leg PRERACE:1,Mongrelman +Locathah Lower Leg (Left) VISIBLE:NO SAB:Locathah Left Lower Leg PRERACE:1,Mongrelman +Locathah Lower Leg (Right) VISIBLE:NO SAB:Locathah Right Lower Leg PRERACE:1,Mongrelman +Locathah Foot (Left) VISIBLE:NO SAB:Locathah Foot PRERACE:1,Mongrelman +Locathah Foot (Right) VISIBLE:NO SAB:Locathah Foot PRERACE:1,Mongrelman +Locathah Hand (Left) VISIBLE:NO SAB:Locathah Hand PRERACE:1,Mongrelman +Locathah Hand (Right) VISIBLE:NO SAB:Locathah Hand PRERACE:1,Mongrelman +Locathah Jaw/Mouth VISIBLE:NO TEMPLATE:Locathah Head SAB:Locathah Jaw/Mouth PRERACE:1,Mongrelman -Locathah Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') -Locathah Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Locathah Head VISIBLE:NO SAB:Amphibious|PRETEMPLATE:1,Locathah Head (Left),Locathah Head (Right),Locathah Jaw/Mouth PRERACE:Mongrelman +Locathah Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') +Locathah Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Locathah Head VISIBLE:NO SAB:Amphibious|PRETEMPLATE:1,Locathah Head (Left),Locathah Head (Right),Locathah Jaw/Mouth PRERACE:1,Mongrelman -Sahuagin Head (Left) VISIBLE:NO TEMPLATE:Sahuagin Eye TEMPLATE:Sahuagin Ear TEMPLATE:Sahuagin Head SAB:Sahuagin Left Side of Head PRERACE:Mongrelman -Sahuagin Head (Right) VISIBLE:NO TEMPLATE:Sahuagin Eye TEMPLATE:Sahuagin Ear TEMPLATE:Sahuagin Head SAB:Sahuagin Right Side of Head PRERACE:Mongrelman -Sahuagin Upper Torso VISIBLE:NO SAB:Sahuagin Upper Torso PRERACE:Mongrelman -Sahuagin Lower Torso VISIBLE:NO SAB:Sahuagin Lower Torso PRERACE:Mongrelman -Sahuagin Upper Arm (Left) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Left Upper Arm PRERACE:Mongrelman -Sahuagin Upper Arm (Right) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Right Upper Arm PRERACE:Mongrelman -Sahuagin Lower Arm (Left) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Left Lower Arm PRERACE:Mongrelman -Sahuagin Lower Arm (Right) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Right Lower Arm PRERACE:Mongrelman -Sahuagin Upper Leg (Left) VISIBLE:NO SAB:Sahuagin Left Upper Leg PRERACE:Mongrelman -Sahuagin Upper Leg (Right) VISIBLE:NO SAB:Sahuagin Right Upper Leg PRERACE:Mongrelman -Sahuagin Lower Leg (Left) VISIBLE:NO SAB:Sahuagin Left Lower Leg PRERACE:Mongrelman -Sahuagin Lower Leg (Right) VISIBLE:NO SAB:Sahuagin Right Lower Leg PRERACE:Mongrelman -Sahuagin Foot (Left) VISIBLE:NO SAB:Sahuagin Foot PRERACE:Mongrelman -Sahuagin Foot (Right) VISIBLE:NO SAB:Sahuagin Foot PRERACE:Mongrelman -Sahuagin Hand (Left) VISIBLE:NO SAB:Sahuagin Hand PRERACE:Mongrelman -Sahuagin Hand (Right) VISIBLE:NO SAB:Sahuagin Hand PRERACE:Mongrelman -Sahuagin Jaw/Mouth VISIBLE:NO TEMPLATE:Sahuagin Head SAB:Sahuagin Jaw/Mouth PRERACE:Mongrelman +Sahuagin Head (Left) VISIBLE:NO TEMPLATE:Sahuagin Eye TEMPLATE:Sahuagin Ear TEMPLATE:Sahuagin Head SAB:Sahuagin Left Side of Head PRERACE:1,Mongrelman +Sahuagin Head (Right) VISIBLE:NO TEMPLATE:Sahuagin Eye TEMPLATE:Sahuagin Ear TEMPLATE:Sahuagin Head SAB:Sahuagin Right Side of Head PRERACE:1,Mongrelman +Sahuagin Upper Torso VISIBLE:NO SAB:Sahuagin Upper Torso PRERACE:1,Mongrelman +Sahuagin Lower Torso VISIBLE:NO SAB:Sahuagin Lower Torso PRERACE:1,Mongrelman +Sahuagin Upper Arm (Left) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Left Upper Arm PRERACE:1,Mongrelman +Sahuagin Upper Arm (Right) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Right Upper Arm PRERACE:1,Mongrelman +Sahuagin Lower Arm (Left) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Left Lower Arm PRERACE:1,Mongrelman +Sahuagin Lower Arm (Right) VISIBLE:NO TEMPLATE:Sahuagin Arm SAB:Sahuagin Right Lower Arm PRERACE:1,Mongrelman +Sahuagin Upper Leg (Left) VISIBLE:NO SAB:Sahuagin Left Upper Leg PRERACE:1,Mongrelman +Sahuagin Upper Leg (Right) VISIBLE:NO SAB:Sahuagin Right Upper Leg PRERACE:1,Mongrelman +Sahuagin Lower Leg (Left) VISIBLE:NO SAB:Sahuagin Left Lower Leg PRERACE:1,Mongrelman +Sahuagin Lower Leg (Right) VISIBLE:NO SAB:Sahuagin Right Lower Leg PRERACE:1,Mongrelman +Sahuagin Foot (Left) VISIBLE:NO SAB:Sahuagin Foot PRERACE:1,Mongrelman +Sahuagin Foot (Right) VISIBLE:NO SAB:Sahuagin Foot PRERACE:1,Mongrelman +Sahuagin Hand (Left) VISIBLE:NO SAB:Sahuagin Hand PRERACE:1,Mongrelman +Sahuagin Hand (Right) VISIBLE:NO SAB:Sahuagin Hand PRERACE:1,Mongrelman +Sahuagin Jaw/Mouth VISIBLE:NO TEMPLATE:Sahuagin Head SAB:Sahuagin Jaw/Mouth PRERACE:1,Mongrelman -Sahuagin Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial FEAT:Light Blindness VISION:Darkvision (60') -Sahuagin Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Sahuagin Arm VISIBLE:NO SAB:+2 on Str checks using arm PRERACE:Mongrelman -Sahuagin Head VISIBLE:NO SAB:Amphibious|PRETEMPLATE:1,Sahuagin Head (Left),Sahuagin Head (Right),Sahuagin Jaw/Mouth PRERACE:Mongrelman +Sahuagin Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial FEAT:Light Blindness VISION:Darkvision (60') +Sahuagin Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Sahuagin Arm VISIBLE:NO SAB:+2 on Str checks using arm PRERACE:1,Mongrelman +Sahuagin Head VISIBLE:NO SAB:Amphibious|PRETEMPLATE:1,Sahuagin Head (Left),Sahuagin Head (Right),Sahuagin Jaw/Mouth PRERACE:1,Mongrelman -Dwarf Head (Left) VISIBLE:NO TEMPLATE:Dwarf Eye TEMPLATE:Dwarf Head SAB:Dwarf Left Side of Head PRERACE:Mongrelman -Dwarf Head (Right) VISIBLE:NO TEMPLATE:Dwarf Eye TEMPLATE:Dwarf Head SAB:Dwarf Right Side of Head PRERACE:Mongrelman -Dwarf Upper Torso VISIBLE:NO TEMPLATE:Dwarf Torso (Upper) SAB:Dwarf Upper Torso PRERACE:Mongrelman -Dwarf Lower Torso VISIBLE:NO SAB:Dwarf Lower Torso PRERACE:Mongrelman -Dwarf Upper Arm (Left) VISIBLE:NO SAB:Dwarf Left Upper Arm PRERACE:Mongrelman -Dwarf Upper Arm (Right) VISIBLE:NO SAB:Dwarf Right Upper Arm PRERACE:Mongrelman -Dwarf Lower Arm (Left) VISIBLE:NO SAB:Dwarf Left Lower Arm PRERACE:Mongrelman -Dwarf Lower Arm (Right) VISIBLE:NO SAB:Dwarf Right Lower Arm PRERACE:Mongrelman -Dwarf Upper Leg (Left) VISIBLE:NO SAB:Dwarf Left Upper Leg PRERACE:Mongrelman -Dwarf Upper Leg (Right) VISIBLE:NO SAB:Dwarf Right Upper Leg PRERACE:Mongrelman -Dwarf Lower Leg (Left) VISIBLE:NO SAB:Dwarf Left Lower Leg PRERACE:Mongrelman -Dwarf Lower Leg (Right) VISIBLE:NO SAB:Dwarf Right Lower Leg PRERACE:Mongrelman -Dwarf Foot (Left) VISIBLE:NO SAB:Dwarf Foot PRERACE:Mongrelman -Dwarf Foot (Right) VISIBLE:NO SAB:Dwarf Foot PRERACE:Mongrelman -Dwarf Hand (Left) VISIBLE:NO SAB:Dwarf Hand PRERACE:Mongrelman -Dwarf Hand (Right) VISIBLE:NO SAB:Dwarf Hand PRERACE:Mongrelman -Dwarf Jaw/Mouth VISIBLE:NO TEMPLATE:Dwarf Head SAB:Dwarf Jaw/Mouth PRERACE:Mongrelman +Dwarf Head (Left) VISIBLE:NO TEMPLATE:Dwarf Eye TEMPLATE:Dwarf Head SAB:Dwarf Left Side of Head PRERACE:1,Mongrelman +Dwarf Head (Right) VISIBLE:NO TEMPLATE:Dwarf Eye TEMPLATE:Dwarf Head SAB:Dwarf Right Side of Head PRERACE:1,Mongrelman +Dwarf Upper Torso VISIBLE:NO TEMPLATE:Dwarf Torso (Upper) SAB:Dwarf Upper Torso PRERACE:1,Mongrelman +Dwarf Lower Torso VISIBLE:NO SAB:Dwarf Lower Torso PRERACE:1,Mongrelman +Dwarf Upper Arm (Left) VISIBLE:NO SAB:Dwarf Left Upper Arm PRERACE:1,Mongrelman +Dwarf Upper Arm (Right) VISIBLE:NO SAB:Dwarf Right Upper Arm PRERACE:1,Mongrelman +Dwarf Lower Arm (Left) VISIBLE:NO SAB:Dwarf Left Lower Arm PRERACE:1,Mongrelman +Dwarf Lower Arm (Right) VISIBLE:NO SAB:Dwarf Right Lower Arm PRERACE:1,Mongrelman +Dwarf Upper Leg (Left) VISIBLE:NO SAB:Dwarf Left Upper Leg PRERACE:1,Mongrelman +Dwarf Upper Leg (Right) VISIBLE:NO SAB:Dwarf Right Upper Leg PRERACE:1,Mongrelman +Dwarf Lower Leg (Left) VISIBLE:NO SAB:Dwarf Left Lower Leg PRERACE:1,Mongrelman +Dwarf Lower Leg (Right) VISIBLE:NO SAB:Dwarf Right Lower Leg PRERACE:1,Mongrelman +Dwarf Foot (Left) VISIBLE:NO SAB:Dwarf Foot PRERACE:1,Mongrelman +Dwarf Foot (Right) VISIBLE:NO SAB:Dwarf Foot PRERACE:1,Mongrelman +Dwarf Hand (Left) VISIBLE:NO SAB:Dwarf Hand PRERACE:1,Mongrelman +Dwarf Hand (Right) VISIBLE:NO SAB:Dwarf Hand PRERACE:1,Mongrelman +Dwarf Jaw/Mouth VISIBLE:NO TEMPLATE:Dwarf Head SAB:Dwarf Jaw/Mouth PRERACE:1,Mongrelman -Dwarf Eye VISIBLE:NO PRERACE:Mongrelman VISION:Darkvision (60') -Dwarf Head VISIBLE:NO SAB:Stonecunning|PRETEMPLATE:1,Dwarf Head (Left),Dwarf Head (Right),Dwarf Jaw/Mouth PRERACE:Mongrelman -Dwarf Torso (Upper) VISIBLE:NO SAB:+2 saves vs. poison PRERACE:Mongrelman +Dwarf Eye VISIBLE:NO PRERACE:1,Mongrelman VISION:Darkvision (60') +Dwarf Head VISIBLE:NO SAB:Stonecunning|PRETEMPLATE:1,Dwarf Head (Left),Dwarf Head (Right),Dwarf Jaw/Mouth PRERACE:1,Mongrelman +Dwarf Torso (Upper) VISIBLE:NO SAB:+2 saves vs. poison PRERACE:1,Mongrelman -Elf Head (Left) VISIBLE:NO TEMPLATE:Elf Eye TEMPLATE:Elf Ear TEMPLATE:Elf Head SAB:Elf Left Side of Head PRERACE:Mongrelman -Elf Head (Right) VISIBLE:NO TEMPLATE:Elf Eye TEMPLATE:Elf Ear TEMPLATE:Elf Head SAB:Elf Right Side of Head PRERACE:Mongrelman -Elf Upper Torso VISIBLE:NO SAB:Elf Upper Torso PRERACE:Mongrelman -Elf Lower Torso VISIBLE:NO SAB:Elf Lower Torso PRERACE:Mongrelman -Elf Upper Arm (Left) VISIBLE:NO SAB:Elf Left Upper Arm PRERACE:Mongrelman -Elf Upper Arm (Right) VISIBLE:NO SAB:Elf Right Upper Arm PRERACE:Mongrelman -Elf Lower Arm (Left) VISIBLE:NO SAB:Elf Left Lower Arm PRERACE:Mongrelman -Elf Lower Arm (Right) VISIBLE:NO SAB:Elf Right Lower Arm PRERACE:Mongrelman -Elf Upper Leg (Left) VISIBLE:NO SAB:Elf Left Upper Leg PRERACE:Mongrelman -Elf Upper Leg (Right) VISIBLE:NO SAB:Elf Right Upper Leg PRERACE:Mongrelman -Elf Lower Leg (Left) VISIBLE:NO SAB:Elf Left Lower Leg PRERACE:Mongrelman -Elf Lower Leg (Right) VISIBLE:NO SAB:Elf Right Lower Leg PRERACE:Mongrelman -Elf Foot (Left) VISIBLE:NO SAB:Elf Foot PRERACE:Mongrelman -Elf Foot (Right) VISIBLE:NO SAB:Elf Foot PRERACE:Mongrelman -Elf Hand (Left) VISIBLE:NO SAB:Elf Hand PRERACE:Mongrelman -Elf Hand (Right) VISIBLE:NO SAB:Elf Hand PRERACE:Mongrelman -Elf Jaw/Mouth VISIBLE:NO TEMPLATE:Elf Head SAB:Elf Jaw/Mouth PRERACE:Mongrelman +Elf Head (Left) VISIBLE:NO TEMPLATE:Elf Eye TEMPLATE:Elf Ear TEMPLATE:Elf Head SAB:Elf Left Side of Head PRERACE:1,Mongrelman +Elf Head (Right) VISIBLE:NO TEMPLATE:Elf Eye TEMPLATE:Elf Ear TEMPLATE:Elf Head SAB:Elf Right Side of Head PRERACE:1,Mongrelman +Elf Upper Torso VISIBLE:NO SAB:Elf Upper Torso PRERACE:1,Mongrelman +Elf Lower Torso VISIBLE:NO SAB:Elf Lower Torso PRERACE:1,Mongrelman +Elf Upper Arm (Left) VISIBLE:NO SAB:Elf Left Upper Arm PRERACE:1,Mongrelman +Elf Upper Arm (Right) VISIBLE:NO SAB:Elf Right Upper Arm PRERACE:1,Mongrelman +Elf Lower Arm (Left) VISIBLE:NO SAB:Elf Left Lower Arm PRERACE:1,Mongrelman +Elf Lower Arm (Right) VISIBLE:NO SAB:Elf Right Lower Arm PRERACE:1,Mongrelman +Elf Upper Leg (Left) VISIBLE:NO SAB:Elf Left Upper Leg PRERACE:1,Mongrelman +Elf Upper Leg (Right) VISIBLE:NO SAB:Elf Right Upper Leg PRERACE:1,Mongrelman +Elf Lower Leg (Left) VISIBLE:NO SAB:Elf Left Lower Leg PRERACE:1,Mongrelman +Elf Lower Leg (Right) VISIBLE:NO SAB:Elf Right Lower Leg PRERACE:1,Mongrelman +Elf Foot (Left) VISIBLE:NO SAB:Elf Foot PRERACE:1,Mongrelman +Elf Foot (Right) VISIBLE:NO SAB:Elf Foot PRERACE:1,Mongrelman +Elf Hand (Left) VISIBLE:NO SAB:Elf Hand PRERACE:1,Mongrelman +Elf Hand (Right) VISIBLE:NO SAB:Elf Hand PRERACE:1,Mongrelman +Elf Jaw/Mouth VISIBLE:NO TEMPLATE:Elf Head SAB:Elf Jaw/Mouth PRERACE:1,Mongrelman -Elf Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Search,Spot|2|TYPE=Racial VISION:Low-light -Elf Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|2|TYPE=Racial -Elf Head VISIBLE:NO SAB:+2 saves vs. enchantments|PRETEMPLATE:1,Elf Head (Left),Elf Head (Right),Elf Jaw/Mouth PRERACE:Mongrelman +Elf Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Search,Spot|2|TYPE=Racial VISION:Low-light +Elf Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|2|TYPE=Racial +Elf Head VISIBLE:NO SAB:+2 saves vs. enchantments|PRETEMPLATE:1,Elf Head (Left),Elf Head (Right),Elf Jaw/Mouth PRERACE:1,Mongrelman -Gnome Head (Left) VISIBLE:NO TEMPLATE:Gnome Eye TEMPLATE:Gnome Ear TEMPLATE:Gnome Head SAB:Gnome Left Side of Head PRERACE:Mongrelman -Gnome Head (Right) VISIBLE:NO TEMPLATE:Gnome Eye TEMPLATE:Gnome Ear TEMPLATE:Gnome Head SAB:Gnome Right Side of Head PRERACE:Mongrelman -Gnome Upper Torso VISIBLE:NO SAB:Gnome Upper Torso PRERACE:Mongrelman -Gnome Lower Torso VISIBLE:NO SAB:Gnome Lower Torso PRERACE:Mongrelman -Gnome Upper Arm (Left) VISIBLE:NO SAB:Gnome Left Upper Arm PRERACE:Mongrelman -Gnome Upper Arm (Right) VISIBLE:NO SAB:Gnome Right Upper Arm PRERACE:Mongrelman -Gnome Lower Arm (Left) VISIBLE:NO SAB:Gnome Left Lower Arm PRERACE:Mongrelman -Gnome Lower Arm (Right) VISIBLE:NO SAB:Gnome Right Lower Arm PRERACE:Mongrelman -Gnome Upper Leg (Left) VISIBLE:NO SAB:Gnome Left Upper Leg PRERACE:Mongrelman -Gnome Upper Leg (Right) VISIBLE:NO SAB:Gnome Right Upper Leg PRERACE:Mongrelman -Gnome Lower Leg (Left) VISIBLE:NO SAB:Gnome Left Lower Leg PRERACE:Mongrelman -Gnome Lower Leg (Right) VISIBLE:NO SAB:Gnome Right Lower Leg PRERACE:Mongrelman -Gnome Foot (Left) VISIBLE:NO SAB:Gnome Foot PRERACE:Mongrelman -Gnome Foot (Right) VISIBLE:NO SAB:Gnome Foot PRERACE:Mongrelman -Gnome Hand (Left) VISIBLE:NO SAB:Gnome Hand PRERACE:Mongrelman -Gnome Hand (Right) VISIBLE:NO SAB:Gnome Hand PRERACE:Mongrelman -Gnome Jaw/Mouth VISIBLE:NO TEMPLATE:Gnome Head SAB:Gnome Jaw/Mouth PRERACE:Mongrelman +Gnome Head (Left) VISIBLE:NO TEMPLATE:Gnome Eye TEMPLATE:Gnome Ear TEMPLATE:Gnome Head SAB:Gnome Left Side of Head PRERACE:1,Mongrelman +Gnome Head (Right) VISIBLE:NO TEMPLATE:Gnome Eye TEMPLATE:Gnome Ear TEMPLATE:Gnome Head SAB:Gnome Right Side of Head PRERACE:1,Mongrelman +Gnome Upper Torso VISIBLE:NO SAB:Gnome Upper Torso PRERACE:1,Mongrelman +Gnome Lower Torso VISIBLE:NO SAB:Gnome Lower Torso PRERACE:1,Mongrelman +Gnome Upper Arm (Left) VISIBLE:NO SAB:Gnome Left Upper Arm PRERACE:1,Mongrelman +Gnome Upper Arm (Right) VISIBLE:NO SAB:Gnome Right Upper Arm PRERACE:1,Mongrelman +Gnome Lower Arm (Left) VISIBLE:NO SAB:Gnome Left Lower Arm PRERACE:1,Mongrelman +Gnome Lower Arm (Right) VISIBLE:NO SAB:Gnome Right Lower Arm PRERACE:1,Mongrelman +Gnome Upper Leg (Left) VISIBLE:NO SAB:Gnome Left Upper Leg PRERACE:1,Mongrelman +Gnome Upper Leg (Right) VISIBLE:NO SAB:Gnome Right Upper Leg PRERACE:1,Mongrelman +Gnome Lower Leg (Left) VISIBLE:NO SAB:Gnome Left Lower Leg PRERACE:1,Mongrelman +Gnome Lower Leg (Right) VISIBLE:NO SAB:Gnome Right Lower Leg PRERACE:1,Mongrelman +Gnome Foot (Left) VISIBLE:NO SAB:Gnome Foot PRERACE:1,Mongrelman +Gnome Foot (Right) VISIBLE:NO SAB:Gnome Foot PRERACE:1,Mongrelman +Gnome Hand (Left) VISIBLE:NO SAB:Gnome Hand PRERACE:1,Mongrelman +Gnome Hand (Right) VISIBLE:NO SAB:Gnome Hand PRERACE:1,Mongrelman +Gnome Jaw/Mouth VISIBLE:NO TEMPLATE:Gnome Head SAB:Gnome Jaw/Mouth PRERACE:1,Mongrelman -Gnome Eye VISIBLE:NO PRERACE:Mongrelman VISION:Low-light -Gnome Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|2|TYPE=Racial -Gnome Head VISIBLE:NO SAB:+2 saves vs. illusions|PRETEMPLATE:1,Gnome Head (Left),Gnome Head (Right),Gnome Jaw/Mouth PRERACE:Mongrelman +Gnome Eye VISIBLE:NO PRERACE:1,Mongrelman VISION:Low-light +Gnome Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|2|TYPE=Racial +Gnome Head VISIBLE:NO SAB:+2 saves vs. illusions|PRETEMPLATE:1,Gnome Head (Left),Gnome Head (Right),Gnome Jaw/Mouth PRERACE:1,Mongrelman -Halfling Head (Left) VISIBLE:NO TEMPLATE:Halfling Ear SAB:Halfling Left Side of Head PRERACE:Mongrelman -Halfling Head (Right) VISIBLE:NO TEMPLATE:Halfling Ear SAB:Halfling Right Side of Head PRERACE:Mongrelman -Halfling Upper Torso VISIBLE:NO TEMPLATE:Halfling Torso (Both)|PRETEMPLATE:1,Halfling Lower Torso SAB:Halfling Upper Torso PRERACE:Mongrelman -Halfling Lower Torso VISIBLE:NO TEMPLATE:Halfling Torso (Lower) TEMPLATE:Halfling Torso (Both)|PRETEMPLATE:1,Halfling Upper Torso SAB:Halfling Lower Torso PRERACE:Mongrelman -Halfling Upper Arm (Left) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Left Upper Arm PRERACE:Mongrelman -Halfling Upper Arm (Right) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Right Upper Arm PRERACE:Mongrelman -Halfling Lower Arm (Left) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Left Lower Arm PRERACE:Mongrelman -Halfling Lower Arm (Right) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Right Lower Arm PRERACE:Mongrelman -Halfling Upper Leg (Left) VISIBLE:NO SAB:Halfling Left Upper Leg PRERACE:Mongrelman -Halfling Upper Leg (Right) VISIBLE:NO SAB:Halfling Right Upper Leg PRERACE:Mongrelman -Halfling Lower Leg (Left) VISIBLE:NO SAB:Halfling Left Lower Leg PRERACE:Mongrelman -Halfling Lower Leg (Right) VISIBLE:NO SAB:Halfling Right Lower Leg PRERACE:Mongrelman -Halfling Foot (Left) VISIBLE:NO SAB:Halfling Foot PRERACE:Mongrelman -Halfling Foot (Right) VISIBLE:NO SAB:Halfling Foot PRERACE:Mongrelman -Halfling Hand (Left) VISIBLE:NO SAB:Halfling Hand PRERACE:Mongrelman -Halfling Hand (Right) VISIBLE:NO SAB:Halfling Hand PRERACE:Mongrelman -Halfling Jaw/Mouth VISIBLE:NO SAB:Halfling Jaw/Mouth PRERACE:Mongrelman +Halfling Head (Left) VISIBLE:NO TEMPLATE:Halfling Ear SAB:Halfling Left Side of Head PRERACE:1,Mongrelman +Halfling Head (Right) VISIBLE:NO TEMPLATE:Halfling Ear SAB:Halfling Right Side of Head PRERACE:1,Mongrelman +Halfling Upper Torso VISIBLE:NO TEMPLATE:Halfling Torso (Both)|PRETEMPLATE:1,Halfling Lower Torso SAB:Halfling Upper Torso PRERACE:1,Mongrelman +Halfling Lower Torso VISIBLE:NO TEMPLATE:Halfling Torso (Lower) TEMPLATE:Halfling Torso (Both)|PRETEMPLATE:1,Halfling Upper Torso SAB:Halfling Lower Torso PRERACE:1,Mongrelman +Halfling Upper Arm (Left) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Left Upper Arm PRERACE:1,Mongrelman +Halfling Upper Arm (Right) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Right Upper Arm PRERACE:1,Mongrelman +Halfling Lower Arm (Left) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Left Lower Arm PRERACE:1,Mongrelman +Halfling Lower Arm (Right) VISIBLE:NO TEMPLATE:Halfling Arm SAB:Halfling Right Lower Arm PRERACE:1,Mongrelman +Halfling Upper Leg (Left) VISIBLE:NO SAB:Halfling Left Upper Leg PRERACE:1,Mongrelman +Halfling Upper Leg (Right) VISIBLE:NO SAB:Halfling Right Upper Leg PRERACE:1,Mongrelman +Halfling Lower Leg (Left) VISIBLE:NO SAB:Halfling Left Lower Leg PRERACE:1,Mongrelman +Halfling Lower Leg (Right) VISIBLE:NO SAB:Halfling Right Lower Leg PRERACE:1,Mongrelman +Halfling Foot (Left) VISIBLE:NO SAB:Halfling Foot PRERACE:1,Mongrelman +Halfling Foot (Right) VISIBLE:NO SAB:Halfling Foot PRERACE:1,Mongrelman +Halfling Hand (Left) VISIBLE:NO SAB:Halfling Hand PRERACE:1,Mongrelman +Halfling Hand (Right) VISIBLE:NO SAB:Halfling Hand PRERACE:1,Mongrelman +Halfling Jaw/Mouth VISIBLE:NO SAB:Halfling Jaw/Mouth PRERACE:1,Mongrelman -Halfling Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Halfling Arm VISIBLE:NO SAB:-2 on Str checks using arm PRERACE:Mongrelman -Halfling Torso (Both) SIZE:S VISIBLE:NO PRERACE:Mongrelman -Halfling Torso (Lower) VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Climb,Jump,Move Silently|2|TYPE=Racial +Halfling Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Halfling Arm VISIBLE:NO SAB:-2 on Str checks using arm PRERACE:1,Mongrelman +Halfling Torso (Both) SIZE:S VISIBLE:NO PRERACE:1,Mongrelman +Halfling Torso (Lower) VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Climb,Jump,Move Silently|2|TYPE=Racial -Orc Head (Left) VISIBLE:NO TEMPLATE:Orc Eye SAB:Orc Left Side of Head PRERACE:Mongrelman -Orc Head (Right) VISIBLE:NO TEMPLATE:Orc Eye SAB:Orc Right Side of Head PRERACE:Mongrelman -Orc Upper Torso VISIBLE:NO SAB:Orc Upper Torso PRERACE:Mongrelman -Orc Lower Torso VISIBLE:NO SAB:Orc Lower Torso PRERACE:Mongrelman -Orc Upper Arm (Left) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Left Upper Arm PRERACE:Mongrelman -Orc Upper Arm (Right) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Right Upper Arm PRERACE:Mongrelman -Orc Lower Arm (Left) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Left Lower Arm PRERACE:Mongrelman -Orc Lower Arm (Right) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Right Lower Arm PRERACE:Mongrelman -Orc Upper Leg (Left) VISIBLE:NO SAB:Orc Left Upper Leg PRERACE:Mongrelman -Orc Upper Leg (Right) VISIBLE:NO SAB:Orc Right Upper Leg PRERACE:Mongrelman -Orc Lower Leg (Left) VISIBLE:NO SAB:Orc Left Lower Leg PRERACE:Mongrelman -Orc Lower Leg (Right) VISIBLE:NO SAB:Orc Right Lower Leg PRERACE:Mongrelman -Orc Foot (Left) VISIBLE:NO SAB:Orc Foot PRERACE:Mongrelman -Orc Foot (Right) VISIBLE:NO SAB:Orc Foot PRERACE:Mongrelman -Orc Hand (Left) VISIBLE:NO SAB:Orc Hand PRERACE:Mongrelman -Orc Hand (Right) VISIBLE:NO SAB:Orc Hand PRERACE:Mongrelman -Orc Jaw/Mouth VISIBLE:NO SAB:Orc Jaw/Mouth PRERACE:Mongrelman +Orc Head (Left) VISIBLE:NO TEMPLATE:Orc Eye SAB:Orc Left Side of Head PRERACE:1,Mongrelman +Orc Head (Right) VISIBLE:NO TEMPLATE:Orc Eye SAB:Orc Right Side of Head PRERACE:1,Mongrelman +Orc Upper Torso VISIBLE:NO SAB:Orc Upper Torso PRERACE:1,Mongrelman +Orc Lower Torso VISIBLE:NO SAB:Orc Lower Torso PRERACE:1,Mongrelman +Orc Upper Arm (Left) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Left Upper Arm PRERACE:1,Mongrelman +Orc Upper Arm (Right) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Right Upper Arm PRERACE:1,Mongrelman +Orc Lower Arm (Left) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Left Lower Arm PRERACE:1,Mongrelman +Orc Lower Arm (Right) VISIBLE:NO TEMPLATE:Orc Arm SAB:Orc Right Lower Arm PRERACE:1,Mongrelman +Orc Upper Leg (Left) VISIBLE:NO SAB:Orc Left Upper Leg PRERACE:1,Mongrelman +Orc Upper Leg (Right) VISIBLE:NO SAB:Orc Right Upper Leg PRERACE:1,Mongrelman +Orc Lower Leg (Left) VISIBLE:NO SAB:Orc Left Lower Leg PRERACE:1,Mongrelman +Orc Lower Leg (Right) VISIBLE:NO SAB:Orc Right Lower Leg PRERACE:1,Mongrelman +Orc Foot (Left) VISIBLE:NO SAB:Orc Foot PRERACE:1,Mongrelman +Orc Foot (Right) VISIBLE:NO SAB:Orc Foot PRERACE:1,Mongrelman +Orc Hand (Left) VISIBLE:NO SAB:Orc Hand PRERACE:1,Mongrelman +Orc Hand (Right) VISIBLE:NO SAB:Orc Hand PRERACE:1,Mongrelman +Orc Jaw/Mouth VISIBLE:NO SAB:Orc Jaw/Mouth PRERACE:1,Mongrelman -Orc Eye VISIBLE:NO PRERACE:Mongrelman FEAT:Light Sensitivity VISION:Darkvision (60') -Orc Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:Mongrelman +Orc Eye VISIBLE:NO PRERACE:1,Mongrelman FEAT:Light Sensitivity VISION:Darkvision (60') +Orc Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:1,Mongrelman -Ogre Head (Left) VISIBLE:NO TEMPLATE:Ogre Eye SAB:Ogre Left Side of Head PRERACE:Mongrelman -Ogre Head (Right) VISIBLE:NO TEMPLATE:Ogre Eye SAB:Ogre Right Side of Head PRERACE:Mongrelman -Ogre Upper Torso VISIBLE:NO SAB:Ogre Upper Torso PRERACE:Mongrelman -Ogre Lower Torso VISIBLE:NO SAB:Ogre Lower Torso PRERACE:Mongrelman -Ogre Upper Arm (Left) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Left Upper Arm PRERACE:Mongrelman -Ogre Upper Arm (Right) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Right Upper Arm PRERACE:Mongrelman -Ogre Lower Arm (Left) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Left Lower Arm PRERACE:Mongrelman -Ogre Lower Arm (Right) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Right Lower Arm PRERACE:Mongrelman -Ogre Upper Leg (Left) VISIBLE:NO SAB:Ogre Left Upper Leg PRERACE:Mongrelman -Ogre Upper Leg (Right) VISIBLE:NO SAB:Ogre Right Upper Leg PRERACE:Mongrelman -Ogre Lower Leg (Left) VISIBLE:NO SAB:Ogre Left Lower Leg PRERACE:Mongrelman -Ogre Lower Leg (Right) VISIBLE:NO SAB:Ogre Right Lower Leg PRERACE:Mongrelman -Ogre Foot (Left) VISIBLE:NO SAB:Ogre Foot PRERACE:Mongrelman -Ogre Foot (Right) VISIBLE:NO SAB:Ogre Foot PRERACE:Mongrelman -Ogre Hand (Left) VISIBLE:NO SAB:Ogre Hand PRERACE:Mongrelman -Ogre Hand (Right) VISIBLE:NO SAB:Ogre Hand PRERACE:Mongrelman -Ogre Jaw/Mouth VISIBLE:NO SAB:Ogre Jaw/Mouth PRERACE:Mongrelman +Ogre Head (Left) VISIBLE:NO TEMPLATE:Ogre Eye SAB:Ogre Left Side of Head PRERACE:1,Mongrelman +Ogre Head (Right) VISIBLE:NO TEMPLATE:Ogre Eye SAB:Ogre Right Side of Head PRERACE:1,Mongrelman +Ogre Upper Torso VISIBLE:NO SAB:Ogre Upper Torso PRERACE:1,Mongrelman +Ogre Lower Torso VISIBLE:NO SAB:Ogre Lower Torso PRERACE:1,Mongrelman +Ogre Upper Arm (Left) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Left Upper Arm PRERACE:1,Mongrelman +Ogre Upper Arm (Right) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Right Upper Arm PRERACE:1,Mongrelman +Ogre Lower Arm (Left) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Left Lower Arm PRERACE:1,Mongrelman +Ogre Lower Arm (Right) VISIBLE:NO TEMPLATE:Ogre Arm SAB:Ogre Right Lower Arm PRERACE:1,Mongrelman +Ogre Upper Leg (Left) VISIBLE:NO SAB:Ogre Left Upper Leg PRERACE:1,Mongrelman +Ogre Upper Leg (Right) VISIBLE:NO SAB:Ogre Right Upper Leg PRERACE:1,Mongrelman +Ogre Lower Leg (Left) VISIBLE:NO SAB:Ogre Left Lower Leg PRERACE:1,Mongrelman +Ogre Lower Leg (Right) VISIBLE:NO SAB:Ogre Right Lower Leg PRERACE:1,Mongrelman +Ogre Foot (Left) VISIBLE:NO SAB:Ogre Foot PRERACE:1,Mongrelman +Ogre Foot (Right) VISIBLE:NO SAB:Ogre Foot PRERACE:1,Mongrelman +Ogre Hand (Left) VISIBLE:NO SAB:Ogre Hand PRERACE:1,Mongrelman +Ogre Hand (Right) VISIBLE:NO SAB:Ogre Hand PRERACE:1,Mongrelman +Ogre Jaw/Mouth VISIBLE:NO SAB:Ogre Jaw/Mouth PRERACE:1,Mongrelman -Ogre Eye VISIBLE:NO PRERACE:Mongrelman FEAT:Light Sensitivity VISION:Darkvision (60') -Ogre Arm VISIBLE:NO SAB:+10 on Str checks using arm PRERACE:Mongrelman +Ogre Eye VISIBLE:NO PRERACE:1,Mongrelman FEAT:Light Sensitivity VISION:Darkvision (60') +Ogre Arm VISIBLE:NO SAB:+10 on Str checks using arm PRERACE:1,Mongrelman -Troglodyte Head (Left) VISIBLE:NO TEMPLATE:Troglodyte Eye SAB:Troglodyte Left Side of Head PRERACE:Mongrelman -Troglodyte Head (Right) VISIBLE:NO TEMPLATE:Troglodyte Eye SAB:Troglodyte Right Side of Head PRERACE:Mongrelman -Troglodyte Upper Torso VISIBLE:NO TEMPLATE:Troglodyte Any Torso SAB:Troglodyte Upper Torso PRERACE:Mongrelman -Troglodyte Lower Torso VISIBLE:NO TEMPLATE:Troglodyte Any Torso SAB:Troglodyte Lower Torso PRERACE:Mongrelman -Troglodyte Upper Arm (Left) VISIBLE:NO SAB:Troglodyte Left Upper Arm PRERACE:Mongrelman -Troglodyte Upper Arm (Right) VISIBLE:NO SAB:Troglodyte Right Upper Arm PRERACE:Mongrelman -Troglodyte Lower Arm (Left) VISIBLE:NO SAB:Troglodyte Left Lower Arm PRERACE:Mongrelman -Troglodyte Lower Arm (Right) VISIBLE:NO SAB:Troglodyte Right Lower Arm PRERACE:Mongrelman -Troglodyte Upper Leg (Left) VISIBLE:NO SAB:Troglodyte Left Upper Leg PRERACE:Mongrelman -Troglodyte Upper Leg (Right) VISIBLE:NO SAB:Troglodyte Right Upper Leg PRERACE:Mongrelman -Troglodyte Lower Leg (Left) VISIBLE:NO SAB:Troglodyte Left Lower Leg PRERACE:Mongrelman -Troglodyte Lower Leg (Right) VISIBLE:NO SAB:Troglodyte Right Lower Leg PRERACE:Mongrelman -Troglodyte Foot (Left) VISIBLE:NO SAB:Troglodyte Foot PRERACE:Mongrelman -Troglodyte Foot (Right) VISIBLE:NO SAB:Troglodyte Foot PRERACE:Mongrelman -Troglodyte Hand (Left) VISIBLE:NO SAB:Troglodyte Hand PRERACE:Mongrelman -Troglodyte Hand (Right) VISIBLE:NO SAB:Troglodyte Hand PRERACE:Mongrelman -Troglodyte Jaw/Mouth VISIBLE:NO SAB:Troglodyte Jaw/Mouth PRERACE:Mongrelman +Troglodyte Head (Left) VISIBLE:NO TEMPLATE:Troglodyte Eye SAB:Troglodyte Left Side of Head PRERACE:1,Mongrelman +Troglodyte Head (Right) VISIBLE:NO TEMPLATE:Troglodyte Eye SAB:Troglodyte Right Side of Head PRERACE:1,Mongrelman +Troglodyte Upper Torso VISIBLE:NO TEMPLATE:Troglodyte Any Torso SAB:Troglodyte Upper Torso PRERACE:1,Mongrelman +Troglodyte Lower Torso VISIBLE:NO TEMPLATE:Troglodyte Any Torso SAB:Troglodyte Lower Torso PRERACE:1,Mongrelman +Troglodyte Upper Arm (Left) VISIBLE:NO SAB:Troglodyte Left Upper Arm PRERACE:1,Mongrelman +Troglodyte Upper Arm (Right) VISIBLE:NO SAB:Troglodyte Right Upper Arm PRERACE:1,Mongrelman +Troglodyte Lower Arm (Left) VISIBLE:NO SAB:Troglodyte Left Lower Arm PRERACE:1,Mongrelman +Troglodyte Lower Arm (Right) VISIBLE:NO SAB:Troglodyte Right Lower Arm PRERACE:1,Mongrelman +Troglodyte Upper Leg (Left) VISIBLE:NO SAB:Troglodyte Left Upper Leg PRERACE:1,Mongrelman +Troglodyte Upper Leg (Right) VISIBLE:NO SAB:Troglodyte Right Upper Leg PRERACE:1,Mongrelman +Troglodyte Lower Leg (Left) VISIBLE:NO SAB:Troglodyte Left Lower Leg PRERACE:1,Mongrelman +Troglodyte Lower Leg (Right) VISIBLE:NO SAB:Troglodyte Right Lower Leg PRERACE:1,Mongrelman +Troglodyte Foot (Left) VISIBLE:NO SAB:Troglodyte Foot PRERACE:1,Mongrelman +Troglodyte Foot (Right) VISIBLE:NO SAB:Troglodyte Foot PRERACE:1,Mongrelman +Troglodyte Hand (Left) VISIBLE:NO SAB:Troglodyte Hand PRERACE:1,Mongrelman +Troglodyte Hand (Right) VISIBLE:NO SAB:Troglodyte Hand PRERACE:1,Mongrelman +Troglodyte Jaw/Mouth VISIBLE:NO SAB:Troglodyte Jaw/Mouth PRERACE:1,Mongrelman -Troglodyte Eye VISIBLE:NO PRERACE:Mongrelman VISION:Darkvision (90') -Troglodyte Any Torso VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Hide|4|TYPE=Racial BONUS:VAR|StenchDC|CON FEAT:Stench +Troglodyte Eye VISIBLE:NO PRERACE:1,Mongrelman VISION:Darkvision (90') +Troglodyte Any Torso VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Hide|4|TYPE=Racial BONUS:VAR|StenchDC|CON FEAT:Stench -Crabman Head (Left) VISIBLE:NO TEMPLATE:Crabman Eye SAB:Crabman Left Side of Head PRERACE:Mongrelman -Crabman Head (Right) VISIBLE:NO TEMPLATE:Crabman Eye SAB:Crabman Right Side of Head PRERACE:Mongrelman -Crabman Upper Torso VISIBLE:NO SAB:Crabman Upper Torso PRERACE:Mongrelman -Crabman Lower Torso VISIBLE:NO SAB:Crabman Lower Torso PRERACE:Mongrelman -Crabman Upper Arm (Left) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Left Upper Arm PRERACE:Mongrelman -Crabman Upper Arm (Right) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Right Upper Arm PRERACE:Mongrelman -Crabman Lower Arm (Left) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Left Lower Arm PRERACE:Mongrelman -Crabman Lower Arm (Right) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Right Lower Arm PRERACE:Mongrelman -Crabman Upper Leg (Left) VISIBLE:NO SAB:Crabman Left Upper Leg PRERACE:Mongrelman -Crabman Upper Leg (Right) VISIBLE:NO SAB:Crabman Right Upper Leg PRERACE:Mongrelman -Crabman Lower Leg (Left) VISIBLE:NO SAB:Crabman Left Lower Leg PRERACE:Mongrelman -Crabman Lower Leg (Right) VISIBLE:NO SAB:Crabman Right Lower Leg PRERACE:Mongrelman -Crabman Foot (Left) VISIBLE:NO SAB:Crabman Foot PRERACE:Mongrelman -Crabman Foot (Right) VISIBLE:NO SAB:Crabman Foot PRERACE:Mongrelman -Crabman Hand (Left) VISIBLE:NO TEMPLATE:Crabman Hand SAB:Crabman Hand PRERACE:Mongrelman -Crabman Hand (Right) VISIBLE:NO TEMPLATE:Crabman Hand SAB:Crabman Hand PRERACE:Mongrelman -Crabman Jaw/Mouth VISIBLE:NO SAB:Crabman Jaw/Mouth PRERACE:Mongrelman +Crabman Head (Left) VISIBLE:NO TEMPLATE:Crabman Eye SAB:Crabman Left Side of Head PRERACE:1,Mongrelman +Crabman Head (Right) VISIBLE:NO TEMPLATE:Crabman Eye SAB:Crabman Right Side of Head PRERACE:1,Mongrelman +Crabman Upper Torso VISIBLE:NO SAB:Crabman Upper Torso PRERACE:1,Mongrelman +Crabman Lower Torso VISIBLE:NO SAB:Crabman Lower Torso PRERACE:1,Mongrelman +Crabman Upper Arm (Left) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Left Upper Arm PRERACE:1,Mongrelman +Crabman Upper Arm (Right) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Right Upper Arm PRERACE:1,Mongrelman +Crabman Lower Arm (Left) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Left Lower Arm PRERACE:1,Mongrelman +Crabman Lower Arm (Right) VISIBLE:NO TEMPLATE:Crabman Arm SAB:Crabman Right Lower Arm PRERACE:1,Mongrelman +Crabman Upper Leg (Left) VISIBLE:NO SAB:Crabman Left Upper Leg PRERACE:1,Mongrelman +Crabman Upper Leg (Right) VISIBLE:NO SAB:Crabman Right Upper Leg PRERACE:1,Mongrelman +Crabman Lower Leg (Left) VISIBLE:NO SAB:Crabman Left Lower Leg PRERACE:1,Mongrelman +Crabman Lower Leg (Right) VISIBLE:NO SAB:Crabman Right Lower Leg PRERACE:1,Mongrelman +Crabman Foot (Left) VISIBLE:NO SAB:Crabman Foot PRERACE:1,Mongrelman +Crabman Foot (Right) VISIBLE:NO SAB:Crabman Foot PRERACE:1,Mongrelman +Crabman Hand (Left) VISIBLE:NO TEMPLATE:Crabman Hand SAB:Crabman Hand PRERACE:1,Mongrelman +Crabman Hand (Right) VISIBLE:NO TEMPLATE:Crabman Hand SAB:Crabman Hand PRERACE:1,Mongrelman +Crabman Jaw/Mouth VISIBLE:NO SAB:Crabman Jaw/Mouth PRERACE:1,Mongrelman -Crabman Eye VISIBLE:NO PRERACE:Mongrelman VISION:Darkvision (60') -Crabman Arm VISIBLE:NO SAB:+6 on Str checks using arm PRERACE:Mongrelman -Crabman Hand VISIBLE:NO PRERACE:Mongrelman BONUS:VAR|SqueezeDice|1 BONUS:VAR|SqueezeDieSize|6 FEAT:Improved Grab|Squeeze NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*1,1d6 +Crabman Eye VISIBLE:NO PRERACE:1,Mongrelman VISION:Darkvision (60') +Crabman Arm VISIBLE:NO SAB:+6 on Str checks using arm PRERACE:1,Mongrelman +Crabman Hand VISIBLE:NO PRERACE:1,Mongrelman BONUS:VAR|SqueezeDice|1 BONUS:VAR|SqueezeDieSize|6 FEAT:Improved Grab|Squeeze NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*1,1d6 -Bugbear Head (Left) VISIBLE:NO TEMPLATE:Bugbear Eye SAB:Bugbear Left Side of Head PRERACE:Mongrelman -Bugbear Head (Right) VISIBLE:NO TEMPLATE:Bugbear Eye SAB:Bugbear Right Side of Head PRERACE:Mongrelman -Bugbear Upper Torso VISIBLE:NO SAB:Bugbear Upper Torso PRERACE:Mongrelman -Bugbear Lower Torso VISIBLE:NO SAB:Bugbear Lower Torso PRERACE:Mongrelman -Bugbear Upper Arm (Left) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Left Upper Arm PRERACE:Mongrelman -Bugbear Upper Arm (Right) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Right Upper Arm PRERACE:Mongrelman -Bugbear Lower Arm (Left) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Left Lower Arm PRERACE:Mongrelman -Bugbear Lower Arm (Right) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Right Lower Arm PRERACE:Mongrelman -Bugbear Upper Leg (Left) VISIBLE:NO SAB:Bugbear Left Upper Leg PRERACE:Mongrelman -Bugbear Upper Leg (Right) VISIBLE:NO SAB:Bugbear Right Upper Leg PRERACE:Mongrelman -Bugbear Lower Leg (Left) VISIBLE:NO SAB:Bugbear Left Lower Leg PRERACE:Mongrelman -Bugbear Lower Leg (Right) VISIBLE:NO SAB:Bugbear Right Lower Leg PRERACE:Mongrelman -Bugbear Foot (Left) VISIBLE:NO SAB:Bugbear Foot PRERACE:Mongrelman -Bugbear Foot (Right) VISIBLE:NO SAB:Bugbear Foot PRERACE:Mongrelman -Bugbear Hand (Left) VISIBLE:NO SAB:Bugbear Hand PRERACE:Mongrelman -Bugbear Hand (Right) VISIBLE:NO SAB:Bugbear Hand PRERACE:Mongrelman -Bugbear Jaw/Mouth VISIBLE:NO SAB:Bugbear Jaw/Mouth PRERACE:Mongrelman +Bugbear Head (Left) VISIBLE:NO TEMPLATE:Bugbear Eye SAB:Bugbear Left Side of Head PRERACE:1,Mongrelman +Bugbear Head (Right) VISIBLE:NO TEMPLATE:Bugbear Eye SAB:Bugbear Right Side of Head PRERACE:1,Mongrelman +Bugbear Upper Torso VISIBLE:NO SAB:Bugbear Upper Torso PRERACE:1,Mongrelman +Bugbear Lower Torso VISIBLE:NO SAB:Bugbear Lower Torso PRERACE:1,Mongrelman +Bugbear Upper Arm (Left) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Left Upper Arm PRERACE:1,Mongrelman +Bugbear Upper Arm (Right) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Right Upper Arm PRERACE:1,Mongrelman +Bugbear Lower Arm (Left) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Left Lower Arm PRERACE:1,Mongrelman +Bugbear Lower Arm (Right) VISIBLE:NO TEMPLATE:Bugbear Arm SAB:Bugbear Right Lower Arm PRERACE:1,Mongrelman +Bugbear Upper Leg (Left) VISIBLE:NO SAB:Bugbear Left Upper Leg PRERACE:1,Mongrelman +Bugbear Upper Leg (Right) VISIBLE:NO SAB:Bugbear Right Upper Leg PRERACE:1,Mongrelman +Bugbear Lower Leg (Left) VISIBLE:NO SAB:Bugbear Left Lower Leg PRERACE:1,Mongrelman +Bugbear Lower Leg (Right) VISIBLE:NO SAB:Bugbear Right Lower Leg PRERACE:1,Mongrelman +Bugbear Foot (Left) VISIBLE:NO SAB:Bugbear Foot PRERACE:1,Mongrelman +Bugbear Foot (Right) VISIBLE:NO SAB:Bugbear Foot PRERACE:1,Mongrelman +Bugbear Hand (Left) VISIBLE:NO SAB:Bugbear Hand PRERACE:1,Mongrelman +Bugbear Hand (Right) VISIBLE:NO SAB:Bugbear Hand PRERACE:1,Mongrelman +Bugbear Jaw/Mouth VISIBLE:NO SAB:Bugbear Jaw/Mouth PRERACE:1,Mongrelman -Bugbear Eye VISIBLE:NO PRERACE:Mongrelman VISION:Darkvision (60') -Bugbear Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:Mongrelman +Bugbear Eye VISIBLE:NO PRERACE:1,Mongrelman VISION:Darkvision (60') +Bugbear Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:1,Mongrelman -Minotaur Head (Left) VISIBLE:NO TEMPLATE:Minotaur Eye TEMPLATE:Minotaur Ear TEMPLATE:Minotaur Head (Partial) TEMPLATE:Minotaur Head (Whole) SAB:Minotaur Left Side of Head PRERACE:Mongrelman -Minotaur Head (Right) VISIBLE:NO TEMPLATE:Minotaur Eye TEMPLATE:Minotaur Ear TEMPLATE:Minotaur Head (Partial) TEMPLATE:Minotaur Head (Whole) SAB:Minotaur Right Side of Head PRERACE:Mongrelman -Minotaur Upper Torso VISIBLE:NO SAB:Minotaur Upper Torso PRERACE:Mongrelman -Minotaur Lower Torso VISIBLE:NO SAB:Minotaur Lower Torso PRERACE:Mongrelman -Minotaur Upper Arm (Left) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Left Upper Arm PRERACE:Mongrelman -Minotaur Upper Arm (Right) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Right Upper Arm PRERACE:Mongrelman -Minotaur Lower Arm (Left) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Left Lower Arm PRERACE:Mongrelman -Minotaur Lower Arm (Right) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Right Lower Arm PRERACE:Mongrelman -Minotaur Upper Leg (Left) VISIBLE:NO SAB:Minotaur Left Upper Leg PRERACE:Mongrelman -Minotaur Upper Leg (Right) VISIBLE:NO SAB:Minotaur Right Upper Leg PRERACE:Mongrelman -Minotaur Lower Leg (Left) VISIBLE:NO SAB:Minotaur Left Lower Leg PRERACE:Mongrelman -Minotaur Lower Leg (Right) VISIBLE:NO SAB:Minotaur Right Lower Leg PRERACE:Mongrelman -Minotaur Foot (Left) VISIBLE:NO SAB:Minotaur Foot PRERACE:Mongrelman -Minotaur Foot (Right) VISIBLE:NO SAB:Minotaur Foot PRERACE:Mongrelman -Minotaur Hand (Left) VISIBLE:NO SAB:Minotaur Hand PRERACE:Mongrelman -Minotaur Hand (Right) VISIBLE:NO SAB:Minotaur Hand PRERACE:Mongrelman -Minotaur Jaw/Mouth VISIBLE:NO SAB:Minotaur Jaw/Mouth PRERACE:Mongrelman +Minotaur Head (Left) VISIBLE:NO TEMPLATE:Minotaur Eye TEMPLATE:Minotaur Ear TEMPLATE:Minotaur Head (Partial) TEMPLATE:Minotaur Head (Whole) SAB:Minotaur Left Side of Head PRERACE:1,Mongrelman +Minotaur Head (Right) VISIBLE:NO TEMPLATE:Minotaur Eye TEMPLATE:Minotaur Ear TEMPLATE:Minotaur Head (Partial) TEMPLATE:Minotaur Head (Whole) SAB:Minotaur Right Side of Head PRERACE:1,Mongrelman +Minotaur Upper Torso VISIBLE:NO SAB:Minotaur Upper Torso PRERACE:1,Mongrelman +Minotaur Lower Torso VISIBLE:NO SAB:Minotaur Lower Torso PRERACE:1,Mongrelman +Minotaur Upper Arm (Left) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Left Upper Arm PRERACE:1,Mongrelman +Minotaur Upper Arm (Right) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Right Upper Arm PRERACE:1,Mongrelman +Minotaur Lower Arm (Left) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Left Lower Arm PRERACE:1,Mongrelman +Minotaur Lower Arm (Right) VISIBLE:NO TEMPLATE:Minotaur Arm SAB:Minotaur Right Lower Arm PRERACE:1,Mongrelman +Minotaur Upper Leg (Left) VISIBLE:NO SAB:Minotaur Left Upper Leg PRERACE:1,Mongrelman +Minotaur Upper Leg (Right) VISIBLE:NO SAB:Minotaur Right Upper Leg PRERACE:1,Mongrelman +Minotaur Lower Leg (Left) VISIBLE:NO SAB:Minotaur Left Lower Leg PRERACE:1,Mongrelman +Minotaur Lower Leg (Right) VISIBLE:NO SAB:Minotaur Right Lower Leg PRERACE:1,Mongrelman +Minotaur Foot (Left) VISIBLE:NO SAB:Minotaur Foot PRERACE:1,Mongrelman +Minotaur Foot (Right) VISIBLE:NO SAB:Minotaur Foot PRERACE:1,Mongrelman +Minotaur Hand (Left) VISIBLE:NO SAB:Minotaur Hand PRERACE:1,Mongrelman +Minotaur Hand (Right) VISIBLE:NO SAB:Minotaur Hand PRERACE:1,Mongrelman +Minotaur Jaw/Mouth VISIBLE:NO SAB:Minotaur Jaw/Mouth PRERACE:1,Mongrelman -Minotaur Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Search,Spot|4|TYPE=Racial VISION:Darkvision (60') -Minotaur Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|4|TYPE=Racial -Minotaur Arm VISIBLE:NO SAB:+8 on Str checks using arm PRERACE:Mongrelman -Minotaur Head (Partial) VISIBLE:NO PRERACE:Mongrelman !PRETEMPLATE:1,Minotaur Head (Left),Minotaur Head (Right) NATURALATTACKS:Gore,Weapon.Natural.Melee.Finesseable.Piercing,*1,1d4 -Minotaur Head (Whole) VISIBLE:NO PRERACE:Mongrelman PRETEMPLATE:1,Minotaur Head (Left),Minotaur Head (Right) NATURALATTACKS:Gore,Weapon.Natural.Melee.Finesseable.Piercing,*1,1d8 +Minotaur Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Search,Spot|4|TYPE=Racial VISION:Darkvision (60') +Minotaur Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|4|TYPE=Racial +Minotaur Arm VISIBLE:NO SAB:+8 on Str checks using arm PRERACE:1,Mongrelman +Minotaur Head (Partial) VISIBLE:NO PRERACE:1,Mongrelman !PRETEMPLATE:1,Minotaur Head (Left),Minotaur Head (Right) NATURALATTACKS:Gore,Weapon.Natural.Melee.Finesseable.Piercing,*1,1d4 +Minotaur Head (Whole) VISIBLE:NO PRERACE:1,Mongrelman PRETEMPLATE:1,Minotaur Head (Left),Minotaur Head (Right) NATURALATTACKS:Gore,Weapon.Natural.Melee.Finesseable.Piercing,*1,1d8 -Flind Head (Left) VISIBLE:NO TEMPLATE:Flind Eye TEMPLATE:Flind Ear SAB:Flind Left Side of Head PRERACE:Mongrelman -Flind Head (Right) VISIBLE:NO TEMPLATE:Flind Eye TEMPLATE:Flind Ear SAB:Flind Right Side of Head PRERACE:Mongrelman -Flind Upper Torso VISIBLE:NO SAB:Flind Upper Torso PRERACE:Mongrelman -Flind Lower Torso VISIBLE:NO SAB:Flind Lower Torso PRERACE:Mongrelman -Flind Upper Arm (Left) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Left Upper Arm PRERACE:Mongrelman -Flind Upper Arm (Right) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Right Upper Arm PRERACE:Mongrelman -Flind Lower Arm (Left) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Left Lower Arm PRERACE:Mongrelman -Flind Lower Arm (Right) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Right Lower Arm PRERACE:Mongrelman -Flind Upper Leg (Left) VISIBLE:NO SAB:Flind Left Upper Leg PRERACE:Mongrelman -Flind Upper Leg (Right) VISIBLE:NO SAB:Flind Right Upper Leg PRERACE:Mongrelman -Flind Lower Leg (Left) VISIBLE:NO SAB:Flind Left Lower Leg PRERACE:Mongrelman -Flind Lower Leg (Right) VISIBLE:NO SAB:Flind Right Lower Leg PRERACE:Mongrelman -Flind Foot (Left) VISIBLE:NO SAB:Flind Foot PRERACE:Mongrelman -Flind Foot (Right) VISIBLE:NO SAB:Flind Foot PRERACE:Mongrelman -Flind Hand (Left) VISIBLE:NO SAB:Flind Hand PRERACE:Mongrelman -Flind Hand (Right) VISIBLE:NO SAB:Flind Hand PRERACE:Mongrelman -Flind Jaw/Mouth VISIBLE:NO SAB:Flind Jaw/Mouth PRERACE:Mongrelman +Flind Head (Left) VISIBLE:NO TEMPLATE:Flind Eye TEMPLATE:Flind Ear SAB:Flind Left Side of Head PRERACE:1,Mongrelman +Flind Head (Right) VISIBLE:NO TEMPLATE:Flind Eye TEMPLATE:Flind Ear SAB:Flind Right Side of Head PRERACE:1,Mongrelman +Flind Upper Torso VISIBLE:NO SAB:Flind Upper Torso PRERACE:1,Mongrelman +Flind Lower Torso VISIBLE:NO SAB:Flind Lower Torso PRERACE:1,Mongrelman +Flind Upper Arm (Left) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Left Upper Arm PRERACE:1,Mongrelman +Flind Upper Arm (Right) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Right Upper Arm PRERACE:1,Mongrelman +Flind Lower Arm (Left) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Left Lower Arm PRERACE:1,Mongrelman +Flind Lower Arm (Right) VISIBLE:NO TEMPLATE:Flind Arm SAB:Flind Right Lower Arm PRERACE:1,Mongrelman +Flind Upper Leg (Left) VISIBLE:NO SAB:Flind Left Upper Leg PRERACE:1,Mongrelman +Flind Upper Leg (Right) VISIBLE:NO SAB:Flind Right Upper Leg PRERACE:1,Mongrelman +Flind Lower Leg (Left) VISIBLE:NO SAB:Flind Left Lower Leg PRERACE:1,Mongrelman +Flind Lower Leg (Right) VISIBLE:NO SAB:Flind Right Lower Leg PRERACE:1,Mongrelman +Flind Foot (Left) VISIBLE:NO SAB:Flind Foot PRERACE:1,Mongrelman +Flind Foot (Right) VISIBLE:NO SAB:Flind Foot PRERACE:1,Mongrelman +Flind Hand (Left) VISIBLE:NO SAB:Flind Hand PRERACE:1,Mongrelman +Flind Hand (Right) VISIBLE:NO SAB:Flind Hand PRERACE:1,Mongrelman +Flind Jaw/Mouth VISIBLE:NO SAB:Flind Jaw/Mouth PRERACE:1,Mongrelman -Flind Eye VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') -Flind Ear VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial -Flind Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:Mongrelman +Flind Eye VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Spot|3|TYPE=Racial VISION:Darkvision (60') +Flind Ear VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Listen|3|TYPE=Racial +Flind Arm VISIBLE:NO SAB:+4 on Str checks using arm PRERACE:1,Mongrelman -Lizardfolk Head (Left) VISIBLE:NO SAB:Lizardfolk Left Side of Head PRERACE:Mongrelman -Lizardfolk Head (Right) VISIBLE:NO SAB:Lizardfolk Right Side of Head PRERACE:Mongrelman -Lizardfolk Upper Torso VISIBLE:NO SAB:Lizardfolk Upper Torso PRERACE:Mongrelman -Lizardfolk Lower Torso VISIBLE:NO TEMPLATE:Lizardfolk Torso (Lower) SAB:Lizardfolk Lower Torso PRERACE:Mongrelman -Lizardfolk Upper Arm (Left) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Left Upper Arm PRERACE:Mongrelman -Lizardfolk Upper Arm (Right) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Right Upper Arm PRERACE:Mongrelman -Lizardfolk Lower Arm (Left) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Left Lower Arm PRERACE:Mongrelman -Lizardfolk Lower Arm (Right) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Right Lower Arm PRERACE:Mongrelman -Lizardfolk Upper Leg (Left) VISIBLE:NO SAB:Lizardfolk Left Upper Leg PRERACE:Mongrelman -Lizardfolk Upper Leg (Right) VISIBLE:NO SAB:Lizardfolk Right Upper Leg PRERACE:Mongrelman -Lizardfolk Lower Leg (Left) VISIBLE:NO SAB:Lizardfolk Left Lower Leg PRERACE:Mongrelman -Lizardfolk Lower Leg (Right) VISIBLE:NO SAB:Lizardfolk Right Lower Leg PRERACE:Mongrelman -Lizardfolk Foot (Left) VISIBLE:NO SAB:Lizardfolk Foot PRERACE:Mongrelman -Lizardfolk Foot (Right) VISIBLE:NO SAB:Lizardfolk Foot PRERACE:Mongrelman -Lizardfolk Hand (Left) VISIBLE:NO TEMPLATE:Lizardfolk Hand SAB:Lizardfolk Hand PRERACE:Mongrelman -Lizardfolk Hand (Right) VISIBLE:NO TEMPLATE:Lizardfolk Hand SAB:Lizardfolk Hand PRERACE:Mongrelman -Lizardfolk Jaw/Mouth VISIBLE:NO TEMPLATE:Lizardfolk Jaw SAB:Lizardfolk Jaw/Mouth PRERACE:Mongrelman +Lizardfolk Head (Left) VISIBLE:NO SAB:Lizardfolk Left Side of Head PRERACE:1,Mongrelman +Lizardfolk Head (Right) VISIBLE:NO SAB:Lizardfolk Right Side of Head PRERACE:1,Mongrelman +Lizardfolk Upper Torso VISIBLE:NO SAB:Lizardfolk Upper Torso PRERACE:1,Mongrelman +Lizardfolk Lower Torso VISIBLE:NO TEMPLATE:Lizardfolk Torso (Lower) SAB:Lizardfolk Lower Torso PRERACE:1,Mongrelman +Lizardfolk Upper Arm (Left) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Left Upper Arm PRERACE:1,Mongrelman +Lizardfolk Upper Arm (Right) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Right Upper Arm PRERACE:1,Mongrelman +Lizardfolk Lower Arm (Left) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Left Lower Arm PRERACE:1,Mongrelman +Lizardfolk Lower Arm (Right) VISIBLE:NO TEMPLATE:Lizardfolk Arm SAB:Lizardfolk Right Lower Arm PRERACE:1,Mongrelman +Lizardfolk Upper Leg (Left) VISIBLE:NO SAB:Lizardfolk Left Upper Leg PRERACE:1,Mongrelman +Lizardfolk Upper Leg (Right) VISIBLE:NO SAB:Lizardfolk Right Upper Leg PRERACE:1,Mongrelman +Lizardfolk Lower Leg (Left) VISIBLE:NO SAB:Lizardfolk Left Lower Leg PRERACE:1,Mongrelman +Lizardfolk Lower Leg (Right) VISIBLE:NO SAB:Lizardfolk Right Lower Leg PRERACE:1,Mongrelman +Lizardfolk Foot (Left) VISIBLE:NO SAB:Lizardfolk Foot PRERACE:1,Mongrelman +Lizardfolk Foot (Right) VISIBLE:NO SAB:Lizardfolk Foot PRERACE:1,Mongrelman +Lizardfolk Hand (Left) VISIBLE:NO TEMPLATE:Lizardfolk Hand SAB:Lizardfolk Hand PRERACE:1,Mongrelman +Lizardfolk Hand (Right) VISIBLE:NO TEMPLATE:Lizardfolk Hand SAB:Lizardfolk Hand PRERACE:1,Mongrelman +Lizardfolk Jaw/Mouth VISIBLE:NO TEMPLATE:Lizardfolk Jaw SAB:Lizardfolk Jaw/Mouth PRERACE:1,Mongrelman -Lizardfolk Arm VISIBLE:NO SAB:+2 on Str checks using arm PRERACE:Mongrelman -Lizardfolk Hand VISIBLE:NO PRERACE:Mongrelman NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*1,1d4 -Lizardfolk Jaw VISIBLE:NO PRERACE:Mongrelman NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d4 -Lizardfolk Torso (Lower) VISIBLE:NO PRERACE:Mongrelman BONUS:SKILL|Balance,Jump,Swim|4|TYPE=Racial +Lizardfolk Arm VISIBLE:NO SAB:+2 on Str checks using arm PRERACE:1,Mongrelman +Lizardfolk Hand VISIBLE:NO PRERACE:1,Mongrelman NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*1,1d4 +Lizardfolk Jaw VISIBLE:NO PRERACE:1,Mongrelman NATURALATTACKS:Bite,Weapon.Natural.Melee.Finesseable.Bludgeoning.Piercing.Slashing,*1,1d4 +Lizardfolk Torso (Lower) VISIBLE:NO PRERACE:1,Mongrelman BONUS:SKILL|Balance,Jump,Swim|4|TYPE=Racial -Missing Head (Left) VISIBLE:NO SAB:Missing Left Side of Head PRERACE:Mongrelman -Missing Head (Right) VISIBLE:NO SAB:Missing Right Side of Head PRERACE:Mongrelman -Missing Upper Arm (Left) VISIBLE:NO SAB:Missing Left Upper Arm PRERACE:Mongrelman -Missing Upper Arm (Right) VISIBLE:NO SAB:Missing Right Upper Arm PRERACE:Mongrelman -Missing Lower Arm (Left) VISIBLE:NO SAB:Missing Left Lower Arm PRERACE:Mongrelman -Missing Lower Arm (Right) VISIBLE:NO SAB:Missing Right Lower Arm PRERACE:Mongrelman -Missing Upper Leg (Left) VISIBLE:NO SAB:Missing Left Upper Leg PRERACE:Mongrelman -Missing Upper Leg (Right) VISIBLE:NO SAB:Missing Right Upper Leg PRERACE:Mongrelman -Missing Lower Leg (Left) VISIBLE:NO SAB:Missing Left Lower Leg PRERACE:Mongrelman -Missing Lower Leg (Right) VISIBLE:NO SAB:Missing Right Lower Leg PRERACE:Mongrelman -Missing Foot (Left) VISIBLE:NO SAB:Missing Foot PRERACE:Mongrelman -Missing Foot (Right) VISIBLE:NO SAB:Missing Foot PRERACE:Mongrelman -Missing Hand (Left) VISIBLE:NO SAB:Missing Hand PRERACE:Mongrelman -Missing Hand (Right) VISIBLE:NO SAB:Missing Hand PRERACE:Mongrelman -Missing Jaw/Mouth VISIBLE:NO SAB:Missing Jaw/Mouth PRERACE:Mongrelman +Missing Head (Left) VISIBLE:NO SAB:Missing Left Side of Head PRERACE:1,Mongrelman +Missing Head (Right) VISIBLE:NO SAB:Missing Right Side of Head PRERACE:1,Mongrelman +Missing Upper Arm (Left) VISIBLE:NO SAB:Missing Left Upper Arm PRERACE:1,Mongrelman +Missing Upper Arm (Right) VISIBLE:NO SAB:Missing Right Upper Arm PRERACE:1,Mongrelman +Missing Lower Arm (Left) VISIBLE:NO SAB:Missing Left Lower Arm PRERACE:1,Mongrelman +Missing Lower Arm (Right) VISIBLE:NO SAB:Missing Right Lower Arm PRERACE:1,Mongrelman +Missing Upper Leg (Left) VISIBLE:NO SAB:Missing Left Upper Leg PRERACE:1,Mongrelman +Missing Upper Leg (Right) VISIBLE:NO SAB:Missing Right Upper Leg PRERACE:1,Mongrelman +Missing Lower Leg (Left) VISIBLE:NO SAB:Missing Left Lower Leg PRERACE:1,Mongrelman +Missing Lower Leg (Right) VISIBLE:NO SAB:Missing Right Lower Leg PRERACE:1,Mongrelman +Missing Foot (Left) VISIBLE:NO SAB:Missing Foot PRERACE:1,Mongrelman +Missing Foot (Right) VISIBLE:NO SAB:Missing Foot PRERACE:1,Mongrelman +Missing Hand (Left) VISIBLE:NO SAB:Missing Hand PRERACE:1,Mongrelman +Missing Hand (Right) VISIBLE:NO SAB:Missing Hand PRERACE:1,Mongrelman +Missing Jaw/Mouth VISIBLE:NO SAB:Missing Jaw/Mouth PRERACE:1,Mongrelman -Half Ogre Lang VISIBLE:NO PRERACE:Ogre (Half) PRESTAT:1,INT=10 LANGAUTO:Giant +Half Ogre Lang VISIBLE:NO PRERACE:1,Ogre (Half) PRESTAT:1,INT=10 LANGAUTO:Giant -Enlarged Spriggan VISIBLE:YES PRERACE:Spriggan BONUS:SIZEMOD|NUMBER|2 BONUS:STAT|DEX|2 BONUS:VAR|SneakAttack|-2 BONUS:VAR|SprigganLarge|1 REMOVABLE:YES +Enlarged Spriggan VISIBLE:YES PRERACE:1,Spriggan BONUS:SIZEMOD|NUMBER|2 BONUS:STAT|DEX|2 BONUS:VAR|SneakAttack|-2 BONUS:VAR|SprigganLarge|1 REMOVABLE:YES -Remove Resistance to Acid VISIBLE:NO REMOVE:FEAT|Resistance to Acid -Remove Resistance to Cold VISIBLE:NO REMOVE:FEAT|Resistance to Cold -Remove Resistance to Electricity VISIBLE:NO REMOVE:FEAT|Resistance to Electricity -Remove Resistance to Fire VISIBLE:NO REMOVE:FEAT|Resistance to Fire +Remove Resistance to Acid VISIBLE:NO REMOVE:FEAT|Resistance to Acid +Remove Resistance to Cold VISIBLE:NO REMOVE:FEAT|Resistance to Cold +Remove Resistance to Electricity VISIBLE:NO REMOVE:FEAT|Resistance to Electricity +Remove Resistance to Fire VISIBLE:NO REMOVE:FEAT|Resistance to Fire -Remove Telepathy VISIBLE:NO REMOVE:FEAT|Telepathy +Remove Telepathy VISIBLE:NO REMOVE:FEAT|Telepathy Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_monster.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_monster.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_monster.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -1,23 +1,23 @@ -# CVS $Revision$ $Author$ -- Tue Jan 22 23:58:23 2008 -- reformated by prettylst.pl v1.38 (build 4314) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:50:58 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:The Tome of Horrors Revised SOURCESHORT:ToHr SOURCEWEB:http://www.necromancergames.com/ # Initial Author: Aaron Divinsky <boomer70@...> # This template actually requires two creatures to be combined. Unless we # provided an abomination template for every possible monster we can't do this # template. -#Abomination VISIBLE:YES PREMULT:1,[PRERACE:TYPE=Animal],[PRERACE:TYPE=Vermin],[PRERACE:TYPE=Humanoid] TEMPLATE:CHOOSE:Abomination (Magical Beast)|Abomination (Monstrous Humanoid) -#Abomination (Magical Beast) VISIBLE:NO PREMULT:1,[PRERACE:TYPE=Animal],[PRERACE:TYPE=Vermin] RACETYPE:Magical Beast -#Abomination (Monstrous Humanoid) VISIBLE:NO PRERACE:TYPE=Humanoid RACETYPE:Monstrous Humanoid +#Abomination VISIBLE:YES PREMULT:1,[PRERACE:1,TYPE=Animal],[PRERACE:1,TYPE=Vermin],[PRERACE:1,TYPE=Humanoid] TEMPLATE:CHOOSE:Abomination (Magical Beast)|Abomination (Monstrous Humanoid) +#Abomination (Magical Beast) VISIBLE:NO PREMULT:1,[PRERACE:1,TYPE=Animal],[PRERACE:1,TYPE=Vermin] RACETYPE:Magical Beast +#Abomination (Monstrous Humanoid) VISIBLE:NO PRERACE:1,TYPE=Humanoid RACETYPE:Monstrous Humanoid -# Template Name Hit Dice Size CR Size Visible Damage Reduction Level Adjustment Template Source Page Special ABility Define !PREMOVE Multiple Requirements Required Race Prohibited Race Required Size Required Template Prohibited Template Save checks bonus Combat bonus Damage reduction Misc bonus Add to base move Adjust PC Size Bonus to skill Stat bonus Modify VAR Class Skill Feat Remove Object Move Spell Res. Main Race Type Race Subtype Vision Innate Spells Natural Attacks Cross-class Skill -Beast of Chaos HITDIE:10 CR:2 VISIBLE:YES SOURCEPAGE:p. 382 SAB:Immunities (Ex) PRERACE:RACETYPE=Animal BONUS:COMBAT|AC|4|TYPE=NaturalArmor.REPLACE BONUS:SKILL|Listen|8|TYPE=Racial BONUS:STAT|STR|2 BONUS:STAT|CHA|4 BONUS:VAR|FrightfulPresenceDC|CHA BONUS:VAR|FrightfulPresenceRange|30 BONUS:VAR|RageStr|4 BONUS:VAR|RageAC|-4 FEAT:Frightful Presence|Rage~Monster|Scent SR:min(25,10+HD) RACETYPE:Magical Beast RACESUBTYPE:Augmented Animal VISION:Darkvision (60') -Bleeding Horror HITDIE:12 CR:3 VISIBLE:YES DR:5/Magic TEMPLATE:CHOOSE:Augmented Humanoid|Augmented Monstrous Humanoid|Augmented Giant|Augmented Magical Beast|Augmented Outsider TEMPLATE:Undead TEMPLATE:CHOOSE:Claw (Fine)|Claw (Diminutive)|Claw (Tiny)|Claw (Small)|Claw (Medium)|Claw (Large)|Claw (Huge)|Claw (Gargantuan)|Claw (Colossal) PREMULT:1,[PRERACE:RACETYPE=Humanoid],[PRERACE:RACETYPE=Monstrous Humanoid],[PRERACE:RACETYPE=Giant],[PRERACE:RACETYPE=Magical Beast],[PRERACE:RACETYPE=Outsider] BONUS:COMBAT|AC|5|TYPE=NaturalArmor.REPLACE BONUS:COMBAT|AC|2|TYPE=Deflection.REPLACE BONUS:DR|Magic|5|PREHD:MIN=6 BONUS:DR|Magic|5|PREHD:MIN=11 BONUS:STAT|CHA|2 BONUS:VAR|BloodConsumptionMax|HD*12 BONUS:VAR|BloodConsumptionDice|1 BONUS:VAR|BloodConsumptionDieSize|4 BONUS:VAR|BloodConsumptionBonus|2 BONUS:VAR|BloodConsumptionDC|CHA BONUS:VAR|HorrificAppearanceDC|CHA BONUS:VAR|TurnResistance|4 FEAT:Blood Consumption|Create Spawn (Bleeding Horror)|Find Target|Horrific Appearance|Turn Resistance SR:HD RACETYPE:Undead SPELLS:Innate|TIMES=3|CASTERLEVEL=8|Bloodstorm +# Template Name Hit Dice Size CR Size Visible Damage Reduction Level Adjustment Template Source Page Special ABility Define !PREMOVE Multiple Requirements Required Race Prohibited Race Required Size Required Template Prohibited Template Save checks bonus Combat bonus Damage reduction Misc bonus Add to base move Adjust PC Size Bonus to skill Stat bonus Modify VAR Class Skill Feat Remove Object Move Spell Res. Main Race Type Race Subtype Vision Innate Spells Natural Attacks Cross-class Skill +Beast of Chaos HITDIE:10 CR:2 VISIBLE:YES SOURCEPAGE:p. 382 SAB:Immunities (Ex) PRERACE:1,RACETYPE=Animal BONUS:COMBAT|AC|4|TYPE=NaturalArmor.REPLACE BONUS:SKILL|Listen|8|TYPE=Racial BONUS:STAT|STR|2 BONUS:STAT|CHA|4 BONUS:VAR|FrightfulPresenceDC|CHA BONUS:VAR|FrightfulPresenceRange|30 BONUS:VAR|RageStr|4 BONUS:VAR|RageAC|-4 FEAT:Frightful Presence|Rage~Monster|Scent SR:min(25,10+HD) RACETYPE:Magical Beast RACESUBTYPE:Augmented Animal VISION:Darkvision (60') +Bleeding Horror HITDIE:12 CR:3 VISIBLE:YES DR:5/Magic TEMPLATE:CHOOSE:Augmented Humanoid|Augmented Monstrous Humanoid|Augmented Giant|Augmented Magical Beast|Augmented Outsider TEMPLATE:Undead TEMPLATE:CHOOSE:Claw (Fine)|Claw (Diminutive)|Claw (Tiny)|Claw (Small)|Claw (Medium)|Claw (Large)|Claw (Huge)|Claw (Gargantuan)|Claw (Colossal) PREMULT:1,[PRERACE:1,RACETYPE=Humanoid],[PRERACE:1,RACETYPE=Monstrous Humanoid],[PRERACE:1,RACETYPE=Giant],[PRERACE:1,RACETYPE=Magical Beast],[PRERACE:1,RACETYPE=Outsider] BONUS:COMBAT|AC|5|TYPE=NaturalArmor.REPLACE BONUS:COMBAT|AC|2|TYPE=Deflection.REPLACE BONUS:DR|Magic|5|PREHD:MIN=6 BONUS:DR|Magic|5|PREHD:MIN=11 BONUS:STAT|CHA|2 BONUS:VAR|BloodConsumptionMax|HD*12 BONUS:VAR|BloodConsumptionDice|1 BONUS:VAR|BloodConsumptionDieSize|4 BONUS:VAR|BloodConsumptionBonus|2 BONUS:VAR|BloodConsumptionDC|CHA BONUS:VAR|HorrificAppearanceDC|CHA BONUS:VAR|TurnResistance|4 FEAT:Blood Consumption|Create Spawn (Bleeding Horror)|Find Target|Horrific Appearance|Turn Resistance SR:HD RACETYPE:Undead SPELLS:Innate|TIMES=3|CASTERLEVEL=8|Bloodstorm # Need to be able to add HD # Need to be able to get the HitDice Advancement value for a specific size -Dire Animal CR:1 SIZE:S|PRESIZELTEQ:T VISIBLE:YES PRERACE:RACETYPE=Animal !PRERACE:Dire% BONUS:CHECKS|BASE.Will|(var("CL=Animal")/2+2)-(var("CL=Animal")/3) BONUS:COMBAT|AC|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE.Walk|10 BONUS:SIZEMOD|NUMBER|1|PRESIZEGT:T BONUS:STAT|STR|4 BONUS:STAT|DEX|2 BONUS:STAT|CON|2 RACESUBTYPE:Dire +Dire Animal CR:1 SIZE:S|PRESIZELTEQ:T VISIBLE:YES PRERACE:1,RACETYPE=Animal !PRERACE:1,Dire% BONUS:CHECKS|BASE.Will|(var("CL=Animal")/2+2)-(var("CL=Animal")/3) BONUS:COMBAT|AC|TYPE=NaturalArmor.REPLACE BONUS:MOVEADD|TYPE.Walk|10 BONUS:SIZEMOD|NUMBER|1|PRESIZEGT:T BONUS:STAT|STR|4 BONUS:STAT|DEX|2 BONUS:STAT|CON|2 RACESUBTYPE:Dire # Need to be able to add HD -Foo Creature SIZE:M|PRESIZELTEQ:S VISIBLE:YES PRERACE:RACETYPE=Animal BONUS:COMBAT|AC|4|TYPE=NaturalArmor.REPLACE FEAT:Strike Evil|Summon Foo Creatures RACETYPE:Magical Beast RACESUBTYPE:Extraplanar -Skeleton Warrior HITDIE:12 CR:2 VISIBLE:YES DR:10/magic and bludgeoning LEVELADJUSTMENT:3 TEMPLATE:Augmented Humanoid TEMPLATE:Undead PRERACE:RACETYPE=Humanoid BONUS:COMBAT|AC|4|TYPE=NaturalArmor BONUS:SKILL|Intimidate|8|TYPE=Racial BONUS:SKILL|Sense Motive,Spot|6|TYPE=Racial BONUS:STAT|STR|4 BONUS:STAT|WIS|2 BONUS:STAT|CHA|2 BONUS:VAR|FearAura|30 BONUS:VAR|FearDC|CHA FEAT:Fear Aura|Find Target|Immune to Turning SR:min(35,15+HD) RACETYPE:Undead VISION:Darkvision (60') +Foo Creature SIZE:M|PRESIZELTEQ:S VISIBLE:YES PRERACE:1,RACETYPE=Animal BONUS:COMBAT|AC|4|TYPE=NaturalArmor.REPLACE FEAT:Strike Evil|Summon Foo Creatures RACETYPE:Magical Beast RACESUBTYPE:Extraplanar +Skeleton Warrior HITDIE:12 CR:2 VISIBLE:YES DR:10/magic and bludgeoning LEVELADJUSTMENT:3 TEMPLATE:Augmented Humanoid TEMPLATE:Undead PRERACE:1,RACETYPE=Humanoid BONUS:COMBAT|AC|4|TYPE=NaturalArmor BONUS:SKILL|Intimidate|8|TYPE=Racial BONUS:SKILL|Sense Motive,Spot|6|TYPE=Racial BONUS:STAT|STR|4 BONUS:STAT|WIS|2 BONUS:STAT|CHA|2 BONUS:VAR|FearAura|30 BONUS:VAR|FearDC|CHA FEAT:Fear Aura|Find Target|Immune to Turning SR:min(35,15+HD) RACETYPE:Undead VISION:Darkvision (60') # Need to be able to remove RACESUBTYPES # --> There seems to be two types referenced in sources Alignment and Kind not sure how to implement that # Drop any HD from class levels (minimum 1) and convert to Plant levels. @@ -27,43 +27,43 @@ # --> Could do this as a hidden feat. # Need to be able to prevent adding skill ranks to all skills except Listen and Spot # --> Could be done by have a setting to not allow cross-class skills. -Slime Zombie VISIBLE:YES DR:5/- TEMPLATE:Plant DEFINE:LOCK.INT|2 DEFINE:LOCK.WIS|10 DEFINE:LOCK.CHA|1 !PRERACE:RACETYPE=Undead !PRERACE:RACETYPE=Construct !PRERACE:RACETYPE=Elemental !PRETEMPLATE:1,Incorporeal BONUS:COMBAT|AC|1|TYPE=NaturalArmor.REPLACE|PRESIZELTEQ:T BONUS:COMBAT|AC|2|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:S BONUS:COMBAT|AC|3|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:M BONUS:COMBAT|AC|4|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:L BONUS:COMBAT|AC|5|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:H BONUS:COMBAT|AC|6|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:G BONUS:COMBAT|AC|8|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:C BONUS:DR|-|5|PREHD:MIN=6 BONUS:DR|-|5|PREHD:MIN=11 BONUS:MISC|CR|1 BONUS:MISC|CR|1|PREHD:MIN=3 BONUS:MISC|CR|1|PREHD:MIN=6 BONUS:MISC|CR|1|PREHD:MIN=8 BONUS:MISC|CR|1|PREHD:MIN=11 BONUS:MISC|CR|1|PREHD:MIN=15 BONUS:MISC|CR|1|PREHD:MIN=17 BONUS:MISC|CR|1|PREHD:MIN=19 BONUS:MISC|CR|2|PREHD:MIN=20 BONUS:MOVEADD|TYPE.Walk|-10 BONUS:STAT|STR|2 BONUS:STAT|DEX|-2 BONUS:VAR|InfestationDC|CON BONUS:VAR|MindLinkRange|200 BONUS:VAR|TelepathicBondRange|100 CSKILL:Listen|Spot FEAT:Infestation|Death Throes|Mind Link|Telepathic Bond|Immune to Electricity|Vulnerability to Green Slime REMOVE:FEAT|TYPE.SpecialAttack|ALL REMOVE:FEAT|TYPE.SpecialQuality|ALL RACETYPE:Plant VISION:Darkvision (60') CCSKILL:TYPE.Strength|TYPE.Dexterity|TYPE.Constitution|TYPE.Intelligence|TYPE.Wisdom|TYPE.Charisma|TYPE.None +Slime Zombie VISIBLE:YES DR:5/- TEMPLATE:Plant DEFINE:LOCK.INT|2 DEFINE:LOCK.WIS|10 DEFINE:LOCK.CHA|1 !PRERACE:1,RACETYPE=Undead !PRERACE:1,RACETYPE=Construct !PRERACE:1,RACETYPE=Elemental !PRETEMPLATE:1,Incorporeal BONUS:COMBAT|AC|1|TYPE=NaturalArmor.REPLACE|PRESIZELTEQ:T BONUS:COMBAT|AC|2|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:S BONUS:COMBAT|AC|3|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:M BONUS:COMBAT|AC|4|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:L BONUS:COMBAT|AC|5|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:H BONUS:COMBAT|AC|6|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:G BONUS:COMBAT|AC|8|TYPE=NaturalArmor.REPLACE|PRESIZEEQ:C BONUS:DR|-|5|PREHD:MIN=6 BONUS:DR|-|5|PREHD:MIN=11 BONUS:MISC|CR|1 BONUS:MISC|CR|1|PREHD:MIN=3 BONUS:MISC|CR|1|PREHD:MIN=6 BONUS:MISC|CR|1|PREHD:MIN=8 BONUS:MISC|CR|1|PREHD:MIN=11 BONUS:MISC|CR|1|PREHD:MIN=15 BONUS:MISC|CR|1|PREHD:MIN=17 BONUS:MISC|CR|1|PREHD:MIN=19 BONUS:MISC|CR|2|PREHD:MIN=20 BONUS:MOVEADD|TYPE.Walk|-10 BONUS:STAT|STR|2 BONUS:STAT|DEX|-2 BONUS:VAR|InfestationDC|CON BONUS:VAR|MindLinkRange|200 BONUS:VAR|TelepathicBondRange|100 CSKILL:Listen|Spot FEAT:Infestation|Death Throes|Mind Link|Telepathic Bond|Immune to Electricity|Vulnerability to Green Slime REMOVE:FEAT|TYPE.SpecialAttack|ALL REMOVE:FEAT|TYPE.SpecialQuality|ALL RACETYPE:Plant VISION:Darkvision (60') CCSKILL:TYPE.Strength|TYPE.Dexterity|TYPE.Constitution|TYPE.Intelligence|TYPE.Wisdom|TYPE.Charisma|TYPE.None # Spectral Trolls retain their natural armor bonus only on the ethereal plane. # They gain a Deflection bonus when manifested. # Need to be able to zero out a bonus. # Need to be able to modify existing natural attacks to become incorporeal -Spectral Troll HITDIE:12 CR:2 VISIBLE:YES LEVELADJUSTMENT:3 TEMPLATE:Undead TEMPLATE:Incorporeal TEMPLATE:CHOOSE:Augmented Humanoid|Augmented Monstrous Humanoid|Augmented Giant TEMPLATE:CHOOSE:Spectral Troll Fly Speed PRERACE:Troll% BONUS:COMBAT|AC|max(1,CHA)|TYPE=Deflection.REPLACE BONUS:SKILL|Hide,Listen,Search,Spot|8|TYPE=Racial BONUS:STAT|CHA|4 BONUS:VAR|TurnResistance|4 FEAT:Corrupting Touch|Create Spawn (Spectre)|Manifestation|Rejuvenation|Turn Resistance|Vanish RACETYPE:Undead RACESUBTYPE:Incorporeal -Spectral Troll Fly Speed VISIBLE:NO !PREMOVE:1,Fly=31 MOVE:Fly,30 +Spectral Troll HITDIE:12 CR:2 VISIBLE:YES LEVELADJUSTMENT:3 TEMPLATE:Undead TEMPLATE:Incorporeal TEMPLATE:CHOOSE:Augmented Humanoid|Augmented Monstrous Humanoid|Augmented Giant TEMPLATE:CHOOSE:Spectral Troll Fly Speed PRERACE:1,Troll% BONUS:COMBAT|AC|max(1,CHA)|TYPE=Deflection.REPLACE BONUS:SKILL|Hide,Listen,Search,Spot|8|TYPE=Racial BONUS:STAT|CHA|4 BONUS:VAR|TurnResistance|4 FEAT:Corrupting Touch|Create Spawn (Spectre)|Manifestation|Rejuvenation|Turn Resistance|Vanish RACETYPE:Undead RACESUBTYPE:Incorporeal +Spectral Troll Fly Speed VISIBLE:NO !PREMOVE:1,Fly=31 MOVE:Fly,30 # Therianthropes have a minimum of 3 HD # Therianthropes lose Fly speed in human form -Therianthrope VISIBLE:YES PRERACE:RACETYPE=Animal RACETYPE:Magical Beast RACESUBTYPE:Shapechanger -Therianthrope [Animal Form] VISIBLE:YES PRETEMPLATE:1,Therianthrope -Therianthrope [Human Form] SIZE:M VISIBLE:YES PRETEMPLATE:1,Therianthrope -Therianthrope [Hybrid Form] SIZE:M|PRESIZELTEQ:M VISIBLE:YES PRETEMPLATE:1,Therianthrope +Therianthrope VISIBLE:YES PRERACE:1,RACETYPE=Animal RACETYPE:Magical Beast RACESUBTYPE:Shapechanger +Therianthrope [Animal Form] VISIBLE:YES PRETEMPLATE:1,Therianthrope +Therianthrope [Human Form] SIZE:M VISIBLE:YES PRETEMPLATE:1,Therianthrope +Therianthrope [Hybrid Form] SIZE:M|PRESIZELTEQ:M VISIBLE:YES PRETEMPLATE:1,Therianthrope -Augmented Humanoid VISIBLE:NO PRERACE:RACETYPE=Humanoid RACESUBTYPE:Augmented Humanoid -Augmented Monstrous Humanoid VISIBLE:NO PRERACE:RACETYPE=Monstrous Humanoid RACESUBTYPE:Augmented Monstrous Humanoid -Augmented Giant VISIBLE:NO PRERACE:RACETYPE=Giant RACESUBTYPE:Augmented Giant -Augmented Magical Beast VISIBLE:NO PRERACE:RACETYPE=Magical Beast RACESUBTYPE:Augmented Magical Beast -Augmented Outsider VISIBLE:NO PRERACE:RACETYPE=Outsider RACESUBTYPE:Augmented Outsider +Augmented Humanoid VISIBLE:NO PRERACE:1,RACETYPE=Humanoid RACESUBTYPE:Augmented Humanoid +Augmented Monstrous Humanoid VISIBLE:NO PRERACE:1,RACETYPE=Monstrous Humanoid RACESUBTYPE:Augmented Monstrous Humanoid +Augmented Giant VISIBLE:NO PRERACE:1,RACETYPE=Giant RACESUBTYPE:Augmented Giant +Augmented Magical Beast VISIBLE:NO PRERACE:1,RACETYPE=Magical Beast RACESUBTYPE:Augmented Magical Beast +Augmented Outsider VISIBLE:NO PRERACE:1,RACETYPE=Outsider RACESUBTYPE:Augmented Outsider -Claw (Fine) PRESIZEEQ:F NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1 -Claw (Diminutive) PRESIZEEQ:D NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d2 -Claw (Tiny) PRESIZEEQ:T NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d3 -Claw (Small) PRESIZEEQ:S NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d4 -Claw (Medium) PRESIZEEQ:M NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d6 -Claw (Large) PRESIZEEQ:L NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d8 -Claw (Huge) PRESIZEEQ:H NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d6 -Claw (Gargantuan) PRESIZEEQ:G NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d8 -Claw (Colossal) PRESIZEEQ:C NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,4d6 +Claw (Fine) PRESIZEEQ:F NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1 +Claw (Diminutive) PRESIZEEQ:D NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d2 +Claw (Tiny) PRESIZEEQ:T NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d3 +Claw (Small) PRESIZEEQ:S NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d4 +Claw (Medium) PRESIZEEQ:M NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d6 +Claw (Large) PRESIZEEQ:L NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,1d8 +Claw (Huge) PRESIZEEQ:H NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d6 +Claw (Gargantuan) PRESIZEEQ:G NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,2d8 +Claw (Colossal) PRESIZEEQ:C NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Piercing.Slashing,*2,4d6 -Slam (Fine) PRESIZEEQ:F NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1 -Slam (Diminutive) PRESIZEEQ:D NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d2 -Slam (Tiny) PRESIZEEQ:T NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d3 -Slam (Small) PRESIZEEQ:S NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d4 -Slam (Medium) PRESIZEEQ:M NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d6 -Slam (Large) PRESIZEEQ:L NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d8 -Slam (Huge) PRESIZEEQ:H NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d6 -Slam (Gargantuan) PRESIZEEQ:G NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d8 -Slam (Colossal) PRESIZEEQ:C NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6 +Slam (Fine) PRESIZEEQ:F NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1 +Slam (Diminutive) PRESIZEEQ:D NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d2 +Slam (Tiny) PRESIZEEQ:T NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d3 +Slam (Small) PRESIZEEQ:S NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d4 +Slam (Medium) PRESIZEEQ:M NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d6 +Slam (Large) PRESIZEEQ:L NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,1d8 +Slam (Huge) PRESIZEEQ:H NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d6 +Slam (Gargantuan) PRESIZEEQ:G NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,2d8 +Slam (Colossal) PRESIZEEQ:C NATURALATTACKS:Claw,Weapon.Natural.Melee.Finesseable.Bludgeoning,*1,4d6 Modified: Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_vipers.lst =================================================================== --- Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_vipers.lst 2008-03-30 04:15:52 UTC (rev 5754) +++ Trunk/pcgen/data/alpha/necromancergames/tomeofhorrors/tome_of_horrors_templates_vipers.lst 2008-03-30 04:58:35 UTC (rev 5755) @@ -3,52 +3,52 @@ # Initial Author: Aaron Divinsky <boomer70@...> # Template Name CR Visible Required Race Modify VAR Feat Remove Object -Viper (Adder/Death) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Adder/Night) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Adder/Puff) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|PoisonSecDieSize|2 -Viper (Black Snake (Redbellied)) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 -Viper (Black Snake/Spotted) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|2 -Viper (Boomslang) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Nauseated|1 BONUS:VAR|PoisonInitDice|1 -Viper (Brown Snake) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Brown Snake/King) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|PoisonSecDice|1 -Viper (Bushmaster) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 -Viper (Cobra/Black Tree (Hoodless)) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|2 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Common) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Necrosis|1 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Con/Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Desert) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Forest) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/King) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Egyptian (Asp)) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Rinkhals) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str)|Spit Venom REMOVE:FEAT|Poison (Con) -Viper (Cobra/Snouted) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-3 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Spitting) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str)|Spit Venom REMOVE:FEAT|Poison (Con) -Viper (Cobra/Water) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cobra/Yellow) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDice|1 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Copperhead) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 -Viper (Coral Snake) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Cottonmouth) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Fer-de-Lance) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|3 -Viper (Krait/Banded) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Krait/Blue) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Mamba/Black) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Mamba/Green) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Rattlesnake/Desert) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 -Viper (Rattlesnake/Diamondback) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Rattlesnake/Rock) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Rattlesnake/Tiger) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|2 BONUS:VAR|Necrosis|1 -Viper (Rattlesnake/Sidewinder) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Sea Snake/Beaked) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Taipan/Coastal) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Taipan/Western) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Tic-polonga) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Nauseated|1 BONUS:VAR|PoisonInitDieSize|2 BONUS:VAR|PoisonSecDieSize|2 -Viper (Tiger Snake) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) -Viper (Viper/Desert) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Viper/Gaboon) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 -Viper (Viper/Mountain) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Viper/Pit) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|2 BONUS:VAR|Necrosis|1 -Viper (Viper/Rhinoceros) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 -Viper (Viper/Sand) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 -Viper (Viper/Saw-scaled) CR:1 VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonInitDice|1 -Viper (Viper/Sharp-nosed) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonSecDieSize|-2 -Viper (Viper/Tree) VISIBLE:YES PRERACE:Snake (Viper% BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonSecDieSize|-2 +Viper (Adder/Death) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Adder/Night) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Adder/Puff) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|PoisonSecDieSize|2 +Viper (Black Snake (Redbellied)) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 +Viper (Black Snake/Spotted) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|2 +Viper (Boomslang) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Nauseated|1 BONUS:VAR|PoisonInitDice|1 +Viper (Brown Snake) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Brown Snake/King) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|PoisonSecDice|1 +Viper (Bushmaster) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 +Viper (Cobra/Black Tree (Hoodless)) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|2 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Common) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Necrosis|1 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Con/Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Desert) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Forest) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/King) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Egyptian (Asp)) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Rinkhals) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str)|Spit Venom REMOVE:FEAT|Poison (Con) +Viper (Cobra/Snouted) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-3 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Spitting) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str)|Spit Venom REMOVE:FEAT|Poison (Con) +Viper (Cobra/Water) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cobra/Yellow) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDice|1 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Copperhead) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 +Viper (Coral Snake) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Cottonmouth) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Fer-de-Lance) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|3 +Viper (Krait/Banded) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Krait/Blue) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Mamba/Black) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Mamba/Green) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Rattlesnake/Desert) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 +Viper (Rattlesnake/Diamondback) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Rattlesnake/Rock) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Rattlesnake/Tiger) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|2 BONUS:VAR|Necrosis|1 +Viper (Rattlesnake/Sidewinder) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Sea Snake/Beaked) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Taipan/Coastal) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Taipan/Western) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|6 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Tic-polonga) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Nauseated|1 BONUS:VAR|PoisonInitDieSize|2 BONUS:VAR|PoisonSecDieSize|2 +Viper (Tiger Snake) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Suffocation|1 BONUS:VAR|PoisonInitDice|1 FEAT:Poison (Str) REMOVE:FEAT|Poison (Con) +Viper (Viper/Desert) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Viper/Gaboon) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonInitDice|1 BONUS:VAR|PoisonInitDieSize|-2 BONUS:VAR|PoisonSecDieSize|-2 +Viper (Viper/Mountain) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Viper/Pit) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|2 BONUS:VAR|Necrosis|1 +Viper (Viper/Rhinoceros) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 +Viper (Viper/Sand) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 +Viper (Viper/Saw-scaled) CR:1 VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|5 BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonInitDice|1 +Viper (Viper/Sharp-nosed) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|PoisonDC|4 BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonSecDieSize|-2 +Viper (Viper/Tree) VISIBLE:YES PRERACE:1,Snake (Viper% BONUS:VAR|Necrosis|1 BONUS:VAR|PoisonSecDieSize|-2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jdempsey@us...> - 2008-03-30 04:16:33
|
Revision: 5754 http://pcgen.svn.sourceforge.net/pcgen/?rev=5754&view=rev Author: jdempsey Date: 2008-03-29 21:15:52 -0700 (Sat, 29 Mar 2008) Log Message: ----------- Fix bug: Row index out of range when removing an ability Issue#: 1907868 Modified Paths: -------------- Trunk/pcgen/code/src/java/pcgen/gui/tabs/ability/AbilitySelectionPanel.java Modified: Trunk/pcgen/code/src/java/pcgen/gui/tabs/ability/AbilitySelectionPanel.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/gui/tabs/ability/AbilitySelectionPanel.java 2008-03-30 04:14:01 UTC (rev 5753) +++ Trunk/pcgen/code/src/java/pcgen/gui/tabs/ability/AbilitySelectionPanel.java 2008-03-30 04:15:52 UTC (rev 5754) @@ -677,7 +677,7 @@ theTable.updateUI(); theTable.expandPathList(pathList); removeListSelectionListener(); - if (selObj != null) + if (selObj != null && selRow < theTable.getRowCount()) { theTable.addRowSelectionInterval(selRow, selRow); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jdempsey@us...> - 2008-03-30 04:13:55
|
Revision: 5753 http://pcgen.svn.sourceforge.net/pcgen/?rev=5753&view=rev Author: jdempsey Date: 2008-03-29 21:14:01 -0700 (Sat, 29 Mar 2008) Log Message: ----------- Fix bug: Metamagic Feat from Ability Pool not working Issue#: 1901271 Modified Paths: -------------- Trunk/pcgen/code/src/java/pcgen/core/AbilityUtilities.java Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java Trunk/pcgen/code/src/java/pcgen/core/VariableProcessorPC.java Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoPreparedSpells.java Modified: Trunk/pcgen/code/src/java/pcgen/core/AbilityUtilities.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/core/AbilityUtilities.java 2008-03-30 04:13:57 UTC (rev 5752) +++ Trunk/pcgen/code/src/java/pcgen/core/AbilityUtilities.java 2008-03-30 04:14:01 UTC (rev 5753) @@ -1173,4 +1173,27 @@ return altName; } + + + /** + * Retrieve a list of all abilities in all categories associated + * with a given key. e.g. Fighter feats are included when feats + * are requested. + * @param catKey The key of the category to be retrieved + * @param pc The character to query + * @return List of matching abilities. + */ + public static List<Ability> getAggregateAbilitiesListForKey(String catKey, PlayerCharacter pc) + { + Collection<AbilityCategory> cats = + SettingsHandler.getGame().getAllAbilityCatsForKey(catKey); + List<Ability> abilityList = new ArrayList<Ability>(); + for (AbilityCategory abilityCategory : cats) + { + abilityList.addAll(pc.getAggregateAbilityList( + abilityCategory)); + } + return abilityList; + } + } Modified: Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java 2008-03-30 04:13:57 UTC (rev 5752) +++ Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java 2008-03-30 04:14:01 UTC (rev 5753) @@ -5754,14 +5754,16 @@ */ public Ability getFeatNamed(final String featName) { - return AbilityUtilities.getAbilityFromList(aggregateFeatList(), + return AbilityUtilities.getAbilityFromList(AbilityUtilities + .getAggregateAbilitiesListForKey(Constants.FEAT_CATEGORY, this), Constants.FEAT_CATEGORY, featName, Ability.Nature.ANY); } public Ability getFeatNamed(final String featName, final Ability.Nature featType) { - return AbilityUtilities.getAbilityFromList(aggregateFeatList(), + return AbilityUtilities.getAbilityFromList(AbilityUtilities + .getAggregateAbilitiesListForKey(Constants.FEAT_CATEGORY, this), Constants.FEAT_CATEGORY, featName, featType); } Modified: Trunk/pcgen/code/src/java/pcgen/core/VariableProcessorPC.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/core/VariableProcessorPC.java 2008-03-30 04:13:57 UTC (rev 5752) +++ Trunk/pcgen/code/src/java/pcgen/core/VariableProcessorPC.java 2008-03-30 04:14:01 UTC (rev 5753) @@ -1380,16 +1380,9 @@ * @param catKey The key of the category to be retrieved * @return List of matching abilities. */ - private List<Ability> getAggregateAbilitiesListForKey(String catKey) + public List<Ability> getAggregateAbilitiesListForKey(String catKey) { - Collection<AbilityCategory> cats = - SettingsHandler.getGame().getAllAbilityCatsForKey(catKey); - List<Ability> abilityList = new ArrayList<Ability>(); - for (AbilityCategory abilityCategory : cats) - { - abilityList.addAll(getPc().getAggregateAbilityList( - abilityCategory)); - } - return abilityList; + return AbilityUtilities + .getAggregateAbilitiesListForKey(catKey, getPc()); } } Modified: Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoPreparedSpells.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoPreparedSpells.java 2008-03-30 04:13:57 UTC (rev 5752) +++ Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoPreparedSpells.java 2008-03-30 04:14:01 UTC (rev 5753) @@ -55,6 +55,8 @@ import javax.swing.tree.TreePath; import pcgen.core.Ability; +import pcgen.core.AbilityCategory; +import pcgen.core.AbilityUtilities; import pcgen.core.Constants; import pcgen.core.Globals; import pcgen.core.PCClass; @@ -229,7 +231,9 @@ // get the list of metamagic feats for the PC characterMetaMagicFeats.clear(); - List<Ability> feats = pc.aggregateFeatList(); + List<Ability> feats = + AbilityUtilities.getAggregateAbilitiesListForKey( + AbilityCategory.FEAT.getAbilityCategory(), pc); Globals.sortPObjectListByName(feats); for (Ability aFeat : feats) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eddyanthony@us...> - 2008-03-30 04:13:52
|
Revision: 5752 http://pcgen.svn.sourceforge.net/pcgen/?rev=5752&view=rev Author: eddyanthony Date: 2008-03-29 21:13:57 -0700 (Sat, 29 Mar 2008) Log Message: ----------- [ 1929157 ] [Beta] Full data load testing, PREDIETY syntax update and other fixes Modified Paths: -------------- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_phb.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_prestige.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_domains.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats_hidden.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_spells.lst Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/players_guide_to_arcanis.pcc Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Fri Mar 28 22:43:24 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 @@ -9,7 +9,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Bearer of Woe HD:8 TYPE:Base.PC ABB:HCA MAXLEVEL:20 SOURCEPAGE:pg. 73 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Prohibited Race -CLASS:Bearer of Woe PREALIGN:LG PREDEITY:Anshar !PRERACE:1,Elorii,Dwarf,Ss'ressen +CLASS:Bearer of Woe PREALIGN:LG PREDEITY:1,Anshar !PRERACE:1,Elorii,Dwarf,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Bearer of Woe STARTSKILLPTS:4 CSKILL:Balance|Climb|Concentration|TYPE.Craft|Diplomacy|Escape Artist|Hide|Jump|Knowledge (Arcana)|TYPE.Religion|Knowledge (Geography)|Listen|Move Silently|TYPE.Perform|TYPE.Profession|Sense Motive|Spot|Swim|Tumble # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -45,8 +45,8 @@ # Class Name Product Identity? Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Beltinian Hospitaler NAMEISPI:YES HD:8 TYPE:Base.PC ABB:HCBlt MAXLEVEL:20 SOURCEPAGE:pg. 79 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required AL Required Deity Prohibited Race -CLASS:Beltinian Hospitaler PREALIGN:LN PREDEITY:Beltine !PRERACE:1,Elorii,Dwarf,Ss'ressen +# Class Name Required AL Required Deity Prohibited Race +CLASS:Beltinian Hospitaler PREALIGN:LN PREDEITY:1,Beltine !PRERACE:1,Elorii,Dwarf,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Beltinian Hospitaler STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -87,7 +87,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Deathbringer HD:10 TYPE:Base.PC ABB:HCNrt MAXLEVEL:20 SOURCEPAGE:pg. 98 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Prohibited Race -CLASS:Deathbringer PREALIGN:LG PREDEITY:Neroth !PRERACE:1,Elorii,Ss'ressen +CLASS:Deathbringer PREALIGN:LG PREDEITY:1,Neroth !PRERACE:1,Elorii,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Deathbringer STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Intimidate|TYPE.Religion|TYPE.Profession|Ride|Sense Motive # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -123,8 +123,8 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Fatespinner HD:10 TYPE:Base.PC ABB:HCL MAXLEVEL:20 SOURCEPAGE:pg. 95 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required AL Required Deity Multiple Requirements -CLASS:Fatespinner PREALIGN:CG,CN,CE PREDEITY:Larissa PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2,[PRERACE:1,Dwarf],[PRETEMPLATE:1,Tultipetan]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] +# Class Name Required AL Required Deity Multiple Requirements +CLASS:Fatespinner PREALIGN:CG,CN,CE PREDEITY:1,Larissa PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2,[PRERACE:1,Dwarf],[PRETEMPLATE:1,Tultipetan]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] # Class Name Skill Pts/Lvl Class Skill CLASS:Fatespinner STARTSKILLPTS:2 CSKILL:Bluff|Concentration|TYPE.Craft|Diplomacy|Gather Information|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|Listen|TYPE.Profession|Ride|Spot|Sense Motive # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -163,7 +163,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Harbinger of the Dawn HD:10 TYPE:Base.PC ABB:HCIlr MAXLEVEL:20 SOURCEPAGE:pg. 93 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Multiple Requirements -CLASS:Harbinger of the Dawn PREALIGN:LG,LN,LE PREDEITY:Saluwe PREMULT:1,[PRERACE:1,Val,Human],[PREMULT:2,[PRERACE:1,Dwarf],[PREREGION:Solanos Mor]] +CLASS:Harbinger of the Dawn PREALIGN:LG,LN,LE PREDEITY:1,Saluwe PREMULT:1,[PRERACE:1,Val,Human],[PREMULT:2,[PRERACE:1,Dwarf],[PREREGION:Solanos Mor]] # Class Name Skill Pts/Lvl Class Skill CLASS:Harbinger of the Dawn STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -243,7 +243,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Knight of the Twelve Oaks HD:10 TYPE:Base.PC ABB:HCBls MAXLEVEL:20 SOURCEPAGE:pg. 77 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Reflex,BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Required Race -CLASS:Knight of the Twelve Oaks PREALIGN:LG,NG,CG PREDEITY:Belisarda PRERACE:1,Elorii +CLASS:Knight of the Twelve Oaks PREALIGN:LG,NG,CG PREDEITY:1,Belisarda PRERACE:1,Elorii # Class Name Skill Pts/Lvl Class Skill CLASS:Knight of the Twelve Oaks STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Intimidate|Knowledge (Nature)|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -284,7 +284,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Order of the Inner Demon HD:10 TYPE:Base.PC ABB:HCSrs MAXLEVEL:20 SOURCEPAGE:pg. 106 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Multiple Requirements -CLASS:Order of the Inner Demon PREALIGN:LG PREDEITY:Sarish PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2,[PRERACE:1,Dwarf],[PRETEMPLATE:1,Encalan]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] +CLASS:Order of the Inner Demon PREALIGN:LG PREDEITY:1,Sarish PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2,[PRERACE:1,Dwarf],[PRETEMPLATE:1,Encalan]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] # Class Name Skill Pts/Lvl Class Skill CLASS:Order of the Inner Demon STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (The Planes)|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -353,8 +353,8 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Philosophic Warrior HD:8 TYPE:Base.PC ABB:HCAlt MAXLEVEL:20 SOURCEPAGE:pg. 71 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required AL Required Deity Prohibited Race -CLASS:Philosophic Warrior PREALIGN:LG,LN,LE PREDEITY:Althares !PRERACE:1,Elorii,Dwarf,Ss'ressen +# Class Name Required AL Required Deity Prohibited Race +CLASS:Philosophic Warrior PREALIGN:LG,LN,LE PREDEITY:1,Althares !PRERACE:1,Elorii,Dwarf,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Philosophic Warrior STARTSKILLPTS:6 CSKILL:Climb|Concentration|TYPE.Craft|Examine Martial Technique|Handle Animal|Heal|Hide|Jump|TYPE.Knowledge|Listen|Move Silently|TYPE.Profession|Ride|Search|Spot|Survival|Swim|Use Rope # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -380,7 +380,7 @@ 13 CAST:0,1,1,1 14 CAST:0,2,1,1,0 SAB:Insight of Althares (Ex) 15 CAST:0,2,1,1,1 -16 CAST:0,2,2,1,1 SAB:Tools of the Trade (Ex) VFEAT:Exotic Armor Proficiency(Lorica Segmentata)|Exotic Armor Proficiency(Andrean Plate)|Exotic Armor Proficiency(Milandisian Cuirass) AUTO:WEAPONPROF|TYPE.Exotic +16 CAST:0,2,2,1,1 VFEAT:Exotic Armor Proficiency(Lorica Segmentata)|Exotic Armor Proficiency(Andrean Plate)|Exotic Armor Proficiency(Milandisian Cuirass) AUTO:FEAT|Tools of the Trade 17 CAST:0,2,2,2,1 18 CAST:0,3,2,2,1 SAB:Steel Mind (Ex) 19 CAST:0,3,3,3,2 @@ -395,59 +395,59 @@ # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels CLASS:Priest SPELLSTAT:WIS SPELLTYPE:Divine KNOWNSPELLS:LEVEL=0|LEVEL=1|LEVEL=2|LEVEL=3|LEVEL=4|LEVEL=5|LEVEL=6|LEVEL=7|LEVEL=8|LEVEL=9 # -SUBCLASS:Priest of Althares PREDEITY:Althares +SUBCLASS:Priest of Althares PREDEITY:1,Althares SUBCLASSLEVEL:1 SAB:Right to Carry BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility VFEAT:Exotic Weapon Proficiency(Altherian Flintlock (Pistol)) AUTO:WEAPONPROF|Warhammer -SUBCLASSLEVEL:5 BONUS:VAR|AgesKnowledgeLevel|CL/2|PREDEITY:Althares BONUS:VAR|AgesKnowledge|AgesKnowledgeLevel|PREDEITY:Althares DEFINE:AgesKnowledgeLevel|0 ADD:FEAT|1|Knowledge of the Ages -SUBCLASS:Priest of Anshar PREDEITY:Anshar +SUBCLASSLEVEL:5 BONUS:VAR|AgesKnowledgeLevel|CL/2|PREDEITY:1,Althares BONUS:VAR|AgesKnowledge|AgesKnowledgeLevel|PREDEITY:1,Althares DEFINE:AgesKnowledgeLevel|0 ADD:FEAT|1|Knowledge of the Ages +SUBCLASS:Priest of Anshar PREDEITY:1,Anshar SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility VFEAT:Improved Unarmed Strike SUBCLASSLEVEL:3 VFEAT:Endurance SUBCLASSLEVEL:9 VFEAT:Diehard -SUBCLASS:Priest of Belisarda PREDEITY:Belisarda CSKILL:Knowledge (Geography)|Knowledge (Nature)|Survival +SUBCLASS:Priest of Belisarda PREDEITY:1,Belisarda CSKILL:Knowledge (Geography)|Knowledge (Nature)|Survival SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:WEAPONPROF|Longbow -SUBCLASS:Priest of Beltine PREDEITY:Beltine +SUBCLASS:Priest of Beltine PREDEITY:1,Beltine SUBCLASSLEVEL:1 ADD:FEAT|1|TYPE=TurnNerothGood ADD:FEAT|1|TYPE=TurnBeltineGood AUTO:WEAPONPROF|Quarterstaff -SUBCLASS:Priest of Cadic PREDEITY:Cadic CSKILL:Hide|Move Silently|TYPE.Perform|Sleight of Hand|Tumble +SUBCLASS:Priest of Cadic PREDEITY:1,Cadic CSKILL:Hide|Move Silently|TYPE.Perform|Sleight of Hand|Tumble SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnCadicGood VFEAT:Martial Weapon Proficiency(Crossbow (Hand)) AUTO:WEAPONPROF|Sword (Short) SUBCLASSLEVEL:5 BONUS:VAR|UncannyDodgeFlankingLevel|CL|TYPE=EachClass.REPLACE BONUS:VAR|UncannyDodgeLevel|1 TEMPLATE:Uncanny Dodge -SUBCLASS:Priest of Hurrian PREDEITY:Hurrian CSKILL:Survival +SUBCLASS:Priest of Hurrian PREDEITY:1,Hurrian CSKILL:Survival SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:WEAPONPROF|Longsword -SUBCLASS:Priest of Illir PREDEITY:Illir +SUBCLASS:Priest of Illir PREDEITY:1,Illir SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnIllirGood VFEAT:Gladius Exotic Weapon Proficiency AUTO:WEAPONPROF|Gladius SUBCLASSLEVEL:5 SAB:Fearless (Ex) -SUBCLASS:Priest of the Fire Dragon PREDEITY:Fire Dragon CSKILL:Survival +SUBCLASS:Priest of the Fire Dragon PREDEITY:1,Fire Dragon CSKILL:Survival SUBCLASSLEVEL:1 SAB:Ignore detrimental effects from natural heat between 80-150 degrees F. BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:WEAPONPROF|Flail (Heavy) -SUBCLASS:Priest of Larissa PREDEITY:Larissa CSKILL:TYPE.Perform|Tumble +SUBCLASS:Priest of Larissa PREDEITY:1,Larissa CSKILL:TYPE.Perform|Tumble SUBCLASSLEVEL:1 DOMAIN:Divination|Pleasure BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility BONUS:DOMAIN|NUMBER|1 VFEAT:Exotic Weapon Proficiency(Whip) AUTO:FEAT|Simple Weapon Proficiency AUTO:WEAPONPROF|Rapier SUBCLASSLEVEL:3 BONUS:COMBAT|AC|max(CHA,0)|PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0 -SUBCLASS:Priest of Neroth PREDEITY:Neroth +SUBCLASS:Priest of Neroth PREDEITY:1,Neroth SUBCLASSLEVEL:1 ADD:FEAT|1|TYPE=TurnNerothGood ADD:FEAT|1|TYPE=TurnBeltineGood AUTO:WEAPONPROF|Scythe -SUBCLASS:Priest of Nier PREDEITY:Nier +SUBCLASS:Priest of Nier PREDEITY:1,Nier SUBCLASSLEVEL:1 SAB:+1 per die of damage on spells cast with the fire descriptor. SAB:When turning undead, the Priest of Nier must destroy the undead or nothing happens. BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:WEAPONPROF|Greatsword -SUBCLASS:Priest of Saluwe PREDEITY:Saluwe +SUBCLASS:Priest of Saluwe PREDEITY:1,Saluwe SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:WEAPONPROF|Spear SUBCLASSLEVEL:3 SAB:Wild Empathy (Ex) AUTO:FEAT|Track SUBCLASSLEVEL:4 BONUS:VAR|CompLevel|CL AUTO:FEAT|Animal Companion -SUBCLASS:Priest of Sarish PREDEITY:Sarish +SUBCLASS:Priest of Sarish PREDEITY:1,Sarish SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:EQUIP|1|Dagger (Sarishan Steel) AUTO:WEAPONPROF|Dagger LANGAUTO:Infernal SUBCLASSLEVEL:3 AUTO:FEAT|Magical Aptitude SUBCLASSLEVEL:10 SAB:Mark of My Brother -SUBCLASS:Priest of Yarris PREDEITY:Yarris CSKILL:Knowledge (Nature)|Survival|Swim +SUBCLASS:Priest of Yarris PREDEITY:1,Yarris CSKILL:Knowledge (Nature)|Survival|Swim SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnYarrisGood AUTO:WEAPONPROF|Trident SUBCLASSLEVEL:2 SAB:Effected by Endure Elements when within 1 mile of any large body of water. SUBCLASSLEVEL:3 SAB:Wild Empathy (Ex) (Water Only) BONUS:SKILL|Profession (Navigator),Survival,Swim|2 ###Block: Basic Turn Undead 1 BONUS:VAR|TurnTimesBase|3+CHA|TYPE=NoStack DEFINE:AllowImprovedTurning|1 DEFINE:AllowExtraTurning|1 DEFINE:TurnLevelSpecial|0 ABILITY:Special Ability|AUTOMATIC|Basic Turning -1 BONUS:VAR|TurnLevelBase|CL-3|PREDEITY:Althares,Cadic,Fire Dragon,Larissa,Sarish -1 BONUS:VAR|TurnLevelBase|CL-2|PREDEITY:Hurrian,Yarris -1 BONUS:VAR|TurnLevelBase|CL-1|PREDEITY:Anshar,Illir,Saluwe -1 BONUS:VAR|TurnLevelBase|CL|PREDEITY:Belisarda,Nier -1 BONUS:VAR|TurnLevelBase|CL+2|PREDEITY:Beltine,Neroth +1 BONUS:VAR|TurnLevelBase|CL-3|PREDEITY:1,Althares,Cadic,Fire Dragon,Larissa,Sarish +1 BONUS:VAR|TurnLevelBase|CL-2|PREDEITY:1,Hurrian,Yarris +1 BONUS:VAR|TurnLevelBase|CL-1|PREDEITY:1,Anshar,Illir,Saluwe +1 BONUS:VAR|TurnLevelBase|CL|PREDEITY:1,Belisarda,Nier +1 BONUS:VAR|TurnLevelBase|CL+2|PREDEITY:1,Beltine,Neroth 1 BONUS:VAR|TurnDamagePlusBase|CL 1 BONUS:VAR|TurnCheckBase|CHA|TYPE=NoStack -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase-2|PREDEITY:Beltine,Neroth -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+1|PREDEITY:Illir -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+3|PREDEITY:Yarris -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase|PREDEITY:Cadic +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase-2|PREDEITY:1,Beltine,Neroth +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+1|PREDEITY:1,Illir +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+3|PREDEITY:1,Yarris +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase|PREDEITY:1,Cadic ###Block: Channeling Stuff 1 BONUS:VAR|ChannelTimesBase|3+CHA|TYPE=NoStack ADD:FEAT|1|TYPE=Channeling AUTO:FEAT|Basic Channeling 1 BONUS:VAR|ChannelLevelBase|CL @@ -480,7 +480,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Sea Lord HD:8 TYPE:Base.PC ABB:HCY MAXLEVEL:20 SOURCEPAGE:pg. 111 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Prohibited Race -CLASS:Sea Lord PREALIGN:LG,NG,CG PREDEITY:Yarris !PRERACE:1,Elorii,Dwarf,Ss'ressen +CLASS:Sea Lord PREALIGN:LG,NG,CG PREDEITY:1,Yarris !PRERACE:1,Elorii,Dwarf,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Sea Lord STARTSKILLPTS:6 CSKILL:Climb|Concentration|TYPE.Craft|Handle Animal|Heal|Hide|Jump|Knowledge (Geography)|TYPE.Local|Knowledge (Nature)|Listen|Move Silently|TYPE.Sea|Ride|Search|Spot|Survival|Swim|Use Rope # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -517,7 +517,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Sentinel of the Blazing Wyrm HD:10 TYPE:Base.PC ABB:HCFD MAXLEVEL:20 SOURCEPAGE:pg. 86 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Required Race -CLASS:Sentinel of the Blazing Wyrm PREALIGN:LG,LN PREDEITY:Fire Dragon PRERACE:1,Ss'ressen +CLASS:Sentinel of the Blazing Wyrm PREALIGN:LG,LN PREDEITY:1,Fire Dragon PRERACE:1,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Sentinel of the Blazing Wyrm STARTSKILLPTS:2 CSKILL:Balance|Climb|TYPE.Craft|Diplomacy|Handle Animal|Heal|Jump|Knowledge (Nature:Ss'ressen)|Knowledge (Geography:Ssethregore)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Swim # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -553,8 +553,8 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Storm Lord HD:10 TYPE:Base.PC ABB:HCHrr MAXLEVEL:20 SOURCEPAGE:pg. 89 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required AL Required Deity Multiple Requirements -CLASS:Storm Lord PREALIGN:LG,NG,CG PREDEITY:Hurrian PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2[PRERACE:Dwarf],[PRETEMPLATE:1,Tir Betoqi]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] +# Class Name Required AL Required Deity Multiple Requirements +CLASS:Storm Lord PREALIGN:LG,NG,CG PREDEITY:1,Hurrian PREMULT:1,[PRERACE:1,Val],[PRERACE:1,Human],[PREMULT:2[PRERACE:Dwarf],[PRETEMPLATE:1,Tir Betoqi]],[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin],[PRERACE:1,Gnome] # Class Name Skill Pts/Lvl Class Skill CLASS:Storm Lord STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Jump|Knowledge (Nature)|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -591,7 +591,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Twilight Warrior HD:8 TYPE:Base.PC ABB:HCCdc MAXLEVEL:20 SOURCEPAGE:pg. 83 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Prohibited Race -CLASS:Twilight Warrior PREALIGN:LN PREDEITY:Cadic !PRERACE:1,Elorii,Dwarf,Ss'ressen +CLASS:Twilight Warrior PREALIGN:LN PREDEITY:1,Cadic !PRERACE:1,Elorii,Dwarf,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Twilight Warrior STARTSKILLPTS:6 CSKILL:Balance|Bluff|Climb|Diplomacy|Disable Device|Disguise|Escape Artist|Gather Information|Hide|Intimidate|Jump|TYPE.Religion|TYPE.Local|Listen|Move Silently|Open Lock|TYPE.Perform|TYPE.Profession|Search|Sense Motive|Sleight of Hand|Spot|Swim|Tumble|Use Rope # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level @@ -630,7 +630,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Automatic Languages Save checks bonus Combat bonus CLASS:Verdant Champion HD:10 TYPE:Base.PC ABB:HCSlw MAXLEVEL:20 SOURCEPAGE:pg. 98 LANGAUTO:Literacy BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE # Class Name Required AL Required Deity Prohibited Race -CLASS:Verdant Champion PREALIGN:LN PREDEITY:Saluwe !PRERACE:1,Elorii,Dwarf,Ss'ressen +CLASS:Verdant Champion PREALIGN:LN PREDEITY:1,Saluwe !PRERACE:1,Elorii,Dwarf,Ss'ressen # Class Name Skill Pts/Lvl Class Skill CLASS:Verdant Champion STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Intimidate|Knowledge (Nature)|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_phb.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_phb.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_phb.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,11 +1,11 @@ -# CVS $Revision$ $Author$ -- Fri Mar 28 22:43:24 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 # Class Name Automaticaly Gained Weapon Prof. CLASS:Druid.MOD AUTO:WEAPONPROF|Longbow|Shortbow|Terbutje|Khopesh # Class Name Required Deity -CLASS:Druid.MOD PREDEITY:Saluwe,Yarris,Belisarda,Fire Dragon +CLASS:Druid.MOD PREDEITY:1,Saluwe,Yarris,Belisarda,Fire Dragon # Class Name CLASS:Aristocrat.MOD @@ -20,59 +20,59 @@ # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Caster level CLASS:Cleric SPELLSTAT:WIS SPELLTYPE:Divine KNOWNSPELLS:LEVEL=0|LEVEL=1|LEVEL=2|LEVEL=3|LEVEL=4|LEVEL=5|LEVEL=6|LEVEL=7|LEVEL=8|LEVEL=9 BONUS:CASTERLEVEL|Cleric|CL # -SUBCLASS:Cleric of Althares PREDEITY:Althares CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 SAB:Right to Carry BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility VFEAT:Exotic Weapon Proficiency(Altherian Flintlock (Pistol)) AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) -SUBCLASSLEVEL:5 BONUS:VAR|AgesKnowledgeLevel|floor(CL/2)|PREDEITY:Althares BONUS:VAR|AgesKnowledge|AgesKnowledgeLevel|PREDEITY:Althares DEFINE:AgesKnowledgeLevel|0 ADD:FEAT|1|Knowledge of the Ages -SUBCLASS:Cleric of Anshar PREDEITY:Anshar CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility VFEAT:Improved Unarmed Strike AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium) -SUBCLASSLEVEL:3 VFEAT:Endurance -SUBCLASSLEVEL:9 VFEAT:Dieheard -SUBCLASS:Cleric of Belisarda PREDEITY:Belisarda CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Knowledge (Geography)|Knowledge (Nature)|Survival -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Shield Proficiency AUTO:FEAT|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:FEAT|Simple Weapon Proficiency -SUBCLASS:Cleric of Beltine PREDEITY:Beltine CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 ADD:FEAT|1|TYPE=TurnNerothGood ADD:FEAT|1|TYPE=TurnBeltineGood AUTO:FEAT|Shield Proficiency AUTO:FEAT|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:FEAT|Simple Weapon Proficiency -SUBCLASS:Cleric of Cadic PREDEITY:Cadic CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Hide|Move Silently|TYPE.Perform|Sleight of Hand|Tumble -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnCadicGood VFEAT:Martial Weapon Proficiency(Crossbow (Hand)) AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light) AUTO:WEAPONPROF|Rapier|Sword (Short)|Shortbow -SUBCLASSLEVEL:5 BONUS:VAR|UncannyDodgeFlankingLevel|CL|TYPE=EachClass.REPLACE BONUS:VAR|UncannyDodgeLevel|1 TEMPLATE:Uncanny Dodge -SUBCLASS:Cleric of Hurrian PREDEITY:Hurrian CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Survival -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Longsword -SUBCLASS:Cleric of Illir PREDEITY:Illir CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnIllirGood VFEAT:Gladius Exotic Weapon Proficiency AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) +SUBCLASS:Cleric of Althares PREDEITY:1,Althares CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 SAB:Right to Carry BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility VFEAT:Exotic Weapon Proficiency(Altherian Flintlock (Pistol)) AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) +SUBCLASSLEVEL:5 BONUS:VAR|AgesKnowledgeLevel|floor(CL/2)|PREDEITY:1,Althares BONUS:VAR|AgesKnowledge|AgesKnowledgeLevel|PREDEITY:1,Althares DEFINE:AgesKnowledgeLevel|0 ADD:FEAT|1|Knowledge of the Ages +SUBCLASS:Cleric of Anshar PREDEITY:1,Anshar CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility VFEAT:Improved Unarmed Strike AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium) +SUBCLASSLEVEL:3 VFEAT:Endurance +SUBCLASSLEVEL:9 VFEAT:Dieheard +SUBCLASS:Cleric of Belisarda PREDEITY:1,Belisarda CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Knowledge (Geography)|Knowledge (Nature)|Survival +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Shield Proficiency AUTO:FEAT|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:FEAT|Simple Weapon Proficiency +SUBCLASS:Cleric of Beltine PREDEITY:1,Beltine CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 ADD:FEAT|1|TYPE=TurnNerothGood ADD:FEAT|1|TYPE=TurnBeltineGood AUTO:FEAT|Shield Proficiency AUTO:FEAT|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:FEAT|Simple Weapon Proficiency +SUBCLASS:Cleric of Cadic PREDEITY:1,Cadic CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Hide|Move Silently|TYPE.Perform|Sleight of Hand|Tumble +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnCadicGood VFEAT:Martial Weapon Proficiency(Crossbow (Hand)) AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light) AUTO:WEAPONPROF|Rapier|Sword (Short)|Shortbow +SUBCLASSLEVEL:5 BONUS:VAR|UncannyDodgeFlankingLevel|CL|TYPE=EachClass.REPLACE BONUS:VAR|UncannyDodgeLevel|1 TEMPLATE:Uncanny Dodge +SUBCLASS:Cleric of Hurrian PREDEITY:1,Hurrian CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Survival +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Longsword +SUBCLASS:Cleric of Illir PREDEITY:1,Illir CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnIllirGood VFEAT:Gladius Exotic Weapon Proficiency AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) SUBCLASSLEVEL:5 SAB:Fearless (Ex) -SUBCLASS:Cleric of the Fire Dragon PREDEITY:Fire Dragon CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Survival -SUBCLASSLEVEL:1 SAB:Ignore detrimental effects from natural heat between 80-150 degrees F. BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Flail (Heavy) -SUBCLASS:Cleric of Larissa PREDEITY:Larissa CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|TYPE.Perform|Tumble -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility BONUS:DOMAIN|NUMBER|1 AUTO:FEAT|Simple Weapon Proficiency AUTO:WEAPONPROF|Rapier|TYPE.Whip -SUBCLASSLEVEL:3 BONUS:COMBAT|AC|max(CHA,0)|PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0 -SUBCLASS:Cleric of Neroth PREDEITY:Neroth CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 ADD:FEAT|1|TYPE=TurnNerothGood ADD:FEAT|1|TYPE=TurnBeltineGood AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Scythe -SUBCLASS:Cleric of Nier PREDEITY:Nier CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 SAB:+1 per die of damage on spells cast with the fire descriptor. SAB:When turning undead, the Cleric of Nier must destroy the undead or nothing happens. BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Greatsword -SUBCLASS:Cleric of Saluwe PREDEITY:Saluwe CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium) AUTO:WEAPONPROF|Club|Dagger|Dart|Khopesh|Longbow|Quarterstaff|Scimitar|Sickle|Shortbow|Shortspear|Sling|Terbutje|Halfspear|Spear -SUBCLASSLEVEL:3 SAB:Wild Empathy (Ex) AUTO:FEAT|Track -SUBCLASSLEVEL:4 BONUS:VAR|CompLevel|CL AUTO:FEAT|Animal Companion -SUBCLASS:Cleric of Sarish PREDEITY:Sarish CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:LANGUAGE|1|TYPE=Infernal ADD:EQUIP|1|Dagger (Sarishan Steel) AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:FEAT|Rebuke Undead -SUBCLASSLEVEL:3 AUTO:FEAT|Magical Aptitude +SUBCLASS:Cleric of the Fire Dragon PREDEITY:1,Fire Dragon CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|Survival +SUBCLASSLEVEL:1 SAB:Ignore detrimental effects from natural heat between 80-150 degrees F. BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Flail (Heavy) +SUBCLASS:Cleric of Larissa PREDEITY:1,Larissa CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft|TYPE.Perform|Tumble +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility BONUS:DOMAIN|NUMBER|1 AUTO:FEAT|Simple Weapon Proficiency AUTO:WEAPONPROF|Rapier|TYPE.Whip +SUBCLASSLEVEL:3 BONUS:COMBAT|AC|max(CHA,0)|PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0 +SUBCLASS:Cleric of Neroth PREDEITY:1,Neroth CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 ADD:FEAT|1|TYPE=TurnNerothGood ADD:FEAT|1|TYPE=TurnBeltineGood AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Scythe +SUBCLASS:Cleric of Nier PREDEITY:1,Nier CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 SAB:+1 per die of damage on spells cast with the fire descriptor. SAB:When turning undead, the Cleric of Nier must destroy the undead or nothing happens. BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) AUTO:WEAPONPROF|Greatsword +SUBCLASS:Cleric of Saluwe PREDEITY:1,Saluwe CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility AUTO:FEAT|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium) AUTO:WEAPONPROF|Club|Dagger|Dart|Khopesh|Longbow|Quarterstaff|Scimitar|Sickle|Shortbow|Shortspear|Sling|Terbutje|Halfspear|Spear +SUBCLASSLEVEL:3 SAB:Wild Empathy (Ex) AUTO:FEAT|Track +SUBCLASSLEVEL:4 BONUS:VAR|CompLevel|CL AUTO:FEAT|Animal Companion +SUBCLASS:Cleric of Sarish PREDEITY:1,Sarish CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|TYPE.Religion|Knowledge (The Planes)|TYPE.Profession|Spellcraft +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:LANGUAGE|1|TYPE=Infernal ADD:EQUIP|1|Dagger (Sarishan Steel) AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy) ABILITY:Special Ability|AUTOMATIC|Rebuke Undead +SUBCLASSLEVEL:3 AUTO:FEAT|Magical Aptitude SUBCLASSLEVEL:10 SAB:Mark of My Brother -SUBCLASS:Cleric of Yarris PREDEITY:Yarris CSKILL:Knowledge (Nature)|Survival|Swim -SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnYarrisGood AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light) AUTO:WEAPONPROF|Trident +SUBCLASS:Cleric of Yarris PREDEITY:1,Yarris CSKILL:Knowledge (Nature)|Survival|Swim +SUBCLASSLEVEL:1 BONUS:ABILITYPOOL|Turn Undead|1|TYPE=ClassAbility ADD:FEAT|1|TYPE=TurnYarrisGood AUTO:FEAT|Simple Weapon Proficiency|Shield Proficiency|Armor Proficiency (Light) AUTO:WEAPONPROF|Trident SUBCLASSLEVEL:2 SAB:Effected by Endure Elements when within 1 mile of any large body of water. -SUBCLASSLEVEL:3 SAB:Wild Empathy (Ex) (Water Only) BONUS:SKILL|Profession (Navigator),Survival,Swim|2 +SUBCLASSLEVEL:3 SAB:Wild Empathy (Ex) (Water Only) BONUS:SKILL|Profession (Navigator),Survival,Swim|2 ###Block: Basic Turn Undead 1 BONUS:VAR|TurnTimesBase|3+CHA|TYPE=NoStack DEFINE:AllowImprovedTurning|1 DEFINE:AllowExtraTurning|1 DEFINE:TurnLevelSpecial|0 ABILITY:Special Ability|AUTOMATIC|Basic Turning -1 BONUS:VAR|TurnLevelBase|CL-3|PREDEITY:Althares,Cadic,Fire Dragon,Larissa,Sarish -1 BONUS:VAR|TurnLevelBase|CL-2|PREDEITY:Hurrian,Yarris -1 BONUS:VAR|TurnLevelBase|CL-1|PREDEITY:Anshar,Illir,Saluwe -1 BONUS:VAR|TurnLevelBase|CL|PREDEITY:Belisarda,Nier -1 BONUS:VAR|TurnLevelBase|CL+2|PREDEITY:Beltine,Neroth +1 BONUS:VAR|TurnLevelBase|CL-3|PREDEITY:1,Althares,Cadic,Fire Dragon,Larissa,Sarish +1 BONUS:VAR|TurnLevelBase|CL-2|PREDEITY:1,Hurrian,Yarris +1 BONUS:VAR|TurnLevelBase|CL-1|PREDEITY:1,Anshar,Illir,Saluwe +1 BONUS:VAR|TurnLevelBase|CL|PREDEITY:1,Belisarda,Nier +1 BONUS:VAR|TurnLevelBase|CL+2|PREDEITY:1,Beltine,Neroth 1 BONUS:VAR|TurnDamagePlusBase|CL 1 BONUS:VAR|TurnCheckBase|CHA|TYPE=NoStack -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase-2|PREDEITY:Beltine,Neroth -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+1|PREDEITY:Illir -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+3|PREDEITY:Yarris -1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase|PREDEITY:Cadic +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase-2|PREDEITY:1,Beltine,Neroth +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+1|PREDEITY:1,Illir +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase+3|PREDEITY:1,Yarris +1 BONUS:VAR|TurnLevelSpecial|TurnLevelBase|PREDEITY:1,Cadic ###Block: Channeling Stuff 1 BONUS:VAR|ChannelTimesBase|3+CHA|TYPE=NoStack ADD:FEAT|1|TYPE=Channeling AUTO:FEAT|Basic Channeling 1 BONUS:VAR|ChannelLevelBase|CL @@ -167,7 +167,7 @@ SUBCLASSLEVEL:2 ADD:VFEAT|1|Deflect Arrows,Mobility SUBCLASSLEVEL:3 ADD:VFEAT|1|Master of the Tops SUBCLASSLEVEL:6 ADD:VFEAT|1|Hero's Heart,Improved Disarm -SUBCLASS:Order of the Perfect Union COST:0 PREDEITY:Illir CSKILL:Balance|Climb|Concentration|TYPE.Craft|Diplomacy|Escape Artist|Hide|Jump|Knowledge (Arcana)|TYPE.Religion|Listen|Move Silently|TYPE.Profession|Sense Motive|Spot|Swim|Tumble|TYPE.Perform +SUBCLASS:Order of the Perfect Union COST:0 PREDEITY:1,Illir CSKILL:Balance|Climb|Concentration|TYPE.Craft|Diplomacy|Escape Artist|Hide|Jump|Knowledge (Arcana)|TYPE.Religion|Listen|Move Silently|TYPE.Profession|Sense Motive|Spot|Swim|Tumble|TYPE.Perform SUBCLASSLEVEL:1 ADD:VFEAT|1|Unfazed,Stunning Fist AUTO:WEAPONPROF|Club|Crossbow (Light)|Crossbow (Heavy)|Dagger|Handaxe|Javelin|Kama|Nunchaku|Quarterstaff|Sai|Shuriken|Siangham|Sling SUBCLASSLEVEL:2 ADD:VFEAT|1|Callous,Combat Reflexes SUBCLASSLEVEL:5 SAB:Immune to all types of fear, and mind-affecting compulsions and spells or spell-like abilities of third level or less. SAB:Suffer an extra +1d6 damage when struck by an Abomination or Undead. @@ -209,26 +209,26 @@ # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels Craft Level Mult. Caster level CLASS:Paladin SPELLSTAT:WIS SPELLTYPE:Divine KNOWNSPELLS:LEVEL=0|LEVEL=1|LEVEL=2|LEVEL=3|LEVEL=4 ITEMCREATE:0.5 BONUS:CASTERLEVEL|Paladin|CL/2|PRECLASS:1,Paladin=4 # -SUBCLASS:Paladin of Althares PREDEITY:Althares CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive +SUBCLASS:Paladin of Althares PREDEITY:1,Althares CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive SUBCLASSLEVEL:1 SAB:May multiclass with Philosophic Warrior (Holy Champion of Althares). BONUS:VAR|BardicKnowledgeLevel|CL BONUS:VAR|BardicKnowledge|BardicKnowledgeLevel DEFINE:BardicKnowledgeLevel|0 ADD:LANGUAGE|1|TYPE=Imperial ADD:EQUIP|1|Altherian Flintlock (Pistol),Altherian Flintlock (Rifle) ADD:EQUIP|1|Blastpowder (10) AUTO:FEAT|Exotic Weapon Proficiency(Altherian Flintlock (Pistol)|Exotic Weapon Proficiency(Altherian Flintlock (Rifle)) AUTO:FEAT|Bardic Knowledge|Special Mount SUBCLASSLEVEL:5 SAB:Turn Undead (Su) (Turn level %)|ChannelLevelAlthares BONUS:VAR|ChannelLevelAlthares|ChannelLevelUndead-1 DEFINE:ChannelLevelAlthares|0 -SUBCLASS:Paladin of Belisarda PREDEITY:Belisarda CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Knowledge (Nature)|Survival +SUBCLASS:Paladin of Belisarda PREDEITY:1,Belisarda CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Knowledge (Nature)|Survival SUBCLASSLEVEL:1 SAB:Wild Empathy (Ex) SUBCLASSLEVEL:4 SAB:Turn Undead (Su) (Turn level %)|ChannelLevelUndead -SUBCLASS:Paladin of Hurrian PREDEITY:Hurrian CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival +SUBCLASS:Paladin of Hurrian PREDEITY:1,Hurrian CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival SUBCLASSLEVEL:1 ADD:LANGUAGE|1|TYPE=Imperial AUTO:FEAT|Weapon Focus(Longsword) SUBCLASSLEVEL:5 SAB:Turn Undead (Su) (Turn level %)|ChannelLevelHurrian BONUS:VAR|ChannelLevelHurrian|ChannelLevelUndead-1 DEFINE:ChannelLevelHurrian|0 -SUBCLASS:Paladin of Illir PREDEITY:Illir CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive +SUBCLASS:Paladin of Illir PREDEITY:1,Illir CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive SUBCLASSLEVEL:1 ADD:LANGUAGE|1|TYPE=Imperial AUTO:FEAT|Weapon Focus(Gladius) SUBCLASSLEVEL:4 SAB:+2 on saving throws against Enchantment spells and abilities. SAB:May prepare and cast Light as a 1st level spell. SUBCLASSLEVEL:8 SAB:May prepare and cast Searing Light as a 2nd level spell. -SUBCLASS:Paladin of Nier PREDEITY:Nier CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive +SUBCLASS:Paladin of Nier PREDEITY:1,Nier CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive SUBCLASSLEVEL:1 ADD:LANGUAGE|1|TYPE=Imperial AUTO:FEAT|Weapon Focus(Greatsword) SUBCLASSLEVEL:5 SAB:Turn Undead (Su) (Turn level %)|ChannelLevelNier BONUS:VAR|ChannelLevelNier|ChannelLevelUndead-1 DEFINE:ChannelLevelNier|0 -SUBCLASS:Paladin of Sarish PREDEITY:Sarish CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive +SUBCLASS:Paladin of Sarish PREDEITY:1,Sarish CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive SUBCLASSLEVEL:1 SAB:You gain a Sarishan Steel weapon of your choice. ADD:LANGUAGE|2|TYPE=Imperial,TYPE=Infernal SUBCLASSLEVEL:6 SAB:Turn Undead (Su) (Turn level %)|ChannelLevelSarish BONUS:VAR|ChannelLevelSarish|ChannelLevelUndead-2 DEFINE:ChannelLevelSarish|0 -SUBCLASS:Paladin of the Fire Dragon PREDEITY:Fire Dragon PRETEMPLATE:1,Black Talon Male,Ashen Hide Male CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival +SUBCLASS:Paladin of the Fire Dragon PREDEITY:1,Fire Dragon PRETEMPLATE:1,Black Talon Male,Ashen Hide Male CSKILL:Concentration|TYPE.Craft|Diplomacy|Handle Animal|Heal|Knowledge (Nobility and Royalty)|TYPE.Religion|TYPE.Profession|Ride|Sense Motive|Survival SUBCLASSLEVEL:1 AUTO:FEAT|Weapon Focus(Flail (Heavy) SUBCLASSLEVEL:5 SAB:Turn Undead (Su) (Turn level %)|ChannelLevelFireDragon BONUS:VAR|ChannelLevelFireDragon|ChannelLevelUndead-1 DEFINE:ChannelLevelFireDragon|0 ###Block: Channeling Stuff Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_prestige.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_prestige.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_classes_prestige.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 @@ -11,7 +11,7 @@ CLASS:Eldritch Knight.MOD PRETEMPLATE:1,Hawk,Shield # Class Name Required Deity -CLASS:Thaumaturgist.MOD PREDEITY:Sarish +CLASS:Thaumaturgist.MOD PREDEITY:1,Sarish # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Hierophant HD:8 TYPE:PC.Prestige ABB:Hie MAXLEVEL:5 SOURCEPAGE:prestigeclasses.rtf BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL/2|TYPE=Base.REPLACE @@ -61,7 +61,7 @@ # Class Name Product Identity? Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Ansharan Gatekeeper NAMEISPI:YES HD:8 TYPE:PC.Prestige ABB:AGk MAXLEVEL:10 SOURCEPAGE:p.167 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE # Class Name Required Deity Required Feat Required Skill Req. Spell Type Required Text -CLASS:Ansharan Gatekeeper PREDEITY:Anshar PREFEAT:1,Endurance,Great Fortitude PREFEAT:1,Skill Focus(Knowledge (Arcana)),Skill Focus(TYPE.Religion),Skill Focus(Spellcraft) PRESKILL:1,TYPE.Religion=8 PRESKILL:1,Knowledge (Arcana)=6 PRESKILL:1,Spellcraft=10 PRESPELLTYPE:1,Arcane=2 PRETEXT:Must be able to activate a portal of Anshar. Must be attuned to at least 15 portals. +CLASS:Ansharan Gatekeeper PREDEITY:1,Anshar PREFEAT:1,Endurance,Great Fortitude PREFEAT:1,Skill Focus(Knowledge (Arcana)),Skill Focus(TYPE.Religion),Skill Focus(Spellcraft) PRESKILL:1,TYPE.Religion=8 PRESKILL:1,Knowledge (Arcana)=6 PRESKILL:1,Spellcraft=10 PRESPELLTYPE:1,Arcane=2 PRETEXT:Must be able to activate a portal of Anshar. Must be attuned to at least 15 portals. # Class Name Skill Pts/Lvl Class Skill CLASS:Ansharan Gatekeeper STARTSKILLPTS:4 CSKILL:Concentration|Diplomacy|Gather Information|Knowledge (Arcana)|Knowledge (Geography)|Knowledge (The Planes)|TYPE.Religion|Listen|Open Lock|TYPE.Profession|Search|Sense Motive|Spellcraft 1 SAB:Keen Eye (Ex)(+% bonus when searching for any kind of gateway)|CL ADD:SPELLCASTER|1|Divine @@ -94,8 +94,8 @@ # Class Name Product Identity? Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Beltinian Exorcist NAMEISPI:YES HD:8 TYPE:PC.Prestige ABB:BEx MAXLEVEL:10 SOURCEPAGE:p.171 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE -# Class Name Required AL Required Deity Required Feat Required Skill Req. Known Spell -CLASS:Beltinian Exorcist PREALIGN:LG,NG,CG PREDEITY:Beltine PREFEAT:2,Turn Undead,Extra Turning PRESKILL:3,Concentration,Knowledge (Arcana),Knowledge (Religion)=8 PRESPELL:2,Detect Undead,Dispel Evil +# Class Name Required AL Required Deity Required Feat Required Skill Req. Known Spell +CLASS:Beltinian Exorcist PREALIGN:LG,NG,CG PREDEITY:1,Beltine PREFEAT:2,Turn Undead,Extra Turning PRESKILL:3,Concentration,Knowledge (Arcana),Knowledge (Religion)=8 PRESPELL:2,Detect Undead,Dispel Evil # Class Name Skill Pts/Lvl Class Skill CLASS:Beltinian Exorcist STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|Knowledge (The Planes)|Knowledge (Religion)|TYPE.Profession|Ride|Search|Spellcraft 1 SAB:My Spirit is My Own (Su) BONUS:VAR|TurnLevelBase|CL @@ -367,8 +367,8 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Hurrianic Aegis HD:10 TYPE:PC.Prestige ABB:HAegs MAXLEVEL:10 SOURCEPAGE:p.190 BONUS:CHECKS|BASE.Fortitude|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required AL Required Check Base Required Deity Required Domain Required Feat Required Skill Req. Spell Type -CLASS:Hurrianic Aegis PREALIGN:LG,LN,NG,TN,CG,CN PRECHECKBASE:1,Fortitude=5 PREDEITY:Hurrian PREDOMAIN:2,Refuge,Protection PREFEAT:3,Diehard,Endurance,Domain Focus(Refuge) PRESKILL:2,Concentration,Knowledge (Religion:Hurrian)=6 PRESKILL:1,Spellcraft=4 PRESPELLTYPE:1,Divine=3 +# Class Name Required AL Required Check Base Required Deity Required Domain Required Feat Required Skill Req. Spell Type +CLASS:Hurrianic Aegis PREALIGN:LG,LN,NG,TN,CG,CN PRECHECKBASE:1,Fortitude=5 PREDEITY:1,Hurrian PREDOMAIN:2,Refuge,Protection PREFEAT:3,Diehard,Endurance,Domain Focus(Refuge) PRESKILL:2,Concentration,Knowledge (Religion:Hurrian)=6 PRESKILL:1,Spellcraft=4 PRESPELLTYPE:1,Divine=3 # Class Name Skill Pts/Lvl Class Skill CLASS:Hurrianic Aegis STARTSKILLPTS:2 CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Intimidate|Knowledge (Religion:Hurrian)|Knowledge (Nature)|TYPE.Profession|Sense Motive|Spellcraft|Survival 1 SAB:Hurrian's Shield (Su) BONUS:VAR|HurrianAC|1+(CL>=3)+(CL>=5)+(CL>=7)+(CL>=9) BONUS:COMBAT|AC|HurrianAC|TYPE=Deflection DEFINE:HurrianAC|0 AUTO:FEAT|Armor Proficiency (Light)|Armor Proficiency (Medium)|Armor Proficiency (Heavy)|Shield Proficiency|Tower Shield Proficiency @@ -384,8 +384,8 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Larissan Dancer HD:6 TYPE:PC.Prestige ABB:LDncr MAXLEVEL:10 SOURCEPAGE:p.192 BONUS:CHECKS|BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will,BASE.Fortitude|CL/3 BONUS:COMBAT|BAB|CL/2|TYPE=Base.REPLACE -# Class Name Required AL Required Feat Multiple Requirements Required Skill -CLASS:Larissan Dancer PREALIGN:NG,TN,NE,CG,CN,CE PREFEAT:3,Acrobatic,Agile,Skill Focus(Perform (Dance)) PREMULT:1,[PREDEITY:Larissa],[PREMULT:3,[PREDEITY:Cadic],[PRECLASS:1,Bard=1],[PRESKILL:1,Knowledge (Religion:Larissa)]] PRESKILL:2,Bluff,Diplomacy=6 PRESKILL:1,Perform (Dance)=10 +# Class Name Required AL Required Feat Multiple Requirements Required Skill +CLASS:Larissan Dancer PREALIGN:NG,TN,NE,CG,CN,CE PREFEAT:3,Acrobatic,Agile,Skill Focus(Perform (Dance)) PREMULT:1,[PREDEITY:1,Larissa],[PREMULT:3,[PREDEITY:1,Cadic],[PRECLASS:1,Bard=1],[PRESKILL:1,Knowledge (Religion:Larissa)]] PRESKILL:2,Bluff,Diplomacy=6 PRESKILL:1,Perform (Dance)=10 # Class Name Skill Pts/Lvl Class Skill CLASS:Larissan Dancer STARTSKILLPTS:6 CSKILL:Balance|Bluff|Concentration|Diplomacy|Escape Artist|Gather Information|Hide|Knowledge (Arcana)|Knowledge (Art and Architecture)|Knowledge (History)|Knowledge (Local)|Knowledge (Nobility and Royalty)|Knowledge (Religion)|Listen|Move Silently|Open Lock|TYPE.Perform|TYPE.Profession|Sense Motive|Sleight of Hand|Spellcraft|Tumble 1 SAB:Larissa's Dance (Ex)(%/day)|CL SAB:Dance of Steel (Ex)|PRESKILL:1,Perform (Dance)=10 ADD:SPELLCASTER|1|ANY @@ -501,7 +501,7 @@ ### What is here (which is what is listed in the rules text of the class) and what is shown int he book on the chart ### are completely different. It needs errata before use. #CLASS:Order of the Still Heart HD:8 MAXLEVEL:10 TYPE:Prestige.PC ABB:OotSH SOURCEPAGE:p.204 BONUS:CHECKS|BASE.Fortitude,BASE.Willpower|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE -#CLASS:Order of the Still Heart PREDEITY:Neroth PREATT:4 PRESKILL:2,Concentration,Knowledge (Religion)=8 PREFEAT:1,Iron Will PRETEXT:Must be a member of the Order in good standing and must pas sthe tests and perform the necromantic rituals necessary to gain admittance. +#CLASS:Order of the Still Heart PREDEITY:1,Neroth PREATT:4 PRESKILL:2,Concentration,Knowledge (Religion)=8 PREFEAT:1,Iron Will PRETEXT:Must be a member of the Order in good standing and must pas sthe tests and perform the necromantic rituals necessary to gain admittance. #CLASS:Order of the Still Heart STARTSKILLPTS:4 CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|Knowledge (History)|Knowledge (The Planes)|Knowledge (Religion)|TYPE.Profession|Spellcraft #1 BONUS:STAT|CON|-2 SAB:The Path Taken #2 SAB:Morbidity (Su) SAB:Tireless (Ex) SAB:Lure of Darkness (Su) BONUS:MOVEADD|TYPE.Walk|-5 ADD:SPELLCASTER(ANY) @@ -514,12 +514,12 @@ # Class Name Hit Dice Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Order of the Thundering Storm HD:10 ABB:OotTS MAXLEVEL:10 SOURCEPAGE:p.205 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL|TYPE=Base.REPLACE -# Class Name Required Check Base Required Deity Required Feat Required Skill -CLASS:Order of the Thundering Storm PRECHECKBASE:1,Will=6 PREDEITY:Hurrian PREFEAT:5,Combat Expertise,Dodge,Spring Attack,Weapon Focus(Longsword),Whirlwind Attack PRESKILL:1,Knowledge (Religion)=5 +# Class Name Required Check Base Required Deity Required Feat Required Skill +CLASS:Order of the Thundering Storm PRECHECKBASE:1,Will=6 PREDEITY:1,Hurrian PREFEAT:5,Combat Expertise,Dodge,Spring Attack,Weapon Focus(Longsword),Whirlwind Attack PRESKILL:1,Knowledge (Religion)=5 # Class Name Skill Pts/Lvl Class Skill CLASS:Order of the Thundering Storm STARTSKILLPTS:2 CSKILL:TYPE.Craft|Diplomacy|Handle Animal|Intimidate|Knowledge (Religion)|Ride|Tumble 1 SAB:The Reluctant Warrior (Su) -2 SAB:Lay on Hands (Su) % hp/day|LayOnHands|!PRESA:Lay on Hands (Su) BONUS:VAR|LayOnHands|max(CHA,0)*CL DEFINE:LayOnHands|0 +2 SAB:Lay on Hands (Su) % hp/day|LayOnHands|!PRESA:1,Lay on Hands (Su) BONUS:VAR|LayOnHands|max(CHA,0)*CL DEFINE:LayOnHands|0 3 SAB:Way of the Wind (Ex) 4 SAB:Force of the Storm (Su) %/day|ForceStormTimes BONUS:VAR|ForceStormTimes|CL/4 DEFINE:ForceStormTimes|0 5 SAB:The Tempest (Ex) @@ -556,7 +556,7 @@ # Class Name Product Identity? Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Sarishan Binder NAMEISPI:YES HD:8 TYPE:PC.Prestige ABB:SBndr MAXLEVEL:10 SOURCEPAGE:p.209 BONUS:CHECKS|BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE # Class Name Required AL Required Deity Required Feat Required Skill Req. Known Spell -CLASS:Sarishan Binder PREALIGN:LG,LN,LE PREDEITY:Sarish PREFEAT:2,Alien Understanding,Greater Spell Focus(Conjuration) PRESKILL:2,Knowledge (Religion),Knowledge (The Planes)=13 PRESPELL:1,Dismissal +CLASS:Sarishan Binder PREALIGN:LG,LN,LE PREDEITY:1,Sarish PREFEAT:2,Alien Understanding,Greater Spell Focus(Conjuration) PRESKILL:2,Knowledge (Religion),Knowledge (The Planes)=13 PRESPELL:1,Dismissal # Class Name Skill Pts/Lvl Class Skill CLASS:Sarishan Binder STARTSKILLPTS:4 CSKILL:Concentration|TYPE.Craft|Diplomacy|Heal|Knowledge (Arcana)|TYPE.Local|Knowledge (The Planes)|Knowledge (Religion)|TYPE.Profession|Spellcraft 1 DOMAIN:Binding SAB:Focused Turning (Su) DEFINE:FocusTurn|1 AUTO:FEAT|Basic Channeling|Channeling|Turn Infernal|Rebuke Infernal @@ -572,8 +572,8 @@ # Class Name Product Identity? Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus CLASS:Sensate of Savona NAMEISPI:YES HD:8 TYPE:PC.Prestige ABB:SoS MAXLEVEL:10 SOURCEPAGE:p.212 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex,BASE.Will|CL/2+2 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE -# Class Name Restricted AL Req. Att. Required Deity Required Feat Required Skill -CLASS:Sensate of Savona !PREALIGN:LG,LN,LE PREATT:5 PREDEITY:Larissa PREFEAT:4,Dodge,Endurance,Improved Unarmed Strike,Weapon Focus(Unarmed Strike) PRESKILL:2,Knowledge (Religion),Tumble=4 +# Class Name Restricted AL Req. Att. Required Deity Required Feat Required Skill +CLASS:Sensate of Savona !PREALIGN:LG,LN,LE PREATT:5 PREDEITY:1,Larissa PREFEAT:4,Dodge,Endurance,Improved Unarmed Strike,Weapon Focus(Unarmed Strike) PRESKILL:2,Knowledge (Religion),Tumble=4 # Class Name Skill Pts/Lvl Class Skill CLASS:Sensate of Savona STARTSKILLPTS:4 CSKILL:Balance|Climb|Concentration|TYPE.Craft|Diplomacy|Escape Artist|Hide|Jump|Knowledge (Arcana)|Knowledge (Religion)|Listen|Move Silently|TYPE.Perform|TYPE.Profession|Sense Motive|Spot|Swim|Tumble 1 SAB:A Toast to Larissa (Sp) %/day|ToastTimes SAB:The Life of the Party (Ex) BONUS:VAR|ToastTimes|1+(CL>=3)+(CL>=5)+(CL>=7)+(CL>=9) DEFINE:ToastTimes|0 SPELLS:Class|TIMES=ToastTimes|CASTERLEVEL=CL|Bear's Endurance|Bull's Strength|Cat's Grace|Cure Moderate Wounds AUTO:FEAT|Alertness @@ -650,7 +650,7 @@ # Class Name Product Identity? Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus List of Class Spells by Level CLASS:Ulfian Ranger NAMEISPI:YES HD:8 TYPE:PC.Prestige ABB:UlfR MAXLEVEL:5 SOURCEPAGE:p.218 BONUS:CHECKS|BASE.Fortitude,BASE.Reflex|CL/2+2 BONUS:CHECKS|BASE.Will|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE SPELLLEVEL:CLASS|Ulfian Ranger=1|Alarm,Detect Animals or Plants,Detect Snares and Pits,Feather Fall,Jump,Pass Without Trace,Resist Elements,Shillelagh|Ulfian Ranger=2|Cure Light Wounds,Delay Poison,Heat Metal,Protection from Energy,Shocking Grasp,Spider Climb|Ulfian Ranger=3|Call Lightning,Commune with Nature,Gust of Wind # Class Name Req. Att. Required Feat Multiple Requirements Required Region Required Skill -CLASS:Ulfian Ranger PREATT:4 PREFEAT:2,Endurance,Track PREMULT:1,[PREDEITY:Hurrian],[PRETEMPLATE:1,Tensen],[PRETEMPLATE:1,HolrynTensen] PREREGION:Coryan PRESKILL:1,Climb=4 PRESKILL:2,Knowledge (Nature),Survival=8 +CLASS:Ulfian Ranger PREATT:4 PREFEAT:2,Endurance,Track PREMULT:1,[PREDEITY:1,Hurrian],[PRETEMPLATE:1,Tensen],[PRETEMPLATE:1,HolrynTensen] PREREGION:Coryan PRESKILL:1,Climb=4 PRESKILL:2,Knowledge (Nature),Survival=8 # Class Name Skill Pts/Lvl Class Skill CLASS:Ulfian Ranger STARTSKILLPTS:4 CSKILL:Climb|Concentration|TYPE.Craft|Handle Animal|Heal|Hide|Jump|Knowledge (Geography)|Knowledge (Nature)|Listen|Move Silently|TYPE.Profession|Ride|Search|Spot|Survival|Swim|Use Rope # Class Name Spell Stat Spell Type Automaticaly Known Spell Levels @@ -690,7 +690,7 @@ # Class Name Hit Dice Type Abbreviation Max Level Source Page Save checks bonus Combat bonus List of Class Spells by Level CLASS:Warrior of the Eternal Flame HD:12 TYPE:PC.Prestige ABB:WotEF MAXLEVEL:10 SOURCEPAGE:p.224 BONUS:CHECKS|BASE.Fortitude,BASE.Will|CL/2+2 BONUS:CHECKS|BASE.Reflex|CL/3 BONUS:COMBAT|BAB|CL*3/4|TYPE=Base.REPLACE SPELLLEVEL:CLASS|Warrior of the Eternal Flame=1|Bless Weapon,Magic Weapon,Cause Fear,Dancing Lights,Pyrotechnics,Spiritual Weapon|Warrior of the Eternal Flame=2|Continual Flame,Flaming Sphere,Flame Blade,Magic Vestment,Resist Energy|Warrior of the Eternal Flame=3|Fire Trap,Flame Arrow,Magic Weapon (Greater),Mantle of Unassailable Flame,Scorching Ray|Warrior of the Eternal Flame=4|Fireball,Fireshield,Flame Strike,Wall of Fire # Class Name Required AL Req. Att. Required Deity Required Feat Required Skill -CLASS:Warrior of the Eternal Flame PREALIGN:LG,LN,LE PREATT:7 PREDEITY:Nier PREFEAT:2,Toughness,Improved Toughness PRESKILL:1,Knowledge (Religion)=4 +CLASS:Warrior of the Eternal Flame PREALIGN:LG,LN,LE PREATT:7 PREDEITY:1,Nier PREFEAT:2,Toughness,Improved Toughness PRESKILL:1,Knowledge (Religion)=4 # Class Name Skill Pts/Lvl Class Skill CLASS:Warrior of the Eternal Flame STARTSKILLPTS:2 CSKILL:Concentraation|TYPE.Craft|Diplomacy|Examine Martial Technique|Handle Animal|Heal|Knwoledge (Nobility & Royalty)|Knowledge (Religion)|TYPE.Profession|Ride|Sense Motive|Spellcraft # Class Name Spell Stat Spell Type Memorize Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_domains.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_domains.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_domains.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,41 +1,41 @@ -# CVS $Revision$ $Author$ -- Sat Mar 15 18:55:04 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 -# Domain Name Class Skill Choose Innate Spells Virtual Feat Special ABility Caster level Bonus to skill Modify VAR Source Page Description List of Domain Spells by Level Add Selections -Afterlife BONUS:SKILL|Knowledge (Religion)|2 BONUS:VAR|TurnLevelBase|1 SOURCEPAGE:pg. 252 DESC:+2 to Knowledge (Religion) checks, turn as a cleric 1 level higher. SPELLLEVEL:DOMAIN|Afterlife=1|Consecrate|Afterlife=2|Speak with Dead|Afterlife=3|Beltine's Blessed Strike|Afterlife=4|Death Ward|Afterlife=5|Disrupting Weapon|Afterlife=6|Undeath to Death|Afterlife=7|Control Undead|Afterlife=8|Sunburst|Afterlife=9|Cry for Spirit's Release -Ancestor SOURCEPAGE:pg. 252 DESC:You may petition your ancestors for aid 1/day. SPELLLEVEL:DOMAIN|Ancestor=1|Bless|Ancestor=2|Aid|Ancestor=3|Prayer|Ancestor=4|Divination|Ancestor=5|Commune|Ancestor=6|Legend Lore|Ancestor=7|Eyebite|Ancestor=8|Antimagic Field|Ancestor=9|Miracle -Artificer CHOOSE:SKILLSNAMED|TYPE=Craft BONUS:SKILL|LIST|2 SOURCEPAGE:pg. 253 DESC:You gain a bonus of +2 on any three Craft skills. SPELLLEVEL:DOMAIN|Artificer=1|Hardness|Artificer=2|Identify|Artificer=3|Stone Shape|Artificer=4|Minor Creation|Artificer=5|Major Creation|Artificer=6|Reanimate Construct|Artificer=7|Presence of Master Smiths|Artificer=8|Polymorph Any Object|Artificer=9|Miracle SELECT:3 -Binding BONUS:CASTERLEVEL|DOMAIN.Binding|1 SOURCEPAGE:pg. 210 DESC:You cast all Binding Domain spells at +1 Caster Level. SPELLLEVEL:DOMAIN|Binding=1|Protection from Evil|Binding=2|Magic Circle against Evil|Binding=3|Dimensional Anchor|Binding=4|Planar Binding (Lesser)|Binding=5|Summon Thy Own (Lesser)|Binding=6|Planar Binding|Binding=7|Summon Thy Own|Binding=8|Planar Binding (Greater)|Binding=9|Summon Thy Own (Greater) -Cavern SAB:Stonecunning (Ex) SOURCEPAGE:pg. 253 DESC:You gain Stonecunning, or a +2 on checks made due to stonecunning if you already have it. SPELLLEVEL:DOMAIN|Cavern=1|Detect Snares and Pits|Cavern=2|Soften Earth and Stone|Cavern=3|Meld into Stone|Cavern=4|Spike Stones|Cavern=5|Transmute Mud to Rock|Cavern=6|Stone Tell|Cavern=7|Earthquake|Cavern=8|Repel Metal or Stone|Cavern=9|Imprisonment -Charm SAB:Fascinate 1/day. SOURCEPAGE:pg. 253 DESC:Fascinate 1/day with a +2 bonus to your CHA. SPELLLEVEL:DOMAIN|Charm=1|Charm Person|Charm=2|Calm Emotions|Charm=3|Suggestion|Charm=4|Charm Monster|Charm=5|Dominate Person|Charm=6|Suggestion (Mass)|Charm=7|Insanity|Charm=8|Demand|Charm=9|Charm Monster (Mass) -Cold SOURCEPAGE:pg. 253 DESC:Turn or destroy fire creatures as a good cleric turns undead. Use these abilities a total number of times per day equal to 3 + your Charisma modifier. This granted power is a supernatural ability. SPELLLEVEL:DOMAIN|Cold=1|Endure Elements|Cold=2|Chill Metal|Cold=3|Sleet Storm|Cold=4|Wall of Ice|Cold=5|Cone of Cold|Cold=6|Freezing Sphere|Cold=7|Control Weather|Cold=8|Finger of Death|Cold=9|Elemental Swarm ADD:FEAT|1|Turn Fire -Commerce CSKILL:Sense Motive|Knowledge (Local) BONUS:SKILL|Diplomacy|2 SOURCEPAGE:pg. 253 DESC:You gain Sense Motive and Knowledge (Local) as class skills. You gain a +2 on Diplomacy checks. SPELLLEVEL:DOMAIN|Commerce=1|Discern Value|Commerce=2|Detect Thoughts|Commerce=3|Glibness|Commerce=4|Sending|Commerce=5|True Seeing|Commerce=6|Fabricate|Commerce=7|Mage's Magnificent Mansion|Commerce=8|Mind Blank|Commerce=9|Discern Location -Daemonology VFEAT:Rebuke Infernal SOURCEPAGE:pg. 253 DESC:You may use channeling to rebuke Infernals. You may use this a number of times per day equal to 3 plus your charisma modifier. SPELLLEVEL:DOMAIN|Daemonology=1|Summon Monster I|Daemonology=2|Summon Monster II|Daemonology=3|Summon Monster III|Daemonology=4|Summon Monster IV|Daemonology=5|Summon Thy Own (Lesser)|Daemonology=6|Summon Monster VI|Daemonology=7|Summon Thy Own|Daemonology=8|Summon Monster VIII|Daemonology=9|Summon Thy Own (Greater) -Disease SOURCEPAGE:pg. 253 DESC:You are immune to all mundane, magical, and supernatural diseases. SPELLLEVEL:DOMAIN|Disease=1|Warp Wood|Disease=2|Neroth's Embrace|Disease=3|Contagion|Disease=4|Blight|Disease=5|Insect Plague|Disease=6|Harm|Disease=7|Destruction|Disease=8|Horrid Wilting|Disease=9|Storm of Vengeance -Divination BONUS:CASTERLEVEL|SCHOOL.Divination|2 SOURCEPAGE:pg. 254 DESC:You cast Divination spells at +2 caster level. SPELLLEVEL:DOMAIN|Divination=1|Detect Secret Doors|Divination=2|Locate Object|Divination=3|Clairaudience/Clairvoyance|Divination=4|Divination|Divination=5|Contact Other Plane|Divination=6|Legend Lore|Divination=7|Vision|Divination=8|Discern Location|Divination=9|Foresight -Fate SOURCEPAGE:pg. 254 DESC:1/day you may gain a +2 bonus on a single attack roll, saving throw, or skill check. You must announce you are using this prior to rolling. SPELLLEVEL:DOMAIN|Fate=1|Twist of Fate|Fate=2|Augury|Fate=3|Dance of Fate|Fate=4|Freedom of Movement|Fate=5|Contact Other Plane|Fate=6|True Seeing|Fate=7|Vision|Fate=8|Larissa's Kiss|Fate=9|Moment of Prescience -Glory VFEAT:Strength of the Coryani Heart SOURCEPAGE:pg. 254 DESC:You gain the Strength of the Coryani Heart feat. SPELLLEVEL:DOMAIN|Glory=1|Divine Favor|Glory=2|False Life|Glory=3|Heroism|Glory=4|Shout|Glory=5|Rightous Might|Glory=6|Hero's Feast|Glory=7|Heroism (Greater)|Glory=8|Shout (Greater)|Glory=9|Foresight -Holy BONUS:CASTERLEVEL|DOMAIN.Holy|1 SOURCEPAGE:pg. 254 DESC:You cast all Holy domain spells keyed to your alignment at +1 caster level. SPELLLEVEL:DOMAIN|Holy=1|Protection from Good,Protection from Evil,Protection from Law,Protection from Chaos|Holy=2|Aid|Holy=3|Magic Circle Against Evil,Magic Circle Against Good,Magic Circle Against Law,Magic Circle Against Chaos|Holy=4|Divine Smite|Holy=5|Dispel Evil,Dispel Good,Dispel Law,Dispel Chaos|Holy=6|Blade Barrier|Holy=7|Word of Good,Word of Evil,Word of Law,Word of Chaos|Holy=8|Aura of Faith (Good),Aura of Faith (Evil),Aura of Faith (Neutral)|Holy=9|Summon Monster IX -Honor SOURCEPAGE:pg. 254 DESC:You may inspire your allies much like a bard song. They gain +1 to attack and damage rolls, and +2 on saves against mind-affecting and fear effects. It lasts for a number of rounds equal to your Charisma modifier. SPELLLEVEL:DOMAIN|Honor=1|Bless|Honor=2|My Honor is My Strength|Honor=3|Heroism|Honor=4|Magic Vestment|Honor=5|Heroism (Greater)|Honor=6|Heroes' Feast|Honor=7|Heroism (Mass)|Honor=8|Aura of Faith (Good),Aura of Faith (Evil),Aura of Faith (Neutral)|Honor=9|Sword of Faith -Murder SOURCEPAGE:pg. 254 DESC:You may deliver a coup de grace as a standard action instead of a full round action. It still provokes and attack of opportunity. SPELLLEVEL:DOMAIN|Murder=1|Spider Climb|Murder=2|Silence|Murder=3|Keen Edge|Murder=4|Poison|Murder=5|Slay Living|Murder=6|Harm|Murder=7|Finger of Death|Murder=8|Destruction|Murder=9|Power Word Kill -Music CSKILL:TYPE.Perform SOURCEPAGE:pg. 255 DESC:You gain perform as a class skill and may use the inspire courage bard song ability 1/day. SPELLLEVEL:DOMAIN|Music=1|Charm Person|Music=2|Songs in the Night|Music=3|Sound Burst|Music=4|Shout|Music=5|Break Enchantment|Music=6|Suggestion (Mass)|Music=7|Cure Critical Wounds (Mass)|Music=8|Charm Monster (Mass)|Music=9|Wail of the Banshee -Nature SOURCEPAGE:pg. 255 DESC:You may use Channeling to turn Aberrations as a cleric turns undead. You may use this a number of times a day equal to 3 plus your Charisma modifier. SPELLLEVEL:DOMAIN|Nature=1|Pass without Trace|Nature=2|Speak with Animals|Nature=3|Plant Growth|Nature=4|Command Plants|Nature=5|Commune with Nature|Nature=6|Liveoak|Nature=7|Control Weather|Nature=8|Control Plants|Nature=9|Shambler ADD:FEAT|1|Turn Abberation -Oath CSKILL:Sense Motive SOURCEPAGE:pg. 255 DESC:You gain Sense Motive as a class skill and the Skill Focus (Sense Motive) feat. SPELLLEVEL:DOMAIN|Oath=1|Sanctuary|Oath=2|Zone of Truth|Oath=3|Oath|Oath=4|Planar Ally (Lesser)|Oath=5|Mark of Justice|Oath=6|Geas/Quest|Oath=7|Refuge|Oath=8|Binding|Oath=9|Soul Bind ADD:FEAT|1|Skill Focus (Sense Motive) -Pain SOURCEPAGE:pg. 255 DESC:You may deliver a touch of pain 1/day. The target suffers -2 Strength and 1d6 + your cleric level points of damage. SPELLLEVEL:DOMAIN|Pain=1|Chill Touch|Pain=2|Shocking Grasp|Pain=3|Share My Pain|Pain=4|Poison|Pain=5|Phantasmal Killer|Pain=6|Touch of Agony|Pain=7|Anshar's Burning Blood|Pain=8|Destruction|Pain=9|Implosion -Pleasure SOURCEPAGE:pg. 255 DESC:You gain a +4 bonus to bluff, dipomacy, gather information, and sense motive checks against those who would have a reasonable chance of being attracted to you. SPELLLEVEL:DOMAIN|Pleasure=1|Hideous Laughter|Pleasure=2|Enthrall|Pleasure=3|Euphoria|Pleasure=4|Phantasmal Lover|Pleasure=5|Dream|Pleasure=6|Heroes' Feast|Pleasure=7|Scintillating Pattern|Pleasure=8|Irresistible Dance|Pleasure=9|Rapture -Refuge SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|Sanctuary,11+WIS SOURCEPAGE:pg. 255 DESC:You may cast Sanctuary 1/day on yourself or another within 30 ft. SPELLLEVEL:DOMAIN|Refuge=1|Shield|Refuge=2|Shield Other|Refuge=3|Glyph of Warding|Refuge=4|Shield Other (Improved)|Refuge=5|Hallow,Unhallow|Refuge=6|Forbiddance|Refuge=7|Shield Other (Greater)|Refuge=8|Safeguard|Refuge=9|Symbol of Death -Saurian SAB:Wild Empathy (reptile only) (Ex) SOURCEPAGE:pg. 255 DESC:You gain the Wild Empathy ability with reptiles. SPELLLEVEL:DOMAIN|Saurian=1|Magic Fang|Saurian=2|Produce Flame|Saurian=3|Protection from Energy|Saurian=4|Magic Fang (Greater)|Saurian=5|Wall of Fire|Saurian=6|Fire Seeds|Saurian=7|Fire Storm|Saurian=8|Incendiary Cloud|Saurian=9|Shapechange -Sea CSKILL:Swim SOURCEPAGE:pg. 255 DESC:You gain swim as a class skill. You gain the effects of water breathing whenever you are underwater up to a total amount of time as dictated by the spell as cast by a cleric of your level +1. SPELLLEVEL:DOMAIN|Sea=1|Dolphin Chant/Mn'Harr's Mighty Swimming|Sea=2|Water Breathing|Sea=3|Freedom of Movement|Sea=4|Control Water|Sea=5|Water Stride|Sea=6|Riptide|Sea=7|Control Weather|Sea=8|Summon Monster VIII|Sea=9|Elemental Swarm -Secrets CSKILL:Gather Information SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|Detect Thoughts,12+WIS SOURCEPAGE:pg. 256 DESC:You gain Gather Information as a class skill. You may cast detect thoughts 1/day as a spell-like ability. SPELLLEVEL:DOMAIN|Secrets=1|Obscuring Mist|Secrets=2|Whispering Wind|Secrets=3|Detect Thoughts|Secrets=4|Clairaudience/Clairvoyance|Secrets=5|Scrying|Secrets=6|Prying Eyes|Secrets=7|Mislead|Secrets=8|Scrying (Greater)|Secrets=9|Mind Blank -Senses SOURCEPAGE:pg. 256 DESC:1/day you may heighten one of your senses. See Text. SPELLLEVEL:DOMAIN|Senses=1|Detect Secret Doors|Senses=2|Darkvision|Senses=3|See Invisibility|Senses=4|I Feel You|Senses=5|True Seeing|Senses=6|Seeming|Senses=7|False Vision|Senses=8|Vision|Senses=9|Foresight -Spirit SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|See Invisibility SOURCEPAGE:pg. 256 DESC:1/day you may cast see invisibility. SPELLLEVEL:DOMAIN|Spirit=1|Hold the Spirit|Spirit=2|Spectral Hand|Spirit=3|Commune|Spirit=4|Phantasmal Killer|Spirit=5|Contact Other Plane|Spirit=6|Knowledge of the Elders|Spirit=7|Vision|Spirit=8|Ethereal Jaunt|Spirit=9|Summon Spirit Warrior -Storm SOURCEPAGE:pg. 256 DESC:1/day you may predict the weather with perfect accuracy. SPELLLEVEL:DOMAIN|Storm=1|Alter Wind|Storm=2|Endure Elements|Storm=3|Lightning Bolt|Storm=4|Call Lightning Storm|Storm=5|Control Winds|Storm=6|Wind Walk|Storm=7|Control Weather|Storm=8|Whirlwind|Storm=9|Storm of Vengeance -Subterfuge SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|Disguise Self SOURCEPAGE:pg. 256 DESC:1/day you may cast change self. SPELLLEVEL:DOMAIN|Subterfuge=1|Disguise Self|Subterfuge=2|Undetectable Alignment|Subterfuge=3|Invisibility|Subterfuge=4|Invisibility (Greater)|Subterfuge=5|False Vision|Subterfuge=6|Mislead|Subterfuge=7|Invisibility (Mass)|Subterfuge=8|Screen|Subterfuge=9|Mind Blank -Suffering SOURCEPAGE:pg. 256 DESC:You gain Iron Will as a bonus feat. SPELLLEVEL:DOMAIN|Suffering=1|Bane|Suffering=2|Death Knell|Suffering=3|Bestow Curse|Suffering=4|Inflict Critical Wounds|Suffering=5|Insect Plague|Suffering=6|Circle of Death|Suffering=7|Insanity|Suffering=8|Horrid Wilting|Suffering=9|Energy Drain ADD:FEAT|1|Iron Will -Undead SOURCEPAGE:pg. 257 DESC:You gain Extra Turning as a bonus feat. SPELLLEVEL:DOMAIN|Undead=1|Detect Undead|Undead=2|Desecrate|Undead=3|Animate Dead|Undead=4|Death Ward|Undead=5|Disrupting Weapon|Undead=6|Create Undead|Undead=7|Control Undead|Undead=8|Create Greater Undead|Undead=9|Harm (Mass) ADD:FEAT|1|Extra Turning +# Domain Name Class Skill Choose Innate Spells Virtual Feat Special ABility Caster level Bonus to skill Modify VAR Source Page Description List of Domain Spells by Level Add Selections +Afterlife BONUS:SKILL|Knowledge (Religion)|2 BONUS:VAR|TurnLevelBase|1 SOURCEPAGE:pg. 252 DESC:+2 to Knowledge (Religion) checks, turn as a cleric 1 level higher. SPELLLEVEL:DOMAIN|Afterlife=1|Consecrate|Afterlife=2|Speak with Dead|Afterlife=3|Beltine's Blessed Strike|Afterlife=4|Death Ward|Afterlife=5|Disrupting Weapon|Afterlife=6|Undeath to Death|Afterlife=7|Control Undead|Afterlife=8|Sunburst|Afterlife=9|Cry for Spirit's Release +Ancestor SOURCEPAGE:pg. 252 DESC:You may petition your ancestors for aid 1/day. SPELLLEVEL:DOMAIN|Ancestor=1|Bless|Ancestor=2|Aid|Ancestor=3|Prayer|Ancestor=4|Divination|Ancestor=5|Commune|Ancestor=6|Legend Lore|Ancestor=7|Eyebite|Ancestor=8|Antimagic Field|Ancestor=9|Miracle +Artificer CHOOSE:SKILLSNAMED|TYPE=Craft BONUS:SKILL|LIST|2 SOURCEPAGE:pg. 253 DESC:You gain a bonus of +2 on any three Craft skills. SPELLLEVEL:DOMAIN|Artificer=1|Hardness|Artificer=2|Identify|Artificer=3|Stone Shape|Artificer=4|Minor Creation|Artificer=5|Major Creation|Artificer=6|Reanimate Construct|Artificer=7|Presence of Master Smiths|Artificer=8|Polymorph Any Object|Artificer=9|Miracle SELECT:3 +Binding BONUS:CASTERLEVEL|DOMAIN.Binding|1 SOURCEPAGE:pg. 210 DESC:You cast all Binding Domain spells at +1 Caster Level. SPELLLEVEL:DOMAIN|Binding=1|Protection from Evil|Binding=2|Magic Circle against Evil|Binding=3|Dimensional Anchor|Binding=4|Planar Binding (Lesser)|Binding=5|Summon Thy Own (Lesser)|Binding=6|Planar Binding|Binding=7|Summon Thy Own|Binding=8|Planar Binding (Greater)|Binding=9|Summon Thy Own (Greater) +Cavern SAB:Stonecunning (Ex) SOURCEPAGE:pg. 253 DESC:You gain Stonecunning, or a +2 on checks made due to stonecunning if you already have it. SPELLLEVEL:DOMAIN|Cavern=1|Detect Snares and Pits|Cavern=2|Soften Earth and Stone|Cavern=3|Meld into Stone|Cavern=4|Spike Stones|Cavern=5|Transmute Mud to Rock|Cavern=6|Stone Tell|Cavern=7|Earthquake|Cavern=8|Repel Metal or Stone|Cavern=9|Imprisonment +Charm SAB:Fascinate 1/day. SOURCEPAGE:pg. 253 DESC:Fascinate 1/day with a +2 bonus to your CHA. SPELLLEVEL:DOMAIN|Charm=1|Charm Person|Charm=2|Calm Emotions|Charm=3|Suggestion|Charm=4|Charm Monster|Charm=5|Dominate Person|Charm=6|Suggestion (Mass)|Charm=7|Insanity|Charm=8|Demand|Charm=9|Charm Monster (Mass) +Cold SOURCEPAGE:pg. 253 DESC:Turn or destroy fire creatures as a good cleric turns undead. Use these abilities a total number of times per day equal to 3 + your Charisma modifier. This granted power is a supernatural ability. SPELLLEVEL:DOMAIN|Cold=1|Endure Elements|Cold=2|Chill Metal|Cold=3|Sleet Storm|Cold=4|Wall of Ice|Cold=5|Cone of Cold|Cold=6|Freezing Sphere|Cold=7|Control Weather|Cold=8|Finger of Death|Cold=9|Elemental Swarm ADD:FEAT|1|Turn Fire +Commerce CSKILL:Sense Motive|Knowledge (Local) BONUS:SKILL|Diplomacy|2 SOURCEPAGE:pg. 253 DESC:You gain Sense Motive and Knowledge (Local) as class skills. You gain a +2 on Diplomacy checks. SPELLLEVEL:DOMAIN|Commerce=1|Discern Value|Commerce=2|Detect Thoughts|Commerce=3|Glibness|Commerce=4|Sending|Commerce=5|True Seeing|Commerce=6|Fabricate|Commerce=7|Mage's Magnificent Mansion|Commerce=8|Mind Blank|Commerce=9|Discern Location +Daemonology VFEAT:Rebuke Infernal SOURCEPAGE:pg. 253 DESC:You may use channeling to rebuke Infernals. You may use this a number of times per day equal to 3 plus your charisma modifier. SPELLLEVEL:DOMAIN|Daemonology=1|Summon Monster I|Daemonology=2|Summon Monster II|Daemonology=3|Summon Monster III|Daemonology=4|Summon Monster IV|Daemonology=5|Summon Thy Own (Lesser)|Daemonology=6|Summon Monster VI|Daemonology=7|Summon Thy Own|Daemonology=8|Summon Monster VIII|Daemonology=9|Summon Thy Own (Greater) +Disease SOURCEPAGE:pg. 253 DESC:You are immune to all mundane, magical, and supernatural diseases. SPELLLEVEL:DOMAIN|Disease=1|Warp Wood|Disease=2|Neroth's Embrace|Disease=3|Contagion|Disease=4|Blight|Disease=5|Insect Plague|Disease=6|Harm|Disease=7|Destruction|Disease=8|Horrid Wilting|Disease=9|Storm of Vengeance +Divination BONUS:CASTERLEVEL|SCHOOL.Divination|2 SOURCEPAGE:pg. 254 DESC:You cast Divination spells at +2 caster level. SPELLLEVEL:DOMAIN|Divination=1|Detect Secret Doors|Divination=2|Locate Object|Divination=3|Clairaudience/Clairvoyance|Divination=4|Divination|Divination=5|Contact Other Plane|Divination=6|Legend Lore|Divination=7|Vision|Divination=8|Discern Location|Divination=9|Foresight +Fate SOURCEPAGE:pg. 254 DESC:1/day you may gain a +2 bonus on a single attack roll, saving throw, or skill check. You must announce you are using this prior to rolling. SPELLLEVEL:DOMAIN|Fate=1|Twist of Fate|Fate=2|Augury|Fate=3|Dance of Fate|Fate=4|Freedom of Movement|Fate=5|Contact Other Plane|Fate=6|True Seeing|Fate=7|Vision|Fate=8|Larissa's Kiss|Fate=9|Moment of Prescience +Glory VFEAT:Strength of the Coryani Heart SOURCEPAGE:pg. 254 DESC:You gain the Strength of the Coryani Heart feat. SPELLLEVEL:DOMAIN|Glory=1|Divine Favor|Glory=2|False Life|Glory=3|Heroism|Glory=4|Shout|Glory=5|Rightous Might|Glory=6|Hero's Feast|Glory=7|Heroism (Greater)|Glory=8|Shout (Greater)|Glory=9|Foresight +Holy BONUS:CASTERLEVEL|DOMAIN.Holy|1 SOURCEPAGE:pg. 254 DESC:You cast all Holy domain spells keyed to your alignment at +1 caster level. SPELLLEVEL:DOMAIN|Holy=1|Protection from Good,Protection from Evil,Protection from Law,Protection from Chaos|Holy=2|Aid|Holy=3|Magic Circle Against Evil,Magic Circle Against Good,Magic Circle Against Law,Magic Circle Against Chaos|Holy=4|Divine Smite|Holy=5|Dispel Evil,Dispel Good,Dispel Law,Dispel Chaos|Holy=6|Blade Barrier|Holy=7|Word of Good,Word of Evil,Word of Law,Word of Chaos|Holy=8|Aura of Faith (Good),Aura of Faith (Evil),Aura of Faith (Neutral)|Holy=9|Summon Monster IX +Honor SOURCEPAGE:pg. 254 DESC:You may inspire your allies much like a bard song. They gain +1 to attack and damage rolls, and +2 on saves against mind-affecting and fear effects. It lasts for a number of rounds equal to your Charisma modifier. SPELLLEVEL:DOMAIN|Honor=1|Bless|Honor=2|My Honor is My Strength|Honor=3|Heroism|Honor=4|Magic Vestment|Honor=5|Heroism (Greater)|Honor=6|Heroes' Feast|Honor=7|Heroism (Mass)|Honor=8|Aura of Faith (Good),Aura of Faith (Evil),Aura of Faith (Neutral)|Honor=9|Sword of Faith +Murder SOURCEPAGE:pg. 254 DESC:You may deliver a coup de grace as a standard action instead of a full round action. It still provokes and attack of opportunity. SPELLLEVEL:DOMAIN|Murder=1|Spider Climb|Murder=2|Silence|Murder=3|Keen Edge|Murder=4|Poison|Murder=5|Slay Living|Murder=6|Harm|Murder=7|Finger of Death|Murder=8|Destruction|Murder=9|Power Word Kill +Music CSKILL:TYPE.Perform SOURCEPAGE:pg. 255 DESC:You gain perform as a class skill and may use the inspire courage bard song ability 1/day. SPELLLEVEL:DOMAIN|Music=1|Charm Person|Music=2|Songs in the Night|Music=3|Sound Burst|Music=4|Shout|Music=5|Break Enchantment|Music=6|Suggestion (Mass)|Music=7|Cure Critical Wounds (Mass)|Music=8|Charm Monster (Mass)|Music=9|Wail of the Banshee +Nature SOURCEPAGE:pg. 255 DESC:You may use Channeling to turn Aberrations as a cleric turns undead. You may use this a number of times a day equal to 3 plus your Charisma modifier. SPELLLEVEL:DOMAIN|Nature=1|Pass without Trace|Nature=2|Speak with Animals|Nature=3|Plant Growth|Nature=4|Command Plants|Nature=5|Commune with Nature|Nature=6|Liveoak|Nature=7|Control Weather|Nature=8|Control Plants|Nature=9|Shambler ADD:FEAT|1|Turn Abberation +Oath CSKILL:Sense Motive SOURCEPAGE:pg. 255 DESC:You gain Sense Motive as a class skill and the Skill Focus (Sense Motive) feat. SPELLLEVEL:DOMAIN|Oath=1|Sanctuary|Oath=2|Zone of Truth|Oath=3|Oath|Oath=4|Planar Ally (Lesser)|Oath=5|Mark of Justice|Oath=6|Geas/Quest|Oath=7|Refuge|Oath=8|Binding|Oath=9|Soul Bind ADD:FEAT|1|Skill Focus (Sense Motive) +Pain SOURCEPAGE:pg. 255 DESC:You may deliver a touch of pain 1/day. The target suffers -2 Strength and 1d6 + your cleric level points of damage. SPELLLEVEL:DOMAIN|Pain=1|Chill Touch|Pain=2|Shocking Grasp|Pain=3|Share My Pain|Pain=4|Poison|Pain=5|Phantasmal Killer|Pain=6|Touch of Agony|Pain=7|Anshar's Burning Blood|Pain=8|Destruction|Pain=9|Implosion +Pleasure SOURCEPAGE:pg. 255 DESC:You gain a +4 bonus to bluff, dipomacy, gather information, and sense motive checks against those who would have a reasonable chance of being attracted to you. SPELLLEVEL:DOMAIN|Pleasure=1|Hideous Laughter|Pleasure=2|Enthrall|Pleasure=3|Euphoria|Pleasure=4|Phantasmal Lover|Pleasure=5|Dream|Pleasure=6|Heroes' Feast|Pleasure=7|Scintillating Pattern|Pleasure=8|Irresistible Dance|Pleasure=9|Rapture +Refuge SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|Sanctuary,11+WIS SOURCEPAGE:pg. 255 DESC:You may cast Sanctuary 1/day on yourself or another within 30 ft. SPELLLEVEL:DOMAIN|Refuge=1|Shield|Refuge=2|Shield Other|Refuge=3|Glyph of Warding|Refuge=4|Shield Other (Improved)|Refuge=5|Hallow,Unhallow|Refuge=6|Forbiddance|Refuge=7|Shield Other (Greater)|Refuge=8|Safeguard|Refuge=9|Symbol of Death +Saurian SAB:Wild Empathy (reptile only) (Ex) SOURCEPAGE:pg. 255 DESC:You gain the Wild Empathy ability with reptiles. SPELLLEVEL:DOMAIN|Saurian=1|Magic Fang|Saurian=2|Produce Flame|Saurian=3|Protection from Energy|Saurian=4|Magic Fang (Greater)|Saurian=5|Wall of Fire|Saurian=6|Fire Seeds|Saurian=7|Fire Storm|Saurian=8|Incendiary Cloud|Saurian=9|Shapechange +Sea CSKILL:Swim SOURCEPAGE:pg. 255 DESC:You gain swim as a class skill. You gain the effects of water breathing whenever you are underwater up to a total amount of time as dictated by the spell as cast by a cleric of your level +1. SPELLLEVEL:DOMAIN|Sea=1|Dolphin Chant/Mn'Harr's Mighty Swimming|Sea=2|Water Breathing|Sea=3|Freedom of Movement|Sea=4|Control Water|Sea=5|Water Stride|Sea=6|Riptide|Sea=7|Control Weather|Sea=8|Summon Monster VIII|Sea=9|Elemental Swarm +Secrets CSKILL:Gather Information SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|Detect Thoughts,12+WIS SOURCEPAGE:pg. 256 DESC:You gain Gather Information as a class skill. You may cast detect thoughts 1/day as a spell-like ability. SPELLLEVEL:DOMAIN|Secrets=1|Obscuring Mist|Secrets=2|Whispering Wind|Secrets=3|Detect Thoughts|Secrets=4|Clairaudience/Clairvoyance|Secrets=5|Scrying|Secrets=6|Prying Eyes|Secrets=7|Mislead|Secrets=8|Scrying (Greater)|Secrets=9|Mind Blank +Senses SOURCEPAGE:pg. 256 DESC:1/day you may heighten one of your senses. See Text. SPELLLEVEL:DOMAIN|Senses=1|Detect Secret Doors|Senses=2|Darkvision|Senses=3|See Invisibility|Senses=4|I Feel You|Senses=5|True Seeing|Senses=6|Seeming|Senses=7|False Vision|Senses=8|Vision|Senses=9|Foresight +Spirit SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|See Invisibility SOURCEPAGE:pg. 256 DESC:1/day you may cast see invisibility. SPELLLEVEL:DOMAIN|Spirit=1|Hold the Spirit|Spirit=2|Spectral Hand|Spirit=3|Commune|Spirit=4|Phantasmal Killer|Spirit=5|Contact Other Plane|Spirit=6|Knowledge of the Elders|Spirit=7|Vision|Spirit=8|Ethereal Jaunt|Spirit=9|Summon Spirit Warrior +Storm SOURCEPAGE:pg. 256 DESC:1/day you may predict the weather with perfect accuracy. SPELLLEVEL:DOMAIN|Storm=1|Alter Wind|Storm=2|Endure Elements|Storm=3|Lightning Bolt|Storm=4|Call Lightning Storm|Storm=5|Control Winds|Storm=6|Wind Walk|Storm=7|Control Weather|Storm=8|Whirlwind|Storm=9|Storm of Vengeance +Subterfuge SPELLS:Class|TIMES=1|CASTERLEVEL=var("CL=Cleric")|Disguise Self SOURCEPAGE:pg. 256 DESC:1/day you may cast change self. SPELLLEVEL:DOMAIN|Subterfuge=1|Disguise Self|Subterfuge=2|Undetectable Alignment|Subterfuge=3|Invisibility|Subterfuge=4|Invisibility (Greater)|Subterfuge=5|False Vision|Subterfuge=6|Mislead|Subterfuge=7|Invisibility (Mass)|Subterfuge=8|Screen|Subterfuge=9|Mind Blank +Suffering SOURCEPAGE:pg. 256 DESC:You gain Iron Will as a bonus feat. SPELLLEVEL:DOMAIN|Suffering=1|Bane|Suffering=2|Death Knell|Suffering=3|Bestow Curse|Suffering=4|Inflict Critical Wounds|Suffering=5|Insect Plague|Suffering=6|Circle of Death|Suffering=7|Insanity|Suffering=8|Horrid Wilting|Suffering=9|Energy Drain ADD:FEAT|1|Iron Will +Undead SOURCEPAGE:pg. 257 DESC:You gain Extra Turning as a bonus feat. SPELLLEVEL:DOMAIN|Undead=1|Detect Undead|Undead=2|Desecrate|Undead=3|Animate Dead|Undead=4|Death Ward|Undead=5|Disrupting Weapon|Undead=6|Create Undead|Undead=7|Control Undead|Undead=8|Create Greater Undead|Undead=9|Harm (Mass) ADD:FEAT|1|Extra Turning -Travel.MOD SAB:Walk the Path of Stars (Sp)|PREDEITY:Anshar +Travel.MOD SAB:Walk the Path of Stars (Sp)|PREDEITY:1,Anshar # # End Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Fri Feb 29 00:54:14 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 @@ -20,119 +20,119 @@ Speed of Thought TYPE:Psionic PRESTAT:1,WIS=13 PRETEMPLATE:1,Psionic DESC:The energy of your mind energizes the alacrity of your body. BONUS:MOVEADD|TYPE.Walk|10|PREVAREQ:COUNT[EQTYPE.ARMOR.IS.HEAVY.EQUIPPED],0 SOURCEPAGE:PsionicFeats.rtf ###Block: PGtA Feats -# Feat Name Product Identity? Output Name Type Required AL Restricted AL Req. Att. Required Check Required Check Base Required Class Required Deity Required Feat Prohibited Feat Required Lvl Multiple Requirements Required Race Required Region Required Skill !PRESPELLCAST Required Stat Required Text Var. Max. Value Req. Weapond Prof. Special ABility Define Description Stackable? Multiple? Choose Template Add Save checks bonus Combat bonus Bonus to DC BONUS:EQMARMOR Bonus to HP Bonus to skill Bonus to skill point/L Modify VAR Weapon prof. bonus Allowed Companions Class Skill Damage Reduction Cost Source Page -Advanced Polearm Fighting TYPE:General.Fighter PREFEAT:1,Weapon Focus(TYPE=Polearm) PRESTAT:1,DEX=15 DESC:You know how to use the haft of a reach weapon to strike adjacent targets. SOURCEPAGE:pg. 135 -Aggressive Negotiations TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc] PRESTAT:1,STR=15 DESC:You know how to make people see things your way with the judicious use of a little muscle. SOURCEPAGE:pg. 136 -Alien Understanding TYPE:General PREMULT:1,[PREMULT:2,[PREDEITY:Neroth,Sarish],[PRECLASS:1,Cleric=1]],[PREMULT:1,[PREREGION:Canceri],[PREREGION:Encali]],[PRERACE:1,Dark-Kin] DESC:You are more easily able to bend undead and extra-planar creatures to your will, making your spells harder to resist. SOURCEPAGE:pg. 136 -Arcane Knack TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Elorii],[PREMULT:2,[PRERACE:1,Val],[PRETEMPLATE:1,Mehan,HolrynMehan]] PRESTAT:1,CHA=13 DESC:You can perform a few simple spells without really thinking about it. SOURCEPAGE:pg. 136 -Armored Caster TYPE:General PRECHECK:1,Fortitude=3 PREFEAT:1,Armor Proficiency (Heavy) PRESTAT:1,DEX=15 DESC:You have learned to reduce the arcane spell failure chance caused by wearing armor. BONUS:EQMARMOR|SPELLFAILURE|-10 SOURCEPAGE:pg. 136 -Armored Fortitude TYPE:General.Fighter PREATT:2 PREFEAT:1,Armor Proficiency (Heavy) DESC:While wearing heavy armor, you gain greater protection from attacks made with piercing weapons. DR:2/Bludgeoning DR:2/Piercing SOURCEPAGE:pg. 136 -Avalanche TYPE:General.Fighter PREFEAT:1,Improved Bull Rush PRESTAT:1,STR=17 DESC:You have learned to combine a melee charge attack with a bull rush. SOURCEPAGE:pg. 136 -Avoidance TYPE:General.Fighter PREATT:5 PREFEAT:1,Mobility PRESTAT:1,DEX=17 DESC:You are skilled at moving through threatened areas without provoking attacks of opportunity. SOURCEPAGE:pg. 137 -Balanced Blades TYPE:General.Fighter PREATT:9 PREFEAT:1,Improved Two Weapon Fighting DESC:You have learned balance two weapons more precisely in your hands. SOURCEPAGE:pg. 137 -Black Mage's Soul TYPE:General PREFEAT:1,Patchwork Soul (Evil) !PREFEAT:1,Fallen Hero's Soul,Scholar's Soul,Thief's Soul DESC:You possess a soul fragment that was once a mage who trafficked in dark magic. Through need or desire, you have tapped into some of the knowledge and skill of this sould fragment. CSKILL:Knowledge (Arcana)|Knowledge (Religion)|Knowledge (Planes) SOURCEPAGE:pg. 137 -Brute TYPE:General PREFEAT:1,Improved Unarmed Strike PRESTAT:2,STR=13,CON=13 DESC:You shrug off damage in brawls, often intimidating would-be attackers. SOURCEPAGE:pg. 138 -Callous TYPE:General PRETEXT:You must have died and been brought back to life at least once. DESC:You have seen some of the worst Onara has to offer and have become accustomed to horrors best left unspoken. BONUS:SKILL|Bluff,Diplomacy,TYPE.Perform,Sense Motive|-2 SOURCEPAGE:pg. 138 -Callused Skin TYPE:General PRECHECK:1,Fortitude=4 PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:Your skin is thicker and tougher than most other members of your race either through heredity, training, or constant abuse. BONUS:COMBAT|AC|1|TYPE=NaturalArmor SOURCEPAGE:pg. 138 -Canny Fighter TYPE:General.Fighter PREATT:4 PREFEAT:1,Lighting Reflexes DESC:You have learned to turn away at just the right moment to avoid the worst of a blow. SOURCEPAGE:pg. 138 -Cast Out the Damned TYPE:General PREFEAT:1,Turn Undead,Rebuke Infernal PREMULT:1,[PREMULT:2,[PREDEITY:Neroth,Sarish],[PRECLASS:1,Cleric=1]],[PREMULT:1,[PREREGION:Canceri],[PREREGION:Encali]],[PRERACE:1,Dark-Kin] DESC:You possess special knowledge of the motivations and weaknesses of undead and extra-planar creatures and can use this knowledge to more easily censure them. SOURCEPAGE:pg. 138 -Church Education TYPE:General PREMULT:1,[PREREGION:Coryan],[PREREGION:Altheria],[PREREGION:Canceri],[PREREGION:Milandir],[PREREGION:Solanos Mor],[PREREGION:Encali] DESC:The Clergy of your Nation has educated you from a young age. TEMPLATE:ChurchEdu CSKILL:Knowledge (Religion) SOURCEPAGE:Codex Arcanis -Cloak Attack TYPE:General.Fighter PREFEAT:1,Cloak Use PRESTAT:1,DEX=15 DESC:You have learned to use your cloak as a weapon. SOURCEPAGE:pg. 138 -Cloak Use TYPE:General.Fighter PREREGION:Coryan (Cafela) PRESTAT:1,DEX=13 DESC:You have learned to use your cloak to deflect attacks. BONUS:COMBAT|AC|1|TYPE=Shield.REPLACE SOURCEPAGE:pg. 138 -Combat Firing TYPE:General.Fighter PREFEAT:2,Combat Reflexes,Exotic Weapon Proficiancy(TYPE=Flintlock) PRESKILL:1,Concentration=1 DESC:You have learned to fire your flintlock in melee without provoking attacks of opportunity. SOURCEPAGE:pg. 139 -Combat Virtuoso TYPE:General.Fighter PREATT:6 PREFEAT:1,Weapon Finesse DESC:You have learned to use your skill with a weapon to frighten and demoralize your opponents. SOURCEPAGE:pg. 139 -Constant Agony TYPE:General PREFEAT:1,Great Fortitude,Toughness PRERACE:1,Gnome PRESKILL:1,Concentration=10 DESC:You have been living with the pain of your twisted body for so long that you hardly even notice when something hurts you. SOURCEPAGE:pg. 139 -Deadly Aim TYPE:General.Fighter PREATT:9 PREFEAT:4,Exotic Weapon Proficiency(TYPE=Flintlock),Improved Critical (TYPE=Flintlock),Weapon Focus (TYPE=Flintlock),Weapon Specialization (TYPE=Flintlock) DESC:You have become an expert marksman with your chosen flintlock type, enabling you to strike vulnerable spots with ruthless efficiency, increasing the critical multiplier of the weapon by one. SOURCEPAGE:pg. 141 -Defensive Fighter TYPE:General.Fighter PREFEAT:1,Combat Expertise PRESTAT:1,DEX=13 DESC:You have become an expert at fighting defensively. When fighting defensively, you only suffer a -2 on your attack roll. SOURCEPAGE:pg. 141 -Defensive Spin TYPE:General.Fighter PREFEAT:3,Riposte,Two Weapon Defense,Whirlwind Attack DESC:You have learned to spin in a defensive style that sometimes leaves your enemies open to a counter attack. SOURCEPAGE:pg. 141 -Domain Focus TYPE:General PRECLASS:1,Cleric,Priest=1 DESC:Your domain spells are harder to resist. MULT:YES CHOOSE:STRING|Afterlife|Air|Ancestor|Animal|Artificer|Binding|Cavern|Charm|Cold|Commerce|Daemonology|Death|Destruction|Disease|Divination|Earth|Fate|Fire|Glory|Healing|Holy|Honor|Knowledge|Luck|Magic|Murder|Music|Nature|Oath|Pain|Plant|Pleasure|Protection|Refuge|Saurian|Sea|Secrets|Senses|Storm|Strength|Subterfuge|Suffering|Sun|Trickery|Undead|War|Water BONUS:DC|DOMAIN.%LIST|1 SOURCEPAGE:pg. 142 -Dragon's Hide TYPE:General PREFEAT:1,Toughness PRERACE:1,Ss'ressen PRESTAT:1,CON=13 DESC:Your hide is thicker and tougher than normal. MULT:NO BONUS:COMBAT|AC|1|TYPE=NaturalArmor SOURCEPAGE:pg. 142 -Dumb Luck TYPE:General PRESTAT:1,CHA=13 PREVARLTEQ:WISSCORE,9,INTSCORE,9 DESC:You are luckier than most. Despite your apparent stupidity and reckless actions, you always manage to avoid most hazards. The Gods must really like you. STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:CHECKS|ALL|1|TYPE=Luck SOURCEPAGE:pg. 143 -Earth to Sky TYPE:General.Fighter PREFEAT:2,Improved Unarmed Strike,Meet the Charge DESC:You know how to use an opponents charging momentum against him. SOURCEPAGE:pg. 143 -Eroticist TYPE:General PREDEITY:Larissa PREFEAT:1,Bardic Music PRESKILL:1,TYPE.Perform=12 PRESTAT:1,CHA=13 DESC:Trained in the Great Temple of Larissa in Savona, followers of the eroticist path learn how to use every action to seduce and entrance a person. SOURCEPAGE:pg. 146 -Exotic Armor Proficiency TYPE:General.Fighter PREMULT:1,[PREARMORPROF:1,TYPE.Medium],[PREFEAT:1,Armor Proficiency (Medium)] DESC:You are trained in the use of a type of Exotic Armor. MULT:YES CHOOSE:STRING|Lorica Segmentata|Milandisian Cuirass|Andrean Plate SOURCEPAGE:pg. 146 -Gladius Exotic Weapon Proficiency TYPE:General.Fighter PREATT:1 DESC:You may use the Gladius as a slashing weapon, and you may use Power Attack with it, despite the fact that it is a light weapon. SOURCEPAGE:pg. 146 -Expert Summoning TYPE:General PREFEAT:1,Augment Summoning DESC:Your magically summoned allies are more difficult to damage with spell or blow. SOURCEPAGE:pg. 146 -Fallen Hero's Soul TYPE:General PREFEAT:1,Patchwork Soul (Good) !PREFEAT:1,Scholar's Soul,Black Mage's Soul,Thief's Soul DESC:You posses a fragment of someone elses soul. The fragment you possess was once a hero who fell from grace. Somehow you have managed to attune yourself to this small fragment, and it has become an integral part of your charater. SOURCEPAGE:146 -Favored Enemy Spell Focus TYPE:General PREFEAT:1,Spell Focus PREMULT:2,[PRESKILL:1,Spellcraft=7],[PRESKILL:1,Knowledge (Geography),Knowledge (History)=4] DESC:Your hatred and careful study of a chosen foe gives your spells extra potency. STACK:NO MULT:YES ADD:FEAT|1|TYPE=SpellFavoredEnemy SOURCEPAGE:pg. 147 -Field Medic TYPE:General PRESKILL:1,Heal=1 DESC:You can administer a potion to an unconsious person as a standard action without provoking an attack of opportunity. SOURCEPAGE:pg. 148 -Flowing Sand TYPE:General.Fighter PREFEAT:2,Cleave,Whirlwind Attack PRESTAT:1,DEX=17 DESC:You have learned to attack several opponents while moving in a straight line. SOURCEPAGE:pg. 148 -Greater Domain Focus TYPE:General PREFEAT:1,Domain Focus DESC:Your domain spells are harder to resist. MULT:YES CHOOSE:FEAT=Domain Focus SOURCEPAGE:pg. 142 -Greater Natural Weapon Fighting TYPE:General PREATT:12 PREFEAT:1,Improved Natural Weapon Fighting PRESTAT:1,INT=3 DESC:You have become a master of using natural weapons. SOURCEPAGE:pg. 155 -Hard Target TYPE:General.Fighter PREATT:6 PREFEAT:1,Combat Expertise DESC:You have learned to roll to your feet without provoking attacks of opportunity. SOURCEPAGE:pg. 148 -Hard to Handle TYPE:General PRERACE:1,Gnome PRESKILL:1,Escape Artist=5 DESC:You have spent most your life with people trying to throw you out of places they think you don't belong. As a result, you are one wriggly little bugger. SOURCEPAGE:pg. 148 -Hawk Eyed TYPE:General.Fighter PREATT:8 PREFEAT:1,Far Shot PREREGION:Altheria PREWEAPONPROF:1,TYPE.Flintlock DESC:You can see and engage targets well beyond the range of most sharp shooters. SOURCEPAGE:pg. 148 -Heedless Assault TYPE:General.Fighter PREFEAT:1,Power Attack DESC:You attack opponents with no thought to your own defense. SOURCEPAGE:pg. 148 -Hero's Heart TYPE:General DESC:Whenever you do something really dangerous, fate seems to intervene on your behalf. SOURCEPAGE:pg. 149 -Honeyed Tongue TYPE:General PRESTAT:1,CHA=13 DESC:You always seem to know just what to say in order to get people to do what you want. CHOOSE:SKILLSNAMED|Bluff|Diplomacy|Intimidate BONUS:SKILL|LIST|2 COST:.5 SOURCEPAGE:pg. 149 -I'm Not Gonna Eat That TYPE:General PRERACE:1,Gnome DESC:You look so unappetizing that nothign wants to put you in its mouth for fear of how you'll taste. SOURCEPAGE:pg. 150 -Improved Arcane Knack TYPE:General PREFEAT:1,Arcane Knack DESC:You have refined your innate magical abilities to the point where you can perform slightly more powerful tricks. SOURCEPAGE:pg. 136 -Improved Armored Fortitude TYPE:General.Fighter PREATT:4 PREFEAT:1,Armored Fortitude DESC:While wearing heavy armor, you gain greater protection from attacks made with slashing weapons. DR:.Clear.2/Piercing SOURCEPAGE:pg. 136 -Improved Familiar (Onaran) OUTPUTNAME:Improved Familiar, [NAME] TYPE:General PREFEAT:1,Summon Familiar DESC:You can aquire a non-standard familiar. COMPANIONLIST:Familiar|Horse (Warhorse Light)|Stirge|Shocker Lizard|Wolf|PREVARGTEQ:FMLevel,5 COMPANIONLIST:Familiar|Elemental (Air Small)|Elemental (Earth Small)|Elemental (Fire Small)|Horse (Warhorse Heavy)|Homunculus|Elemental (Water Small)|Demon (Quasit)|Devil (Imp)|PREVARGTEQ:FMLevel,7 SOURCEPAGE:pg. 150 -Improved Leadership TYPE:General PREFEAT:1,Leadership PRELEVEL:MIN=9 PRETEXT:Minimum Leadership score of 12 DESC:You have an exceptional ability to lead others. SOURCEPAGE:pg. 151 -Improved Mounted Combat TYPE:General.Fighter PREFEAT:2,Mounted Combat,Combat Reflexes PRESKILL:1,Ride=7 DESC:You have learned hwo to more efficiently maneuver your mount to avoid being hit in combat. SOURCEPAGE:pg. 151 -Improved Natural Weapon Fighting TYPE:General PREATT:7 PREFEAT:1,Natural Weapon Fighting PRESTAT:1,INT=3 DESC:You are able to strike more accurately with a flurry of natural weapon attacks. SOURCEPAGE:pg. 155 -Improved Quickdraw TYPE:General.Fighter PREATT:6 PREFEAT:1,Quick Draw PRESTAT:1,DEX=17 DESC:Your reflexes have been honed to a deadly edge. You have learned how to draw your weapon and attack as a single, swift action. SOURCEPAGE:pg. 151 -Improved Ride By Attack TYPE:General.Fighter PREFEAT:1,Ride By attack PRESKILL:1,Ride=9 DESC:You have become an expert at killing opponents from atop your horse. SOURCEPAGE:pg. 151 -Improved Snatch TYPE:General PREFEAT:2,Combat Reflexes,Lightning Reflexes PRESTAT:1,DEX=15 DESC:Your quick hands allow you to snatch items from an opponent. SOURCEPAGE:pg. 151 -Improved Toughness TYPE:General.Fighter PREFEAT:1,Toughness DEFINE:TimesTaken|0 DESC:You are much tougher than normal. STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:HP|CURRENTMAX|3+(3*TimesTaken) BONUS:VAR|TimesTaken|1 SOURCEPAGE:pg. 152 -Iron Skin TYPE:General PRECHECKBASE:1,Fortitude=6 PREFEAT:1,Callused Skin DESC:Your skin is much thicker and tougher than other members of your race, but at the cost of visible and significant disfigurement. BONUS:COMBAT|AC|1|TYPE=NaturalArmor.REPLACE SOURCEPAGE:pg. 152 -Judge of Character TYPE:General PREFEAT:1,Skill Focus(Sense Motive) PRESTAT:1,WIS=15 DESC:You have an innate ability to judge a person's character and motives. SOURCEPAGE:pg. 152 -Know Terrain TYPE:General PRESKILL:1,Survival=4 PRESTAT:1,INT=15 DESC:You know how to best use the terrain to your advantage during combat. SOURCEPAGE:pg. 152 -Lay of the Land TYPE:General PREFEAT:1,Track PRESKILL:1,Survival=4 DESC:Your homeland has always held a special plac ein your heart. You never seem to get lost within its familiar confines. SOURCEPAGE:pg. 153 -Linguist TYPE:General PRESTAT:1,INT=13 DEFINE:LinguistTimesTaken|0 DESC:Learning new languages is easy for you. MULT:YES CHOOSE:NOCHOICE ADD:LANGUAGE|2|TYPE=Spoken BONUS:SKILL|Decipher Script|2+(LinguistTimesTaken-1)|TYPE=Insight BONUS:VAR|LinguistTimesTaken|1 CSKILL:Speak Language SOURCEPAGE:pg. 153 -Martial Weapon Technique TYPE:General PRECLASS:1,Monk=8 PREFEAT:1,Weapon Focus DESC:A martial weapon of your choice becomes a monk weapon for you. You may now use it during a flurry of blows. MULT:YES CHOOSE:FEAT=Weapon Focus SOURCEPAGE:pg. 154 -Master of the Tops TYPE:General PREMULT:1,[PREREGION:Entaris],[PREREGION:Pirate Isles] PRESKILL:2,Climb,Use Rope=4 DESC:You have mastered the art of moving safely within the rigging of a large sailing vessel. SOURCEPAGE:pg. 154 -Meet the Charge TYPE:General.Fighter PREFEAT:1,Combat Reflexes DESC:You react to a charge with deadly efficiency SOURCEPAGE:pg. 154 -Multifire TYPE:General.Fighter PREFEAT:2,Exotic Weapon Proficiency(TYPE.Pistol),Two Weapon Fighting DESC:You may fire two flintlock pistol simultaneously to devastating effect. SOURCEPAGE:pg. 155 -Muderous Precision TYPE:General.Fighter !PREALIGN:LG,NG,CG PREATT:5 DESC:For you, killing is an art form, and you love practicing it on a helpless canvas. SOURCEPAGE:pg. 155 -Natural Weapon Fighting TYPE:General PREATT:2 PRESTAT:1,INT=3 PRETEXT:Must have a natural weapon DESC:You have learned to use your natural weapons with blinding speed, though at a cost in accuracy. SOURCEPAGE:pg. 155 -Of The Mundane TYPE:General PREMULT:1,[PRERACE:1,Human],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] !PRESPELLCAST:TYPE=Arcane|TYPE=Divine DESC:Magic does not sparkle in your blood. You readily ignore its effects and are even somewhat oblivious to its presence. SOURCEPAGE:pg. 155 -Offensive Spin TYPE:General.Fighter PREFEAT:2,Whirlwind Attack,Greater Two Weapon Fighting DESC:You create a deadly whirlwind of steel when wielding multiple weapons. SOURCEPAGE:pg. 155 -Olfaction TYPE:General PRECHECKBASE:1,Fortitude=5 PRERACE:1,Ss'ressen SAB:Scent ~ 30 ft range DESC:Ss'ressen are known for their heightened sense of smell, which is accentuated by their reptilian physiology and the fact that the warm springs in their native swamp emit a sulfuric odor. SOURCEPAGE:pg. 156 -Opportune Strike TYPE:General.Fighter PREFEAT:2,Combat Expertise,Weapon Finesse PRESTAT:1,DEX=17 DESC:You are particularly skilled at striking people when they are least able to avoid you. SOURCEPAGE:pg. 156 -Overlooked TYPE:General PRERACE:1,Gnome PREVARLTEQ:CHASCORE,11 DESC:People often pay little attention to your presence, or disregard you altogether. You have learned to use this to your advanatge. SOURCEPAGE:pg. 156 -Point of the Blade TYPE:General.Fighter PREFEAT:1,Weapon Focus PRETEXT:Selected weapon is a slashing weapon DESC:You are skilled with using your one-handed slashing weapon in an unconventional way. MULT:YES CHOOSE:FEAT=Weapon Focus SOURCEPAGE:pg. 156 -Quick Hands TYPE:General DESC:You can retrieve anything you need without dropping your guard. SOURCEPAGE:pg. 157 -Quick Reload TYPE:General.Fighter PREFEAT:1,Weapon Focus(TYPE=Flintlock) PREWEAPONPROF:1,TYPE=Flintlock DESC:You have learned to reload your flintlock quickly. SOURCEPAGE:pg. 157 -Quick Sheathe TYPE:General.Fighter PREFEAT:1,Quick Draw,Quick Hands PRESTAT:1,DEX=13 DESC:You have learned to put items away or snatch them up off the ground in the blink of an eye. SOURCEPAGE:pg. 157 -Restless Wanderer (Fighter) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastFighter SOURCEPAGE:pg. 157 -Restless Wanderer (Ranger) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastRanger SOURCEPAGE:pg. 157 -Restless Wanderer (Barbarian) TYPE:General PREMULT:1,[PRERACE:1,Gnome],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastBarbarian SOURCEPAGE:pg. 157 -Restless Wanderer (Paladin) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastPaladin SOURCEPAGE:pg. 157 -Restless Wanderer (Monk) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastMonk SOURCEPAGE:pg. 157 -Restless Wanderer (Rogue) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastRogue SOURCEPAGE:pg. 157 -Restless Wanderer (Wizard) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastWizard SOURCEPAGE:pg. 157 -Restless Wanderer (Druid) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastDruid SOURCEPAGE:pg. 157 -Restless Wanderer (Cleric) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastCleric SOURCEPAGE:pg. 157 -Restless Wanderer (Sorcerer) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastSorcerer SOURCEPAGE:pg. 157 -Restless Wanderer (Class Skills) OUTPUTNAME:Restless Wanderer (Class Skills) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. MULT:YES CHOOSE:SKILLSNAMED|CROSSCLASS CSKILL:LIST COST:.3 SOURCEPAGE:pg. 157 -Riposte TYPE:General.Fighter PREATT:6 PREFEAT:2,Combat Expertise,Weapon Finesse DESC:When an opponent misses you with a melee attack, you have been trained to make an immediate counterattack. SOURCEPAGE:pg. 157 -Sabbatical TYPE:General DESC:While others focus on combat tactics or magical training, you have chosen to focus on improving your skills. MULT:YES CHOOSE:NOCHOICE SOURCEPAGE:pg. 157 -Scholar TYPE:General PRESTAT:1,INT=13 DESC:You spend all your spare time studying. CSKILL:TYPE.Knowledge SOURCEPAGE:pg. 157 -Scholar's Soul TYPE:General PREFEAT:1,Patchwork Soul (Good),Patchwork Soul (Evil),Patchwork Soul (Neutral) !PREFEAT:1,Fallen Hero's Soul,Black Mage's Soul,Thief's Soul DESC:The soul fragment you posses was once a great scholar. Through need or desire, you have gained access to some of the knowledge and skills of this soul fragment. BONUS:SKILL|TYPE.Knowledge|1 CSKILL:TYPE.Knowledge SOURCEPAGE:pg. 157 -Secret Lore TYPE:General PREFEAT:1,Bardic Knowledge,Knowledge of the Ages DESC:The world of Arcanis is rich in history and culture. Those who study the depth and diversity of the world learn more of the secrets of Arcanis then others who are too busy to dig for the truth. BONUS:VAR|BardicKnowledge|3 SOURCEPAGE:pg. 158 -Greater Skill Focus TYPE:General PREFEAT:1,Skill Focus DESC:You have spent a tremendous amount of time and effort onn refining your abilities with a single skill. CHOOSE:SKILLSNAMED|ALL BONUS:SKILL|LIST|5 SOURCEPAGE:pg. 158 -Slimy TYPE:General PRERACE:1,Gnome PREVARLTEQ:CHASCORE,9 DESC:Your habitual coating of gooey filth makes you extremely difficult to catch. Creatures prefer to hold you at arms length even when they do grab you because of your palpable odor. BONUS:SKILL|Escape Artist|2 BONUS:SKILL|Hide|-2 SOURCEPAGE:pg. 158 -Steel Cloak TYPE:General.Fighter PREFEAT:1,Cloak Attack DESC:Your cloak technique has evolved to the point where your cloak should be regarded as a dangerous weapon. SOURCEPAGE:pg. 159 -Strength of the Coryani Heart NAMEISPI:YES TYPE:General PREREGION:Coryan DESC:Love of the EMpire is etched into your heart and the strength it lends you is astonishing. You become inspired whenever fighting overwhelming numbers of enemies. SOURCEPAGE:pg. 159 -Studious TYPE:General PRESTAT:1,INT=11 DEFINE:StudiousTaken|0 DESC:You learn quickly and pick up new skills faster than other individuals. MULT:YES CHOOSE:NOCHOICE BONUS:SKILLPOINTS|NUMBER|StudiousTaken BONUS:VAR|StudiousTaken|1 SOURCEPAGE:pg. 159 -Style Convergence TYPE:General PRECLASS:2,Combat Style (Red Sword Fencing)=1,Combat Style (Steel Wall)=1,Combat Style (Twin Sting)=1,Combat Style (Twin Storms)=1,Combat Style (Haven's Blade)=1,Combat Style (Steel Dragon)=1,HCombat Style (Hand Blade and Mind)=1,Combat Style (Sword that Believes)=1 DESC:You have mastered the ability to mix the abilities of two different combat styles into a single converged style of your own. SOURCEPAGE:pg. 159 -Superior Critical TYPE:General.Fighter PREATT:11 PREFEAT:3,Improved Critical,Wepaon Focus,Weapon Specialization DESC:You have learned just where to strike an enemy with your chosen weapon. MULT:YES CHOOSE:FEAT=Improved Critical BONUS:WEAPONPROF=%LIST|CRITMULTADD|1 SOURCEPAGE:pg. 159 -Tail Attack TYPE:General PREMULT:1,[PRERACE:1,Ss'ressen],[PRETEMPLATE:1,Prehensile Tail,Wicked Sting] DESC:You have learned to make attacks with your tail, surprising your opponents with lightning-quick sweeps. TEMPLATE:Tail Attack SOURCEPAGE:pg. 160 -Thief's Soul TYPE:General PREFEAT:1,Patchwork Soul (Neutral),Patchwork Soul (Evil) DESC:The soul fragment you possess was once an unrepentant thief. Through need or desire, you have gained access to the knowledge and skill of this soul fragment. BONUS:COMBAT|INITIATIVE|1|TYPE=Insight BONUS:SKILL|Spot,Listen,Sense Motive|1|TYPE=Insight CSKILL:Sleight of Hand|Open Lock|Disable Device SOURCEPAGE:pg. 160 -Tip Cut TYPE:General.Fighter PREFEAT:1,Weapon Focus(TYPE=Piercing) DESC:You have learned to use the tip of piercing melee weapons to inflict slashing damage. SOURCEPAGE:pg. 160 -Trick Shot TYPE:General.Fighter PREATT:8 PREFEAT:2,Exotic Weapon Proficiency(TYPE=Flintlock),Precise Shot PREREGION:Altheria DESC:You have learned to disarm an opponent with a shot from your flintlock. SOURCEPAGE:pg. 160 -Tumbling Strike TYPE:General.Fighter PREFEAT:1,Mobility PRESKILL:2,Jump,Tumble=5 DESC:You have learned to incorporate various acrobatic maneuvers into your charge attacks. SOURCEPAGE:pg. 161 -Unassailable Soul TYPE:General PRECHECKBASE:1,Fortitude=5 PREFEAT:2,Patchwork Soul (Good),Fallen Hero's Soul DESC:Your heroic soul fragment can bolster your resolve in times of need. SOURCEPAGE:pg. 161 -Uncanny Reaction TYPE:General PREFEAT:2,Alertness,Improved Initiative DESC:you think so quickly on your feet that it almost seems supernatural. You are often in motion before anyoen else knows what is happening. SOURCEPAGE:pg. 161 -Unfazed TYPE:General PREFEAT:1,Iron Will DESC:Your keen mind is not easily fooled or distracted from tasks. BONUS:CHECKS|Will|2 BONUS:SKILL|Concentration|2 SOURCEPAGE:pg. 161 -Unhindered Defense TYPE:General.Fighter PREFEAT:2,Combat Expertise,Dodge DESC:When unarmored, you are able to make use of your greater mobility to more easily dodge the attacks of opponents in cumbersome armor. SOURCEPAGE:pg. 161 -Versatile TYPE:General PRESTAT:1,WIS=13 DESC:You learn skills more readily than your peers. MULT:YES CHOOSE:SKILLSNAMED|CROSSCLASS CSKILL:LIST COST:.5 SOURCEPAGE:pg. 162 -Villainous TYPE:General PREALIGN:LN,LE,TN,NE,CN,CE DESC:You have learned to bully and steal to survive. BONUS:SKILL|Sleight of Hand,Intimidate|2 SOURCEPAGE:pg. 162 -Wary TYPE:General PRESTAT:1,WIS=13 DESC:You are ever vigilant and quick to respond to danger. BONUS:COMBAT|INITIATIVE|2 BONUS:SKILL|Spot|2 SOURCEPAGE:pg. 162 -Weapon Grand Master TYPE:General.Fighter PREATT:15 PREFEAT:1,Weapon Master DESC:Once a mere extension of your body, your chosen weapon has now become an extension of your mind, and your skill is legendary. MULT:YES CHOOSE:FEAT=Weapon Master SOURCEPAGE:pg. 162 -Weapon Master TYPE:General.Fighter PREFEAT:3,Improved Critical,Greater Weapon Focus,Greater Weapon Specialization DESC:Your mastery of a single weapon is so complete it is practically an extension of your body. MULT:YES CHOOSE:FEAT=Greater Weapon Specialization SOURCEPAGE:pg. 162 +# Feat Name Product Identity? Output Name Type Required AL Restricted AL Req. Att. Required Check Required Check Base Required Class Required Deity Required Feat Prohibited Feat Required Lvl Multiple Requirements Required Race Required Region Required Skill !PRESPELLCAST Required Stat Required Text Var. Max. Value Req. Weapond Prof. Special ABility Define Description Stackable? Multiple? Choose Template Add Save checks bonus Combat bonus Bonus to DC BONUS:EQMARMOR Bonus to HP Bonus to skill Bonus to skill point/L Modify VAR Weapon prof. bonus Allowed Companions Class Skill Damage Reduction Cost Source Page +Advanced Polearm Fighting TYPE:General.Fighter PREFEAT:1,Weapon Focus(TYPE=Polearm) PRESTAT:1,DEX=15 DESC:You know how to use the haft of a reach weapon to strike adjacent targets. SOURCEPAGE:pg. 135 +Aggressive Negotiations TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc] PRESTAT:1,STR=15 DESC:You know how to make people see things your way with the judicious use of a little muscle. SOURCEPAGE:pg. 136 +Alien Understanding TYPE:General PREMULT:1,[PREMULT:2,[PREDEITY:1,Neroth,Sarish],[PRECLASS:1,Cleric=1]],[PREMULT:1,[PREREGION:Canceri],[PREREGION:Encali]],[PRERACE:1,Dark-Kin] DESC:You are more easily able to bend undead and extra-planar creatures to your will, making your spells harder to resist. SOURCEPAGE:pg. 136 +Arcane Knack TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Elorii],[PREMULT:2,[PRERACE:1,Val],[PRETEMPLATE:1,Mehan,HolrynMehan]] PRESTAT:1,CHA=13 DESC:You can perform a few simple spells without really thinking about it. SOURCEPAGE:pg. 136 +Armored Caster TYPE:General PRECHECK:1,Fortitude=3 PREFEAT:1,Armor Proficiency (Heavy) PRESTAT:1,DEX=15 DESC:You have learned to reduce the arcane spell failure chance caused by wearing armor. BONUS:EQMARMOR|SPELLFAILURE|-10 SOURCEPAGE:pg. 136 +Armored Fortitude TYPE:General.Fighter PREATT:2 PREFEAT:1,Armor Proficiency (Heavy) DESC:While wearing heavy armor, you gain greater protection from attacks made with piercing weapons. DR:2/Bludgeoning DR:2/Piercing SOURCEPAGE:pg. 136 +Avalanche TYPE:General.Fighter PREFEAT:1,Improved Bull Rush PRESTAT:1,STR=17 DESC:You have learned to combine a melee charge attack with a bull rush. SOURCEPAGE:pg. 136 +Avoidance TYPE:General.Fighter PREATT:5 PREFEAT:1,Mobility PRESTAT:1,DEX=17 DESC:You are skilled at moving through threatened areas without provoking attacks of opportunity. SOURCEPAGE:pg. 137 +Balanced Blades TYPE:General.Fighter PREATT:9 PREFEAT:1,Improved Two Weapon Fighting DESC:You have learned balance two weapons more precisely in your hands. SOURCEPAGE:pg. 137 +Black Mage's Soul TYPE:General PREFEAT:1,Patchwork Soul (Evil) !PREFEAT:1,Fallen Hero's Soul,Scholar's Soul,Thief's Soul DESC:You possess a soul fragment that was once a mage who trafficked in dark magic. Through need or desire, you have tapped into some of the knowledge and skill of this sould fragment. CSKILL:Knowledge (Arcana)|Knowledge (Religion)|Knowledge (Planes) SOURCEPAGE:pg. 137 +Brute TYPE:General PREFEAT:1,Improved Unarmed Strike PRESTAT:2,STR=13,CON=13 DESC:You shrug off damage in brawls, often intimidating would-be attackers. SOURCEPAGE:pg. 138 +Callous TYPE:General PRETEXT:You must have died and been brought back to life at least once. DESC:You have seen some of the worst Onara has to offer and have become accustomed to horrors best left unspoken. BONUS:SKILL|Bluff,Diplomacy,TYPE.Perform,Sense Motive|-2 SOURCEPAGE:pg. 138 +Callused Skin TYPE:General PRECHECK:1,Fortitude=4 PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:Your skin is thicker and tougher than most other members of your race either through heredity, training, or constant abuse. BONUS:COMBAT|AC|1|TYPE=NaturalArmor SOURCEPAGE:pg. 138 +Canny Fighter TYPE:General.Fighter PREATT:4 PREFEAT:1,Lighting Reflexes DESC:You have learned to turn away at just the right moment to avoid the worst of a blow. SOURCEPAGE:pg. 138 +Cast Out the Damned TYPE:General PREFEAT:1,Turn Undead,Rebuke Infernal PREMULT:1,[PREMULT:2,[PREDEITY:1,Neroth,Sarish],[PRECLASS:1,Cleric=1]],[PREMULT:1,[PREREGION:Canceri],[PREREGION:Encali]],[PRERACE:1,Dark-Kin] DESC:You possess special knowledge of the motivations and weaknesses of undead and extra-planar creatures and can use this knowledge to more easily censure them. SOURCEPAGE:pg. 138 +Church Education TYPE:General PREMULT:1,[PREREGION:Coryan],[PREREGION:Altheria],[PREREGION:Canceri],[PREREGION:Milandir],[PREREGION:Solanos Mor],[PREREGION:Encali] DESC:The Clergy of your Nation has educated you from a young age. TEMPLATE:ChurchEdu CSKILL:Knowledge (Religion) SOURCEPAGE:Codex Arcanis +Cloak Attack TYPE:General.Fighter PREFEAT:1,Cloak Use PRESTAT:1,DEX=15 DESC:You have learned to use your cloak as a weapon. SOURCEPAGE:pg. 138 +Cloak Use TYPE:General.Fighter PREREGION:Coryan (Cafela) PRESTAT:1,DEX=13 DESC:You have learned to use your cloak to deflect attacks. BONUS:COMBAT|AC|1|TYPE=Shield.REPLACE SOURCEPAGE:pg. 138 +Combat Firing TYPE:General.Fighter PREFEAT:2,Combat Reflexes,Exotic Weapon Proficiancy(TYPE=Flintlock) PRESKILL:1,Concentration=1 DESC:You have learned to fire your flintlock in melee without provoking attacks of opportunity. SOURCEPAGE:pg. 139 +Combat Virtuoso TYPE:General.Fighter PREATT:6 PREFEAT:1,Weapon Finesse DESC:You have learned to use your skill with a weapon to frighten and demoralize your opponents. SOURCEPAGE:pg. 139 +Constant Agony TYPE:General PREFEAT:1,Great Fortitude,Toughness PRERACE:1,Gnome PRESKILL:1,Concentration=10 DESC:You have been living with the pain of your twisted body for so long that you hardly even notice when something hurts you. SOURCEPAGE:pg. 139 +Deadly Aim TYPE:General.Fighter PREATT:9 PREFEAT:4,Exotic Weapon Proficiency(TYPE=Flintlock),Improved Critical (TYPE=Flintlock),Weapon Focus (TYPE=Flintlock),Weapon Specialization (TYPE=Flintlock) DESC:You have become an expert marksman with your chosen flintlock type, enabling you to strike vulnerable spots with ruthless efficiency, increasing the critical multiplier of the weapon by one. SOURCEPAGE:pg. 141 +Defensive Fighter TYPE:General.Fighter PREFEAT:1,Combat Expertise PRESTAT:1,DEX=13 DESC:You have become an expert at fighting defensively. When fighting defensively, you only suffer a -2 on your attack roll. SOURCEPAGE:pg. 141 +Defensive Spin TYPE:General.Fighter PREFEAT:3,Riposte,Two Weapon Defense,Whirlwind Attack DESC:You have learned to spin in a defensive style that sometimes leaves your enemies open to a counter attack. SOURCEPAGE:pg. 141 +Domain Focus TYPE:General PRECLASS:1,Cleric,Priest=1 DESC:Your domain spells are harder to resist. MULT:YES CHOOSE:STRING|Afterlife|Air|Ancestor|Animal|Artificer|Binding|Cavern|Charm|Cold|Commerce|Daemonology|Death|Destruction|Disease|Divination|Earth|Fate|Fire|Glory|Healing|Holy|Honor|Knowledge|Luck|Magic|Murder|Music|Nature|Oath|Pain|Plant|Pleasure|Protection|Refuge|Saurian|Sea|Secrets|Senses|Storm|Strength|Subterfuge|Suffering|Sun|Trickery|Undead|War|Water BONUS:DC|DOMAIN.%LIST|1 SOURCEPAGE:pg. 142 +Dragon's Hide TYPE:General PREFEAT:1,Toughness PRERACE:1,Ss'ressen PRESTAT:1,CON=13 DESC:Your hide is thicker and tougher than normal. MULT:NO BONUS:COMBAT|AC|1|TYPE=NaturalArmor SOURCEPAGE:pg. 142 +Dumb Luck TYPE:General PRESTAT:1,CHA=13 PREVARLTEQ:WISSCORE,9,INTSCORE,9 DESC:You are luckier than most. Despite your apparent stupidity and reckless actions, you always manage to avoid most hazards. The Gods must really like you. STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:CHECKS|ALL|1|TYPE=Luck SOURCEPAGE:pg. 143 +Earth to Sky TYPE:General.Fighter PREFEAT:2,Improved Unarmed Strike,Meet the Charge DESC:You know how to use an opponents charging momentum against him. SOURCEPAGE:pg. 143 +Eroticist TYPE:General PREDEITY:1,Larissa PREFEAT:1,Bardic Music PRESKILL:1,TYPE.Perform=12 PRESTAT:1,CHA=13 DESC:Trained in the Great Temple of Larissa in Savona, followers of the eroticist path learn how to use every action to seduce and entrance a person. SOURCEPAGE:pg. 146 +Exotic Armor Proficiency TYPE:General.Fighter PREMULT:1,[PREARMORPROF:1,TYPE.Medium],[PREFEAT:1,Armor Proficiency (Medium)] DESC:You are trained in the use of a type of Exotic Armor. MULT:YES CHOOSE:STRING|Lorica Segmentata|Milandisian Cuirass|Andrean Plate SOURCEPAGE:pg. 146 +Gladius Exotic Weapon Proficiency TYPE:General.Fighter PREATT:1 DESC:You may use the Gladius as a slashing weapon, and you may use Power Attack with it, despite the fact that it is a light weapon. SOURCEPAGE:pg. 146 +Expert Summoning TYPE:General PREFEAT:1,Augment Summoning DESC:Your magically summoned allies are more difficult to damage with spell or blow. SOURCEPAGE:pg. 146 +Fallen Hero's Soul TYPE:General PREFEAT:1,Patchwork Soul (Good) !PREFEAT:1,Scholar's Soul,Black Mage's Soul,Thief's Soul DESC:You posses a fragment of someone elses soul. The fragment you possess was once a hero who fell from grace. Somehow you have managed to attune yourself to this small fragment, and it has become an integral part of your charater. SOURCEPAGE:146 +Favored Enemy Spell Focus TYPE:General PREFEAT:1,Spell Focus PREMULT:2,[PRESKILL:1,Spellcraft=7],[PRESKILL:1,Knowledge (Geography),Knowledge (History)=4] DESC:Your hatred and careful study of a chosen foe gives your spells extra potency. STACK:NO MULT:YES ADD:FEAT|1|TYPE=SpellFavoredEnemy SOURCEPAGE:pg. 147 +Field Medic TYPE:General PRESKILL:1,Heal=1 DESC:You can administer a potion to an unconsious person as a standard action without provoking an attack of opportunity. SOURCEPAGE:pg. 148 +Flowing Sand TYPE:General.Fighter PREFEAT:2,Cleave,Whirlwind Attack PRESTAT:1,DEX=17 DESC:You have learned to attack several opponents while moving in a straight line. SOURCEPAGE:pg. 148 +Greater Domain Focus TYPE:General PREFEAT:1,Domain Focus DESC:Your domain spells are harder to resist. MULT:YES CHOOSE:FEAT=Domain Focus SOURCEPAGE:pg. 142 +Greater Natural Weapon Fighting TYPE:General PREATT:12 PREFEAT:1,Improved Natural Weapon Fighting PRESTAT:1,INT=3 DESC:You have become a master of using natural weapons. SOURCEPAGE:pg. 155 +Hard Target TYPE:General.Fighter PREATT:6 PREFEAT:1,Combat Expertise DESC:You have learned to roll to your feet without provoking attacks of opportunity. SOURCEPAGE:pg. 148 +Hard to Handle TYPE:General PRERACE:1,Gnome PRESKILL:1,Escape Artist=5 DESC:You have spent most your life with people trying to throw you out of places they think you don't belong. As a result, you are one wriggly little bugger. SOURCEPAGE:pg. 148 +Hawk Eyed TYPE:General.Fighter PREATT:8 PREFEAT:1,Far Shot PREREGION:Altheria PREWEAPONPROF:1,TYPE.Flintlock DESC:You can see and engage targets well beyond the range of most sharp shooters. SOURCEPAGE:pg. 148 +Heedless Assault TYPE:General.Fighter PREFEAT:1,Power Attack DESC:You attack opponents with no thought to your own defense. SOURCEPAGE:pg. 148 +Hero's Heart TYPE:General DESC:Whenever you do something really dangerous, fate seems to intervene on your behalf. SOURCEPAGE:pg. 149 +Honeyed Tongue TYPE:General PRESTAT:1,CHA=13 DESC:You always seem to know just what to say in order to get people to do what you want. CHOOSE:SKILLSNAMED|Bluff|Diplomacy|Intimidate BONUS:SKILL|LIST|2 COST:.5 SOURCEPAGE:pg. 149 +I'm Not Gonna Eat That TYPE:General PRERACE:1,Gnome DESC:You look so unappetizing that nothign wants to put you in its mouth for fear of how you'll taste. SOURCEPAGE:pg. 150 +Improved Arcane Knack TYPE:General PREFEAT:1,Arcane Knack DESC:You have refined your innate magical abilities to the point where you can perform slightly more powerful tricks. SOURCEPAGE:pg. 136 +Improved Armored Fortitude TYPE:General.Fighter PREATT:4 PREFEAT:1,Armored Fortitude DESC:While wearing heavy armor, you gain greater protection from attacks made with slashing weapons. DR:.Clear.2/Piercing SOURCEPAGE:pg. 136 +Improved Familiar (Onaran) OUTPUTNAME:Improved Familiar, [NAME] TYPE:General PREFEAT:1,Summon Familiar DESC:You can aquire a non-standard familiar. COMPANIONLIST:Familiar|Horse (Warhorse Light)|Stirge|Shocker Lizard|Wolf|PREVARGTEQ:FMLevel,5 COMPANIONLIST:Familiar|Elemental (Air Small)|Elemental (Earth Small)|Elemental (Fire Small)|Horse (Warhorse Heavy)|Homunculus|Elemental (Water Small)|Demon (Quasit)|Devil (Imp)|PREVARGTEQ:FMLevel,7 SOURCEPAGE:pg. 150 +Improved Leadership TYPE:General PREFEAT:1,Leadership PRELEVEL:MIN=9 PRETEXT:Minimum Leadership score of 12 DESC:You have an exceptional ability to lead others. SOURCEPAGE:pg. 151 +Improved Mounted Combat TYPE:General.Fighter PREFEAT:2,Mounted Combat,Combat Reflexes PRESKILL:1,Ride=7 DESC:You have learned hwo to more efficiently maneuver your mount to avoid being hit in combat. SOURCEPAGE:pg. 151 +Improved Natural Weapon Fighting TYPE:General PREATT:7 PREFEAT:1,Natural Weapon Fighting PRESTAT:1,INT=3 DESC:You are able to strike more accurately with a flurry of natural weapon attacks. SOURCEPAGE:pg. 155 +Improved Quickdraw TYPE:General.Fighter PREATT:6 PREFEAT:1,Quick Draw PRESTAT:1,DEX=17 DESC:Your reflexes have been honed to a deadly edge. You have learned how to draw your weapon and attack as a single, swift action. SOURCEPAGE:pg. 151 +Improved Ride By Attack TYPE:General.Fighter PREFEAT:1,Ride By attack PRESKILL:1,Ride=9 DESC:You have become an expert at killing opponents from atop your horse. SOURCEPAGE:pg. 151 +Improved Snatch TYPE:General PREFEAT:2,Combat Reflexes,Lightning Reflexes PRESTAT:1,DEX=15 DESC:Your quick hands allow you to snatch items from an opponent. SOURCEPAGE:pg. 151 +Improved Toughness TYPE:General.Fighter PREFEAT:1,Toughness DEFINE:TimesTaken|0 DESC:You are much tougher than normal. STACK:YES MULT:YES CHOOSE:NOCHOICE BONUS:HP|CURRENTMAX|3+(3*TimesTaken) BONUS:VAR|TimesTaken|1 SOURCEPAGE:pg. 152 +Iron Skin TYPE:General PRECHECKBASE:1,Fortitude=6 PREFEAT:1,Callused Skin DESC:Your skin is much thicker and tougher than other members of your race, but at the cost of visible and significant disfigurement. BONUS:COMBAT|AC|1|TYPE=NaturalArmor.REPLACE SOURCEPAGE:pg. 152 +Judge of Character TYPE:General PREFEAT:1,Skill Focus(Sense Motive) PRESTAT:1,WIS=15 DESC:You have an innate ability to judge a person's character and motives. SOURCEPAGE:pg. 152 +Know Terrain TYPE:General PRESKILL:1,Survival=4 PRESTAT:1,INT=15 DESC:You know how to best use the terrain to your advantage during combat. SOURCEPAGE:pg. 152 +Lay of the Land TYPE:General PREFEAT:1,Track PRESKILL:1,Survival=4 DESC:Your homeland has always held a special plac ein your heart. You never seem to get lost within its familiar confines. SOURCEPAGE:pg. 153 +Linguist TYPE:General PRESTAT:1,INT=13 DEFINE:LinguistTimesTaken|0 DESC:Learning new languages is easy for you. MULT:YES CHOOSE:NOCHOICE ADD:LANGUAGE|2|TYPE=Spoken BONUS:SKILL|Decipher Script|2+(LinguistTimesTaken-1)|TYPE=Insight BONUS:VAR|LinguistTimesTaken|1 CSKILL:Speak Language SOURCEPAGE:pg. 153 +Martial Weapon Technique TYPE:General PRECLASS:1,Monk=8 PREFEAT:1,Weapon Focus DESC:A martial weapon of your choice becomes a monk weapon for you. You may now use it during a flurry of blows. MULT:YES CHOOSE:FEAT=Weapon Focus SOURCEPAGE:pg. 154 +Master of the Tops TYPE:General PREMULT:1,[PREREGION:Entaris],[PREREGION:Pirate Isles] PRESKILL:2,Climb,Use Rope=4 DESC:You have mastered the art of moving safely within the rigging of a large sailing vessel. SOURCEPAGE:pg. 154 +Meet the Charge TYPE:General.Fighter PREFEAT:1,Combat Reflexes DESC:You react to a charge with deadly efficiency SOURCEPAGE:pg. 154 +Multifire TYPE:General.Fighter PREFEAT:2,Exotic Weapon Proficiency(TYPE.Pistol),Two Weapon Fighting DESC:You may fire two flintlock pistol simultaneously to devastating effect. SOURCEPAGE:pg. 155 +Muderous Precision TYPE:General.Fighter !PREALIGN:LG,NG,CG PREATT:5 DESC:For you, killing is an art form, and you love practicing it on a helpless canvas. SOURCEPAGE:pg. 155 +Natural Weapon Fighting TYPE:General PREATT:2 PRESTAT:1,INT=3 PRETEXT:Must have a natural weapon DESC:You have learned to use your natural weapons with blinding speed, though at a cost in accuracy. SOURCEPAGE:pg. 155 +Of The Mundane TYPE:General PREMULT:1,[PRERACE:1,Human],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] !PRESPELLCAST:TYPE=Arcane|TYPE=Divine DESC:Magic does not sparkle in your blood. You readily ignore its effects and are even somewhat oblivious to its presence. SOURCEPAGE:pg. 155 +Offensive Spin TYPE:General.Fighter PREFEAT:2,Whirlwind Attack,Greater Two Weapon Fighting DESC:You create a deadly whirlwind of steel when wielding multiple weapons. SOURCEPAGE:pg. 155 +Olfaction TYPE:General PRECHECKBASE:1,Fortitude=5 PRERACE:1,Ss'ressen SAB:Scent ~ 30 ft range DESC:Ss'ressen are known for their heightened sense of smell, which is accentuated by their reptilian physiology and the fact that the warm springs in their native swamp emit a sulfuric odor. SOURCEPAGE:pg. 156 +Opportune Strike TYPE:General.Fighter PREFEAT:2,Combat Expertise,Weapon Finesse PRESTAT:1,DEX=17 DESC:You are particularly skilled at striking people when they are least able to avoid you. SOURCEPAGE:pg. 156 +Overlooked TYPE:General PRERACE:1,Gnome PREVARLTEQ:CHASCORE,11 DESC:People often pay little attention to your presence, or disregard you altogether. You have learned to use this to your advanatge. SOURCEPAGE:pg. 156 +Point of the Blade TYPE:General.Fighter PREFEAT:1,Weapon Focus PRETEXT:Selected weapon is a slashing weapon DESC:You are skilled with using your one-handed slashing weapon in an unconventional way. MULT:YES CHOOSE:FEAT=Weapon Focus SOURCEPAGE:pg. 156 +Quick Hands TYPE:General DESC:You can retrieve anything you need without dropping your guard. SOURCEPAGE:pg. 157 +Quick Reload TYPE:General.Fighter PREFEAT:1,Weapon Focus(TYPE=Flintlock) PREWEAPONPROF:1,TYPE=Flintlock DESC:You have learned to reload your flintlock quickly. SOURCEPAGE:pg. 157 +Quick Sheathe TYPE:General.Fighter PREFEAT:1,Quick Draw,Quick Hands PRESTAT:1,DEX=13 DESC:You have learned to put items away or snatch them up off the ground in the blink of an eye. SOURCEPAGE:pg. 157 +Restless Wanderer (Fighter) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastFighter SOURCEPAGE:pg. 157 +Restless Wanderer (Ranger) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastRanger SOURCEPAGE:pg. 157 +Restless Wanderer (Barbarian) TYPE:General PREMULT:1,[PRERACE:1,Gnome],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastBarbarian SOURCEPAGE:pg. 157 +Restless Wanderer (Paladin) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastPaladin SOURCEPAGE:pg. 157 +Restless Wanderer (Monk) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastMonk SOURCEPAGE:pg. 157 +Restless Wanderer (Rogue) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastRogue SOURCEPAGE:pg. 157 +Restless Wanderer (Wizard) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastWizard SOURCEPAGE:pg. 157 +Restless Wanderer (Druid) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastDruid SOURCEPAGE:pg. 157 +Restless Wanderer (Cleric) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastCleric SOURCEPAGE:pg. 157 +Restless Wanderer (Sorcerer) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. TEMPLATE:PastSorcerer SOURCEPAGE:pg. 157 +Restless Wanderer (Class Skills) OUTPUTNAME:Restless Wanderer (Class Skills) TYPE:General PREMULT:1,[PRERACE:1,Dark-Kin],[PRERACE:1,Gnome],[PRERACE:1,Half-Orc],[PRERACE:1,Half-Hobgoblin] DESC:For members of some races, there is no land in which they are welcomed or readily accepted. Many of them travel, never staying in one place for very long. Becasue of this, they are exposed to many different skills and traditions. MULT:YES CHOOSE:SKILLSNAMED|CROSSCLASS CSKILL:LIST COST:.3 SOURCEPAGE:pg. 157 +Riposte TYPE:General.Fighter PREATT:6 PREFEAT:2,Combat Expertise,Weapon Finesse DESC:When an opponent misses you with a melee attack, you have been trained to make an immediate counterattack. SOURCEPAGE:pg. 157 +Sabbatical TYPE:General DESC:While others focus on combat tactics or magical training, you have chosen to focus on improving your skills. MULT:YES CHOOSE:NOCHOICE SOURCEPAGE:pg. 157 +Scholar TYPE:General PRESTAT:1,INT=13 DESC:You spend all your spare time studying. CSKILL:TYPE.Knowledge SOURCEPAGE:pg. 157 +Scholar's Soul TYPE:General PREFEAT:1,Patchwork Soul (Good),Patchwork Soul (Evil),Patchwork Soul (Neutral) !PREFEAT:1,Fallen Hero's Soul,Black Mage's Soul,Thief's Soul DESC:The soul fragment you posses was once a great scholar. Through need or desire, you have gained access to some of the knowledge and skills of this soul fragment. BONUS:SKILL|TYPE.Knowledge|1 CSKILL:TYPE.Knowledge SOURCEPAGE:pg. 157 +Secret Lore TYPE:General PREFEAT:1,Bardic Knowledge,Knowledge of the Ages DESC:The world of Arcanis is rich in history and culture. Those who study the depth and diversity of the world learn more of the secrets of Arcanis then others who are too busy to dig for the truth. BONUS:VAR|BardicKnowledge|3 SOURCEPAGE:pg. 158 +Greater Skill Focus TYPE:General PREFEAT:1,Skill Focus DESC:You have spent a tremendous amount of time and effort onn refining your abilities with a single skill. CHOOSE:SKILLSNAMED|ALL BONUS:SKILL|LIST|5 SOURCEPAGE:pg. 158 +Slimy TYPE:General PRERACE:1,Gnome PREVARLTEQ:CHASCORE,9 DESC:Your habitual coating of gooey filth makes you extremely difficult to catch. Creatures prefer to hold you at arms length even when they do grab you because of your palpable odor. BONUS:SKILL|Escape Artist|2 BONUS:SKILL|Hide|-2 SOURCEPAGE:pg. 158 +Steel Cloak TYPE:General.Fighter PREFEAT:1,Cloak Attack DESC:Your cloak technique has evolved to the point where your cloak should be regarded as a dangerous weapon. SOURCEPAGE:pg. 159 +Strength of the Coryani Heart NAMEISPI:YES TYPE:General PREREGION:Coryan DESC:Love of the EMpire is etched into your heart and the strength it lends you is astonishing. You become inspired whenever fighting overwhelming numbers of enemies. SOURCEPAGE:pg. 159 +Studious TYPE:General PRESTAT:1,INT=11 DEFINE:StudiousTaken|0 DESC:You learn quickly and pick up new skills faster than other individuals. MULT:YES CHOOSE:NOCHOICE BONUS:SKILLPOINTS|NUMBER|StudiousTaken BONUS:VAR|StudiousTaken|1 SOURCEPAGE:pg. 159 +Style Convergence TYPE:General PRECLASS:2,Combat Style (Red Sword Fencing)=1,Combat Style (Steel Wall)=1,Combat Style (Twin Sting)=1,Combat Style (Twin Storms)=1,Combat Style (Haven's Blade)=1,Combat Style (Steel Dragon)=1,HCombat Style (Hand Blade and Mind)=1,Combat Style (Sword that Believes)=1 DESC:You have mastered the ability to mix the abilities of two different combat styles into a single converged style of your own. SOURCEPAGE:pg. 159 +Superior Critical TYPE:General.Fighter PREATT:11 PREFEAT:3,Improved Critical,Wepaon Focus,Weapon Specialization DESC:You have learned just where to strike an enemy with your chosen weapon. MULT:YES CHOOSE:FEAT=Improved Critical BONUS:WEAPONPROF=%LIST|CRITMULTADD|1 SOURCEPAGE:pg. 159 +Tail Attack TYPE:General PREMULT:1,[PRERACE:1,Ss'ressen],[PRETEMPLATE:1,Prehensile Tail,Wicked Sting] DESC:You have learned to make attacks with your tail, surprising your opponents with lightning-quick sweeps. TEMPLATE:Tail Attack SOURCEPAGE:pg. 160 +Thief's Soul TYPE:General PREFEAT:1,Patchwork Soul (Neutral),Patchwork Soul (Evil) DESC:The soul fragment you possess was once an unrepentant thief. Through need or desire, you have gained access to the knowledge and skill of this soul fragment. BONUS:COMBAT|INITIATIVE|1|TYPE=Insight BONUS:SKILL|Spot,Listen,Sense Motive|1|TYPE=Insight CSKILL:Sleight of Hand|Open Lock|Disable Device SOURCEPAGE:pg. 160 +Tip Cut TYPE:General.Fighter PREFEAT:1,Weapon Focus(TYPE=Piercing) DESC:You have learned to use the tip of piercing melee weapons to inflict slashing damage. SOURCEPAGE:pg. 160 +Trick Shot TYPE:General.Fighter PREATT:8 PREFEAT:2,Exotic Weapon Proficiency(TYPE=Flintlock),Precise Shot PREREGION:Altheria DESC:You have learned to disarm an opponent with a shot from your flintlock. SOURCEPAGE:pg. 160 +Tumbling Strike TYPE:General.Fighter PREFEAT:1,Mobility PRESKILL:2,Jump,Tumble=5 DESC:You have learned to incorporate various acrobatic maneuvers into your charge attacks. SOURCEPAGE:pg. 161 +Unassailable Soul TYPE:General PRECHECKBASE:1,Fortitude=5 PREFEAT:2,Patchwork Soul (Good),Fallen Hero's Soul DESC:Your heroic soul fragment can bolster your resolve in times of need. SOURCEPAGE:pg. 161 +Uncanny Reaction TYPE:General PREFEAT:2,Alertness,Improved Initiative DESC:you think so quickly on your feet that it almost seems supernatural. You are often in motion before anyoen else knows what is happening. SOURCEPAGE:pg. 161 +Unfazed TYPE:General PREFEAT:1,Iron Will DESC:Your keen mind is not easily fooled or distracted from tasks. BONUS:CHECKS|Will|2 BONUS:SKILL|Concentration|2 SOURCEPAGE:pg. 161 +Unhindered Defense TYPE:General.Fighter PREFEAT:2,Combat Expertise,Dodge DESC:When unarmored, you are able to make use of your greater mobility to more easily dodge the attacks of opponents in cumbersome armor. SOURCEPAGE:pg. 161 +Versatile TYPE:General PRESTAT:1,WIS=13 DESC:You learn skills more readily than your peers. MULT:YES CHOOSE:SKILLSNAMED|CROSSCLASS CSKILL:LIST COST:.5 SOURCEPAGE:pg. 162 +Villainous TYPE:General PREALIGN:LN,LE,TN,NE,CN,CE DESC:You have learned to bully and steal to survive. BONUS:SKILL|Sleight of Hand,Intimidate|2 SOURCEPAGE:pg. 162 +Wary TYPE:General PRESTAT:1,WIS=13 DESC:You are ever vigilant and quick to respond to danger. BONUS:COMBAT|INITIATIVE|2 BONUS:SKILL|Spot|2 SOURCEPAGE:pg. 162 +Weapon Grand Master TYPE:General.Fighter PREATT:15 PREFEAT:1,Weapon Master DESC:Once a mere extension of your body, your chosen weapon has now become an extension of your mind, and your skill is legendary. MULT:YES CHOOSE:FEAT=Weapon Master SOURCEPAGE:pg. 162 +Weapon Master TYPE:General.Fighter PREFEAT:3,Improved Critical,Greater Weapon Focus,Greater Weapon Specialization DESC:Your mastery of a single weapon is so complete it is practically an extension of your body. MULT:YES CHOOSE:FEAT=Greater Weapon Specialization SOURCEPAGE:pg. 162 ###Block: Military Feats @@ -191,7 +191,7 @@ Memories of Lives Past TYPE:Elorii.Background PREPCLEVEL:MAX=1 PRERACE:1,Elorii DESC:Your soul remembers something of its past incarnations. You gain knowledge from these memories. ADD:FEAT|1|TYPE=Past SOURCEPAGE:pg. 154 Vengeful Eyes TYPE:Elorii PREFEAT:2,Far Shot,Weapon Focus(TYPE=Bow) PRERACE:1,Elorii DESC:You can see and engage targets well beyond the range of most of your kin. SOURCEPAGE:pg. 162 Visions of Lives Past TYPE:Elorii PREFEAT:1,Memories of Lives Past PRERACE:1,Elorii DESC:Your connection to your past life is stronger than normal. Your soul remembers something of its past existence. You gain knowledge from these memories. SOURCEPAGE:pg. 162 -Will of the Prophetess TYPE:Elorii PRECLASS:1,Cleric=1 PREDEITY:Belisarda PRERACE:1,Elorii DESC:Taking the principals of your religion to an extreme, your spells have been strengthened against the lesser races by the power of your anger SOURCEPAGE:pg. 162 +Will of the Prophetess TYPE:Elorii PRECLASS:1,Cleric=1 PREDEITY:1,Belisarda PRERACE:1,Elorii DESC:Taking the principals of your religion to an extreme, your spells have been strengthened against the lesser races by the power of your anger SOURCEPAGE:pg. 162 ###Block: Taint Feats Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats_hidden.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats_hidden.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_feats_hidden.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,44 +1,42 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 -# Feat Name Type Visible Required AL Required Deity Required Feat Prohibited Feat Multiple Requirements Req. Weapond Prof. Prohibited Weapond Prof. Special ABility Define Description Multiple? Choose Virtual Feat Add Save checks bonus Combat bonus Bonus to skill Stat bonus Modify VAR -Rebuke Undead.MOD PREALIGN:LG,NG,CG +# Feat Name Type Visible Required Deity Required Feat Prohibited Feat Multiple Requirements Req. Weapond Prof. Prohibited Weapond Prof. Special ABility Define Description Multiple? Choose Virtual Feat Add Save checks bonus Combat bonus Bonus to skill Stat bonus Modify VAR +Knowledge of the Ages TYPE:Special VISIBLE:NO PREDEITY:1,Althares SAB:Knowledge of the Ages (Ex) (+%)|AgesKnowledge DEFINE:AgesKnowledge|0 BONUS:VAR|AgesKnowledge|INT -Knowledge of the Ages TYPE:Special VISIBLE:NO PREDEITY:Althares SAB:Knowledge of the Ages (Ex) (+%)|AgesKnowledge DEFINE:AgesKnowledge|0 BONUS:VAR|AgesKnowledge|INT +WineDrinkerSchoolAccess TYPE:WineDrinker SAB:School Access (%CHOICE) (Ex) MULT:YES CHOOSE:NUMCHOICES=1|STRING|Abjuration|Conjuration|Divination|Enchantment|Evocation|Illusion|Necromancy|Transmutation -WineDrinkerSchoolAccess TYPE:WineDrinker SAB:School Access (%CHOICE) (Ex) MULT:YES CHOOSE:NUMCHOICES=1|STRING|Abjuration|Conjuration|Divination|Enchantment|Evocation|Illusion|Necromancy|Transmutation +Monk AC TYPE:Special VISIBLE:NO DEFINE:MonkAC|0 DEFINE:MonkACLvl|0 BONUS:COMBAT|AC|max(WIS,0)+MonkAC|PREMULT:3,[PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0],[PRECLASS:1,Monk=1],[!PRECLASS:1,Bearer of Woe=2] BONUS:COMBAT|AC|max(max(WIS,0),max(CON,0))+MonkAC|PREMULT:3,[PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0],[PRECLASS:1,Bearer of Woe=2],[PRECLASS:1,Monk=1] BONUS:COMBAT|AC|max(CON,0)|PREMULT:3,[PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0],[!PRECLASS:1,Monk=1],[PRECLASS:1,Bearer of Woe=2] BONUS:VAR|MonkAC|(MonkACLvl)/5|PRECLASS:1,Monk=1 +Halberd Specialization TYPE:Special.Canton VISIBLE:NO PREFEAT:1,Weapon Focus PREMULT:2,[PRECLASS:1,Milandisian Canton=1],[PREATT:5] VFEAT:Weapon Specialization(Halberd) +Heavy Crossbow Specialization TYPE:Special.Canton VISIBLE:NO PREFEAT:1,Weapon Focus PREMULT:2,[PRECLASS:1,Milandisian Canton=1],[PREATT:5] VFEAT:Weapon Specialization(Crossbow (Heavy)) +Ranged Sneak Attack TYPE:Special VISIBLE:NO SAB:Ranged Sneak Attack +%d%|RangedSneakAttack|RangedSneakAttackDie DEFINE:RangedSneakAttackDie|6 DEFINE:RangedSneakAttack|0 DESC:Class Special Ability -Monk AC TYPE:Special VISIBLE:NO DEFINE:MonkAC|0 DEFINE:MonkACLvl|0 BONUS:COMBAT|AC|max(WIS,0)+MonkAC|PREMULT:3,[PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0],[PRECLASS:1,Monk=1],[!PRECLASS:1,Bearer of Woe=2] BONUS:COMBAT|AC|max(max(WIS,0),max(CON,0))+MonkAC|PREMULT:3,[PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0],[PRECLASS:1,Bearer of Woe=2],[PRECLASS:1,Monk=1] BONUS:COMBAT|AC|max(CON,0)|PREMULT:3,[PREVAREQ:ENCUMBERANCE,0,COUNT[EQTYPE.ARMOR.EQUIPPED],0],[!PRECLASS:1,Monk=1],[PRECLASS:1,Bearer of Woe=2] BONUS:VAR|MonkAC|(MonkACLvl)/5|PRECLASS:1,Monk=1 -Halberd Specialization TYPE:Special.Canton VISIBLE:NO PREFEAT:1,Weapon Focus PREMULT:2,[PRECLASS:1,Milandisian Canton=1],[PREATT:5] VFEAT:Weapon Specialization(Halberd) -Heavy Crossbow Specialization TYPE:Special.Canton VISIBLE:NO PREFEAT:1,Weapon Focus PREMULT:2,[PRECLASS:1,Milandisian Canton=1],[PREATT:5] VFEAT:Weapon Specialization(Crossbow (Heavy)) -Ranged Sneak Attack TYPE:Special VISIBLE:NO SAB:Ranged Sneak Attack +%d%|RangedSneakAttack|RangedSneakAttackDie DEFINE:RangedSneakAttackDie|6 DEFINE:RangedSneakAttack|0 DESC:Class Special Ability +GladiusYes TYPE:GladiusProf PREWEAPONPROF:1,Gladius VFEAT:Gladius Exotic Weapon Proficiency +GladiusNo TYPE:GladiusProf !PREWEAPONPROF:1,Gladius VFEAT:Martial Weapon Proficiency (Gladius) -GladiusYes TYPE:GladiusProf PREWEAPONPROF:1,Gladius VFEAT:Gladius Exotic Weapon Proficiency -GladiusNo TYPE:GladiusProf !PREWEAPONPROF:1,Gladius VFEAT:Martial Weapon Proficiency (Gladius) +Init Bonus TYPE:Special.Bowman VISIBLE:NO PREFEAT:1,Quick Draw BONUS:COMBAT|INITIATIVE|2 +QuickDraw TYPE:Special.Bowman VISIBLE:NO !PREFEAT:1,Quick Draw ADD:FEAT|1|Quick Draw -Init Bonus TYPE:Special.Bowman VISIBLE:NO PREFEAT:1,Quick Draw BONUS:COMBAT|INITIATIVE|2 -QuickDraw TYPE:Special.Bowman VISIBLE:NO !PREFEAT:1,Quick Draw ADD:FEAT|1|Quick Draw +Subject Specialization TYPE:Special VISIBLE:NO CHOOSE:SKILLSNAMED|TYPE.Knowledge BONUS:SKILL|LIST|3|TYPE=Circumstance +Emerald Proficiency TYPE:Special VISIBLE:NO CHOOSE:WEAPONPROF|1|Gladius|Longsword|Whip -Subject Specialization TYPE:Special VISIBLE:NO CHOOSE:SKILLSNAMED|TYPE.Knowledge BONUS:SKILL|LIST|3|TYPE=Circumstance -Emerald Proficiency TYPE:Special VISIBLE:NO CHOOSE:WEAPONPROF|1|Gladius|Longsword|Whip +Twisted Form TYPE:Special VISIBLE:NO SAB:Twisted Form (Su) SAB:Bonuses when twisted (STR +%, CON +%, Willpower +%, AC -%, HP %)|RageStrBonus+2|RageConBonus+2|RageMorale+2|RageACPenalty+2|((RageConBonus+2)/2)*(TL+HD) DEFINE:Twisted|0 BONUS:CHECKS|Will|RageMorale+2|PREAPPLY:PC BONUS:COMBAT|AC|-1*(RageACPenalty+2)|PREAPPLY:PC BONUS:STAT|CON|RageConBonus+2|PREAPPLY:PC BONUS:STAT|STR|RageStrBonus+2|PREAPPLY:PC BONUS:VAR|RageDuration|-((RageConBonus+2)/2)|PREAPPLY:PC BONUS:VAR|Twisted|1|PREAPPLY:PC +Burst of Strength TYPE:Special VISIBLE:NO SAB:Burst of Strength (Su) +% STR|BurstBonus DEFINE:BurstBonus|0 BONUS:VAR|BurstBonus|CL BONUS:VAR|RageStrBonus|BurstBonus|PREAPPLY:PC -Twisted Form TYPE:Special VISIBLE:NO SAB:Twisted Form (Su) SAB:Bonuses when twisted (STR +%, CON +%, Willpower +%, AC -%, HP %)|RageStrBonus+2|RageConBonus+2|RageMorale+2|RageACPenalty+2|((RageConBonus+2)/2)*(TL+HD) DEFINE:Twisted|0 BONUS:CHECKS|Will|RageMorale+2|PREAPPLY:PC BONUS:COMBAT|AC|-1*(RageACPenalty+2)|PREAPPLY:PC BONUS:STAT|CON|RageConBonus+2|PREAPPLY:PC BONUS:STAT|STR|RageStrBonus+2|PREAPPLY:PC BONUS:VAR|RageDuration|-((RageConBonus+2)/2)|PREAPPLY:PC BONUS:VAR|Twisted|1|PREAPPLY:PC -Burst of Strength TYPE:Special VISIBLE:NO SAB:Burst of Strength (Su) +% STR|BurstBonus DEFINE:BurstBonus|0 BONUS:VAR|BurstBonus|CL BONUS:VAR|RageStrBonus|BurstBonus|PREAPPLY:PC - ###Block: Turning Stuff -# Feat Name Type Visible Required AL Special ABility Define Source Page -Basic Channeling TYPE:Special.Channeling VISIBLE:NO DEFINE:ChannelTimesBase|0 DEFINE:ChannelLevelBase|0 DEFINE:ChannelDiceBase|2 DEFINE:ChannelDieSizeBase|6 DEFINE:ChannelDamagePlusBase|CHA DEFINE:ChannelCheckBase|0 SOURCEPAGE:PGtA pg. 51 -Channeling TYPE:Special.Channeling VISIBLE:NO SAB:Channeling (Su) %/day (Channel level %) (Channel damage %d%+%)|ChannelTimesUndead|ChannelLevelUndead|ChannelDiceUndead|ChannelDieSizeUndead|ChannelDamagePlusUndead DEFINE:ChannelTimesUndead|ChannelTimesBase DEFINE:ChannelLevelUndead|ChannelLevelBase DEFINE:ChannelDiceUndead|ChannelDiceBase DEFINE:ChannelDieSizeUndead|ChannelDieSizeBase DEFINE:ChannelDamagePlusUndead|ChannelDamagePlusBase DEFINE:ChannelCheckUndead|ChannelCheckBase SOURCEPAGE:PGtA pg. 51 -Turn Infernal TYPE:Special.Turning.TurnInfernal VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Infernal (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesInfernal|TurnLevelInfernal|TurnDiceInfernal|TurnDieSizeInfernal|TurnDamagePlusInfernal DEFINE:TurnTimesInfernal|TurnTimesBase DEFINE:TurnLevelInfernal|TurnLevelBase DEFINE:TurnDiceInfernal|TurnDiceBase DEFINE:TurnDieSizeInfernal|TurnDieSizeBase DEFINE:TurnDamagePlusInfernal|TurnDamagePlusBase DEFINE:TurnCheckInfernal|TurnCheckBase SOURCEPAGE:ClassesI.rtf -Rebuke Infernal TYPE:Special.Turning.TurnInfernal VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Infernal (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesInfernal|TurnLevelInfernal|TurnDiceInfernal|TurnDieSizeInfernal|TurnDamagePlusInfernal DEFINE:TurnTimesInfernal|TurnTimesBase DEFINE:TurnLevelInfernal|ChannelLevelBase DEFINE:TurnDiceInfernal|ChannelDiceBase DEFINE:TurnDieSizeInfernal|ChannelDieSizeBase DEFINE:TurnDamagePlusInfernal|ChannelDamagePlusBase DEFINE:TurnCheckInfernal|ChannelCheckBase SOURCEPAGE:ClassesI.rtf -Turn Abberation TYPE:Special.Turning.TurnAbberation VISIBLE:NO SAB:Turn Abberation (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesAbberation|TurnLevelAbberation|TurnDiceAbberation|TurnDieSizeAbberation|TurnDamagePlusAbberation DEFINE:TurnTimesAbberation|TurnTimesBase DEFINE:TurnLevelAbberation|TurnLevelBase DEFINE:TurnDiceAbberation|TurnDiceBase DEFINE:TurnDieSizeAbberation|TurnDieSizeBase DEFINE:TurnDamagePlusAbberation|TurnDamagePlusBase DEFINE:TurnCheckAbberation|TurnCheckBase SOURCEPAGE:ClassesI.rtf +# Feat Name Type Visible Required AL Special ABility Define Source Page +Basic Channeling TYPE:Special.Channeling VISIBLE:NO DEFINE:ChannelTimesBase|0 DEFINE:ChannelLevelBase|0 DEFINE:ChannelDiceBase|2 DEFINE:ChannelDieSizeBase|6 DEFINE:ChannelDamagePlusBase|CHA DEFINE:ChannelCheckBase|0 SOURCEPAGE:PGtA pg. 51 +Channeling TYPE:Special.Channeling VISIBLE:NO SAB:Channeling (Su) %/day (Channel level %) (Channel damage %d%+%)|ChannelTimesUndead|ChannelLevelUndead|ChannelDiceUndead|ChannelDieSizeUndead|ChannelDamagePlusUndead DEFINE:ChannelTimesUndead|ChannelTimesBase DEFINE:ChannelLevelUndead|ChannelLevelBase DEFINE:ChannelDiceUndead|ChannelDiceBase DEFINE:ChannelDieSizeUndead|ChannelDieSizeBase DEFINE:ChannelDamagePlusUndead|ChannelDamagePlusBase DEFINE:ChannelCheckUndead|ChannelCheckBase SOURCEPAGE:PGtA pg. 51 +Turn Infernal TYPE:Special.Turning.TurnInfernal VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Infernal (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesInfernal|TurnLevelInfernal|TurnDiceInfernal|TurnDieSizeInfernal|TurnDamagePlusInfernal DEFINE:TurnTimesInfernal|TurnTimesBase DEFINE:TurnLevelInfernal|TurnLevelBase DEFINE:TurnDiceInfernal|TurnDiceBase DEFINE:TurnDieSizeInfernal|TurnDieSizeBase DEFINE:TurnDamagePlusInfernal|TurnDamagePlusBase DEFINE:TurnCheckInfernal|TurnCheckBase SOURCEPAGE:ClassesI.rtf +Rebuke Infernal TYPE:Special.Turning.TurnInfernal VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Infernal (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesInfernal|TurnLevelInfernal|TurnDiceInfernal|TurnDieSizeInfernal|TurnDamagePlusInfernal DEFINE:TurnTimesInfernal|TurnTimesBase DEFINE:TurnLevelInfernal|ChannelLevelBase DEFINE:TurnDiceInfernal|ChannelDiceBase DEFINE:TurnDieSizeInfernal|ChannelDieSizeBase DEFINE:TurnDamagePlusInfernal|ChannelDamagePlusBase DEFINE:TurnCheckInfernal|ChannelCheckBase SOURCEPAGE:ClassesI.rtf +Turn Abberation TYPE:Special.Turning.TurnAbberation VISIBLE:NO SAB:Turn Abberation (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesAbberation|TurnLevelAbberation|TurnDiceAbberation|TurnDieSizeAbberation|TurnDamagePlusAbberation DEFINE:TurnTimesAbberation|TurnTimesBase DEFINE:TurnLevelAbberation|TurnLevelBase DEFINE:TurnDiceAbberation|TurnDiceBase DEFINE:TurnDieSizeAbberation|TurnDieSizeBase DEFINE:TurnDamagePlusAbberation|TurnDamagePlusBase DEFINE:TurnCheckAbberation|TurnCheckBase SOURCEPAGE:ClassesI.rtf -Turn Corporeal Undead TYPE:Special.Turning.TurnNerothGood VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Corporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:Neroth SAB:Turn Corporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:Beltine DEFINE:TurnTimesUndead|TurnTimesBase DEFINE:TurnLevelUndead|TurnLevelBase DEFINE:TurnDiceUndead|TurnDiceBase DEFINE:TurnDieSizeUndead|TurnDieSizeBase DEFINE:TurnDamagePlusUndead|TurnDamagePlusBase DEFINE:TurnCheckUndead|TurnCheckBase SOURCEPAGE:p.52-3 -Rebuke Corporeal Undead TYPE:Special.Turning.TurnNerothGood VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Corporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:Neroth SAB:Rebuke Corporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:Beltine DEFINE:TurnTimesUndead|TurnTimesBase DEFINE:TurnLevelUndead|TurnLevelBase DEFINE:TurnDiceUndead|TurnDiceBase DEFINE:TurnDieSizeUndead|TurnDieSizeBase DEFINE:TurnDamagePlusUndead|TurnDamagePlusBase DEFINE:TurnCheckUndead|TurnCheckBase SOURCEPAGE:ClassesI.rtf -Turn Incorporeal Undead TYPE:Special.Turning.TurnBeltineGood VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Incorporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:Beltine SAB:Turn Incorporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:Neroth -Rebuke Incorporeal Undead TYPE:Special.Turning.TurnBeltineGood VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Incorporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:Beltine SAB:Rebuke Incorporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:Neroth +Turn Corporeal Undead TYPE:Special.Turning.TurnNerothGood VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Corporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:1,Neroth SAB:Turn Corporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:1,Beltine DEFINE:TurnTimesUndead|TurnTimesBase DEFINE:TurnLevelUndead|TurnLevelBase DEFINE:TurnDiceUndead|TurnDiceBase DEFINE:TurnDieSizeUndead|TurnDieSizeBase DEFINE:TurnDamagePlusUndead|TurnDamagePlusBase DEFINE:TurnCheckUndead|TurnCheckBase SOURCEPAGE:p.52-3 +Rebuke Corporeal Undead TYPE:Special.Turning.TurnNerothGood VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Corporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:1,Neroth SAB:Rebuke Corporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:1,Beltine DEFINE:TurnTimesUndead|TurnTimesBase DEFINE:TurnLevelUndead|TurnLevelBase DEFINE:TurnDiceUndead|TurnDiceBase DEFINE:TurnDieSizeUndead|TurnDieSizeBase DEFINE:TurnDamagePlusUndead|TurnDamagePlusBase DEFINE:TurnCheckUndead|TurnCheckBase SOURCEPAGE:ClassesI.rtf +Turn Incorporeal Undead TYPE:Special.Turning.TurnBeltineGood VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Incorporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:1,Beltine SAB:Turn Incorporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:1,Neroth +Rebuke Incorporeal Undead TYPE:Special.Turning.TurnBeltineGood VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Incorporeal Undead (Su) %/day (turn level %) (turn damage %d%+%)|TurnTimesUndead|TurnLevelUndead|TurnDiceUndead|TurnDieSizeUndead|TurnDamagePlusUndead|PREDEITY:1,Beltine SAB:Rebuke Incorporeal Undead (Su) (turn level %)|TurnLevelSpecial|PREDEITY:1,Neroth Turn Shadow Undead TYPE:Special.Turning.TurnCadicGood VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Shadow Undead (Su) (turn level %)|TurnLevelSpecial Rebuke Shadow Undead TYPE:Special.Turning.TurnCadicGood VISIBLE:NO PREALIGN:LN,LE,TN,NE,CN,CE SAB:Rebuke Shadow Undead (Su) (turn level %)|TurnLevelSpecial Turn Illir Undead TYPE:Special.Turning.TurnIllirGood VISIBLE:NO PREALIGN:LG,LN,NG,TN,CG,CN SAB:Turn Shadow and Light Sensitive Undead (Su) (turn level %)|TurnLevelSpecial @@ -281,6 +279,9 @@ PatricianVal TYPE:Special VISIBLE:NO PRERACE:1,Val VFEAT:Gentry (Val) PatricianNonVal TYPE:Special VISIBLE:NO !PRERACE:1,Val VFEAT:Gentry (Non-Val) +###Block: Philosophic Warrior Class Feats +# Feat Name Type Visible Special ABility Automaticaly Gained Weapon Prof. +Tools of the Trade TYPE:Special VISIBLE:NO SAB:Tools of the Trade (Ex) AUTO:WEAPONPROF|TYPE.Exotic # # End # Modified: Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_spells.lst =================================================================== --- Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_spells.lst 2008-03-30 03:35:43 UTC (rev 5751) +++ Trunk/pcgen/data/alpha/paradigmconcepts/arcanis/players_guide_to_arcanis/pgta_spells.lst 2008-03-30 04:13:57 UTC (rev 5752) @@ -1,4 +1,4 @@ -# CVS $Revision$ $Author$ -- Wed Mar 12 00:21:47 2008 -- reformated by prettylst.pl v1.38 (build 5225) +# CVS $Revision$ $Author$ -- Sun Mar 30 00:06:55 2008 -- reformated by prettylst.pl v1.38 (build 5225) SOURCELONG:Player's Guide to Arcanis SOURCESHORT:PGtA SOURCEWEB:http://www.paradigmconcepts.com SOURCEDATE:2004-06 #AUTHOR:Evan Miller, 2004 @@ -398,92 +398,92 @@ ###Block: Arcanis Spells #Spell Name Output Name Classes Domains School Subschool Descriptor Type Components Casting Time Range Target Area Duration Save Info Spell Resist Description Source Page Item -# Spell Name Product Identity? Output Name Classes of caster Domains granting the spell School Sub-School Spell Descriptors Type Components Casting Time Range Item Target Area or Effect Duration Save Info Spell Resistance Cost XP Cost Required AL Required Deity Multiple Requirements Description Source Page -Alter Wind CLASSES:Storm Lord,Sea Lord,Sorcerer,Wizard=1 DOMAINS:Storm=1 SCHOOL:Transmutation DESCRIPTOR:Air TYPE:Arcane.Divine COMPS:V, S, F CASTTIME:1 Round RANGE:Personal TARGETAREA:(CASTERLEVEL*5) ft-radius emanation centered on you. DURATION:(10+CASTERLEVL) Minutes [D] SAVEINFO:None SPELLRES:None DESC:May effect non-magical winds. Direction can be changed if the force is light or less. Force may be changed by one category. Caster must choose direction or force at time of casting. SOURCEPAGE:pg. 262 -Anshar's Burning Blood NAMEISPI:YES CLASSES:Sorcerer,Wizard=7 DOMAINS:Pain=7 SCHOOL:Transmutation DESCRIPTOR:Fire TYPE:Arcane COMPS:V, S, M CASTTIME:1 standard action RANGE:30 ft. ITEM:Potion TARGETAREA:30' radius burst centered on you DURATION:Instantaneous SAVEINFO:None SPELLRES:Yes DESC:Every bleeding creature in area of effect suffers (CASTERLEVEL)d4+(CASTERLEVEL) of damage. Creatures are not effected if their wounds have been treate din any manner. SOURCEPAGE:pg. 262 -Armor of Faith CLASSES:Cleric,Priest=1 SCHOOL:Conjuration SUBSCHOOL:Creation DESCRIPTOR:Force TYPE:Divine COMPS:V, S, DF CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(10*CASTERLEVEL) minutes [D] SAVEINFO:Will Negates (harmless) SPELLRES:No PREMULT:1,[PREDEITY:Larissa],[!PRECLASS:1,Cleric=1] DESC:Gain an Armor bonus based on your level. 1st-4th = +4, 5th-8th = +5, 9th-12th = +6, 13th-16th = +7, 17th-20th = +8. This spell ends immediately if armor is dinned during its duration. SOURCEPAGE:pg. 263 -Aura of Faith (Evil) DOMAINS:Holy,Honor=8 SCHOOL:Abjuration DESCRIPTOR:Evil TYPE:Divine COMPS:V, S, F CASTTIME:1 standard action RANGE:Personal TARGETAREA:(CASTERLEVEL) creature(s) in a 20 ft-radius burst centered on you DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) PREALIGN:LE,NE,CE DESC:All effected creatures gain SR 25 against spells cast by Good casters and blocks mental influence just like protection from Good. SOURCEPAGE:pg. 263 -Aura of Faith (Good) DOMAINS:Holy,Honor=8 SCHOOL:Abjuration DESCRIPTOR:Good TYPE:Divine COMPS:V, S, F CASTTIME:1 standard action RANGE:Personal TARGETAREA:(CASTERLEVEL) creature(s) in a 20 ft-radius burst centered on you DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) PREALIGN:LG,NG,CG DESC:All effected creatures gain SR 25 against spells cast by Evil casters and blocks mental influence just like protection from Evil. SOURCEPAGE:pg. 263 -Aura of Faith (Neutral) DOMAINS:Holy,Honor=8 SCHOOL:Abjuration TYPE:Divine COMPS:V, S, F CASTTIME:1 standard action RANGE:Personal TARGETAREA:(CASTERLEVEL) creature(s) in a 20 ft-radius burst centered on you DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) PREALIGN:LN,TN,CN DESC:All effected creatures gain SR 25 against spells cast by Good and Evil casters and blocks mental influence just like protection from Good and Protection from Evil. SOURCEPAGE:pg. 263 -Battle Spines CLASSES:Cleric=3|Verdant Champion=2 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, M CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) rounds SAVEINFO:No (harmless) SPELLRES:Yes (harmless) PREDEITY:Saluwe DESC:All natural attacks gain +1d4 piercing damge. You may inflict an extra 2d4 damage while grappling if you choose to damage your opponent or strike with a natural attack. This damage is not multiplied on a critical hit. SOURCEPAGE:pg. 263 -Beltine's Blessed Strike NAMEISPI:YES CLASSES:Cleric,Beltinian Hospitaler,Paladin=4 DOMAINS:Afterlife=3 SCHOOL:Evocation TYPE:Divine COMPS:v, F CASTTIME:1 standard action RANGE:Touch ITEM:Potion TARGETAREA:One melee weapon DURATION:(CASTERLEVEL) hour(s) [D] SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) DESC:The weapon touched glows bright blue (-20 to Hide checks) and gains the ghost touch and Bane vs. Undead qualities. Stacks with Disrupting wepaon. Cannot be cast on a weapon that already has the bane property, is soul bound, or scales. SOURCEPAGE:pg. 263 -Bleed CLASSES:Bearer of Woe=1|Cleric,Sorcerer,Wizard=2 SCHOOL:Necromancy TYPE:Arcane.Divine COMPS:V, S CASTTIME:1 standard action RANGE:Close ITEM:Potion TARGETAREA:Ray DURATION:(CASTERLEVEL) rounds SAVEINFO:None SPELLRES:Yes DESC:On a successful ranged touch attack, the target bleeds for 1d4 damage per round (2d4 on a critical hit). Magical healing prior to the duration ending will stop the bleeding. This does not effect undead, constructs, and plants. SOURCEPAGE:pg. 263 -Crushing Weight CLASSES:Cleric=2|Verdant Champion=1 SCHOOL:Evocation DESCRIPTOR:Earth TYPE:Divine COMPS:V, M CASTTIME:1 standard action RANGE:Touch ITEM:Potion TARGETAREA:One creature DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:None SPELLRES:Yes PREDEITY:Saluwe DESC:Root your opponent to his square. The spell keeps the opponent "in a grapple". Use your caster level + Wisdom modifier along with any other bonuses (such as Improved Grapple) to resolve any grapple rolls. SOURCEPAGE:pg. 263 -Cry for Spirit's Release CLASSES:Cleric,Sorcerer,Wizard=9 DOMAINS:Afterlife=9 SCHOOL:Necromancy TYPE:Divine COMPS:V CASTTIME:1 standard action RANGE:Close ITEM:Potion TARGETAREA:(CASTERLEVEL) undead within a 30 ft. spread DURATION:Instantaneous SAVEINFO:Fortitude negates SPELLRES:Yes PREMULT:1,[PREDEITY:Beltine],[!PRECLASS:1,Cleric=1] DESC:Any negative energy undead thatfail their saves are destroyed. All living creatures in the area of effect are healed for (10*CASTERLEVEL) hit points. SOURCEPAGE:pg. 263 -Dance of Fate CLASSES:Fatespinner=2|Bard=3 DOMAINS:Fate=3 SCHOOL:Transmutation TYPE:Divine COMPS:V, S CASTTIME:1 round RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) minute(s) SAVEINFO:None (harmless) SPELLRES:No PREMULT:1,[PRETEMPLATE:1,Sheem,Sungha],[!PRECLASS:1,Bard=1] DESC:+2 to attack, save, damage, and skill check rolls for the duration of the spell. SOURCEPAGE:pg. 264 -Destroy water CLASSES:Sea Lord,Sorcerer,Wizard=3 SCHOOL:Transmutation TYPE:Arcane.Divine COMPS:V, S, M/DF CASTTIME:1 standard action RANGE:Medium ITEM:Potion TARGETAREA:10-foot cube of water or a single creature with the water subtype DURATION:Instantaneous SAVEINFO:None or Fortitude half SPELLRES:Yes DESC:Instantly destroys any non-magical water in its area of effect. Deals (min(CASTERLEVEL,20))d6 damage, or half of that on a successful Fortitude save to creatures with the water subtype. SOURCEPAGE:pg. 264 -Discern Value CLASSES:Philosophic Warrior=1|Cleric=1 DOMAINS:Commerce=1 SCHOOL:Divination TYPE:Arcane COMPS:V, S, F CASTTIME:1 standard action RANGE:Close ITEM:Potion TARGETAREA:1 object held; 20-ft radius area of goods to a maximum of (CASTERLEVEL) objects DURATION:Instantaneous SAVEINFO:None or Will negates SPELLRES:No PREDEITY:Althares DESC:You can concentrate to discern the value of an object. Attended objects may use their owners will save to negate the effect. SOURCEPAGE:pg. 264 -Divine Smite DOMAINS:Holy=4 SCHOOL:Evocation TYPE:Divine COMPS:V, S CASTTIME:1 standard action RANGE:Medium ITEM:Potion TARGETAREA:20-ft radius burst DURATION:Instantaneous SAVEINFO:Will partial SPELLRES:Yes PREALIGN:LG,NG,CG DESC:(min(floor(CASTERLEVEL/2),5))d8 to each creature in the area of an opposite alignment (Good or Evil, or both if caster is Neutral) (or (min((CASTERLEVEL),10))d6 to outsiders opposite in alignment or both if caster is neutral) and blinds them for 1 round. Will save halves the damages and avoids the blindness. The spell deals half damage to creatures who are neither good nor evil. SOURCEPAGE:pg. 264 -Dolphin Chant/Man'Harr's Mighty Swimming CLASSES:Sea Lord=1|Sorcerer,Wizard=2 DOMAINS:Sea=1 SCHOOL:Tranmutation TYPE:Arcane.Divine COMPS:V, S CASTTIME:1 standard action RANGE:Touch ITEM:Potion TARGETAREA:One creature DURATION:(CASTERLEVEL*5) minutes SAVEINFO:None (harmless) SPELLRES:No (harmless) DESC:Gain a Swim movement of half your base land movement. May launch out of the water like a dolphin to gain your feet when leaving the water up to 10 feet in height as a free action that does not provoke an AoO. Speak with Dolphins as if under the effects of a Speak with Animals spell. SOURCEPAGE:pg. 264 -Epiphany CLASSES:Cleric,Sorcerer,Wizard=2 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, M, F CASTTIME:1 round RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) minutes SAVEINFO:None SPELLRES:No PREMULT:1,[PREDEITY:Althares],[!PRECLASS:1,Cleric=1] DESC:+5 on Knowledge and Craft checks. -5 on Spot, Search, and Listen Checks. SOURCEPAGE:pg. 264 -Euphoria CLASSES:Fatespinner=3 DOMAINS:Pleasure=3 SCHOOL:Enchantment SUBSCHOOL:Compulsion DESCRIPTOR:Mind-Affecting TYPE:Divine COMPS:V, S CASTTIME:1 standard action RANGE:Medium ITEM:Potion TARGETAREA:1 humanoid of Large size or smaller DURATION:(CASTERLEVEL) rounds SAVEINFO:Will negates SPELLRES:Yes DESC:Target is stunned for duration. SOURCEPAGE:pg. 264 -Force Strike CLASSES:Sorcerer,Wizard=2 SCHOOL:Evocation DESCRIPTOR:Force TYPE:Arcane COMPS:V CASTTIME:1 standard action RANGE:Close ITEM:Potion TARGETAREA:Ray DURATION:Instantaneous SAVEINFO:None SPELLRES:Yes DESC:Deals 1d6+(min(floor(CASTERLEVEL/2),20)) damage. SOURCEPAGE:pg. 264 -Glimpse of the Cauldron CLASSES:Beltinian Hospitaler=1|Cleric=2 SCHOOL:Necromancy DESCRIPTOR:Fear,Mind-Affecting TYPE:Divine COMPS:V, S, M CASTTIME:1 standard action RANGE:Close ITEM:Potion TARGETAREA:One living creature DURATION:Instantaneous SAVEINFO:Will negates SPELLRES:Yes PREDEITY:Beltine DESC:Evil creatures are shaken for 1d6 rounds. Neutral creatures are shaken for 1d4 rounds. Good creatures are shaken for 1 round. SOURCEPAGE:pg. 264 -Hardness CLASSES:Bard,Sorcerer,Wizard,Philosophic Warrior=1 DOMAINS:Artificer=1 SCHOOL:Transmutation TYPE:Arcane.Divine COMPS:S CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One object DURATION:(CASTERLEVEL) hour(s) SAVEINFO:Fortitude negates (harmless) SPELLRES:Yes DESC:Objects gain +5 hardness and 10 temporary hp. Non-magical armors gain a +1 enchancement as well. Protects it from most know entropic effects. SOURCEPAGE:pg. 264 -Harm (Mass) OUTPUTNAME:Harm, Mass CLASSES:Cleric=9 DOMAINS:Undead=9 SCHOOL:Necromancy TYPE:Divine COMPS:V, S CASTTIME:1 standard action RANGE:Close ITEM:POTION TARGETAREA:One or more creature, no two of which can be more than 30 ft apart. DURATION:Instantaneous SAVEINFO:Will half (as per harm spell) SPELLRES:Yes PREDEITY:Neroth DESC:Works just as the spell harm, except as noted. Maximum amount of damage per creature is 250. SOURCEPAGE:pg. 265 -Heroism (Mass) OUTPUTNAME:Heroism, Mass CLASSES:Bard=6|Cleric,Sorcerer,Wizard=7 DOMAINS:Honor=7 SCHOOL:Enchantment SUBSCHOOL:Compulsion DESCRIPTOR:Mind-Affecting TYPE:Arcane.Divine COMPS:V, S CASTTIME:1 standard action RANGE:40 ft. ITEM:POTION TARGETAREA:All allies in a 40-ft burst centered on you DURATION:(CASTERLEVEL*10) minutes SAVEINFO:Will negates SPELLRES:Yes DESC:+4 morale bonus to attack, save, and skill checks; Immune to fear effects; Gain (min(CASTERLEVEL,20)) temporary hit points. SOURCEPAGE:pg. 265 -His Blade Shall Not Harm Me CLASSES:Storm Lord,Cleric=4 SCHOOL:Abjuration TYPE:Divine COMPS:V, S CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One Creature DURATION:(CASTERLEVEL*10) minutes SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) PREDEITY:Hurrian DESC:Subject gains DR 10/Bludgeoning. SOURCEPAGE:pg. 265 -Hold the Spirit CLASSES:Cleric=2|Beltinian Hospitaler=3 DOMAINS:Spirit=1 SCHOOL:Necromancy TYPE:Divine COMPS:V, S, M CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One creature that died in the last 24 hours. DURATION:(CASTERLEVEL) day(s) SAVEINFO:Will negates (harmless) SPELLRES:No COST:50 PREDEITY:Beltine DESC:The caster may bind a soul to the body for longer than the normal 24 hour period. See text. SOURCEPAGE:pg. 265 -I Feel You CLASSES:Cleric=5|Fatespinner=3 DOMAINS:Senses=4 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, M CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) minutes SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) PREDEITY:Larissa DESC:You gain tremorsense and blind sense to a distance of (floor(CASTERLEVEL/2)*5+25) ft. SOURCEPAGE:pg. 265 -Knowledge of the Elders DOMAINS:Spirit=6 SCHOOL:Divination TYPE:Divine COMPS:V, S CASTTIME:1 round RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) minutes SAVEINFO:None SPELLRES:No DESC:You gain a +20 bonus on Knowledge skill checks for Knowledge skills you have ranks in, and you may make untrained checks with a +10 bonus. SOURCEPAGE:pg. 265 -Larissa's Kiss NAMEISPI:YES CLASSES:Fatespinner=3 DOMAINS:Fate=8 SCHOOL:Transmutation TYPE:Divine COMPS:V, DF CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL*10) minutes SAVEINFO:None SPELLRES:No DESC:Roll two dice for each saving throw and take the best result. SOURCEPAGE:pg. 265 -Like Water CLASSES:Cleric,Sea Lord=4 SCHOOL:Abjuration TYPE:Divine COMPS:V, S, M CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One Creature DURATION:(CASTERLEVEL*10) minutes SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) COST:50 PREDEITY:Yarris DESC:+4 Deflection bonus to AC, DR 5/Bludgeoning, and Fire Resistance 5. SOURCEPAGE:pg. 265 -Mantle of Unassailable Flame CLASSES:Sentinel of the Blazing Wyrm,Holy Judge of Nier,Sorcerer,Wizard=3 SCHOOL:Evocation DESCRIPTOR:Fire TYPE:Divine.Arcane COMPS:V, S CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One Creature DURATION:(CASTERLEVEL) rounds SAVEINFO:None (harmless) SPELLRES:No (harmless) DESC:Target is engulfed in flames which do 4d6 damage to any non-magical weapon that strikes at the protected creature. The damage is applied beofre the hit is resolved. SOURCEPAGE:pg. 266 -Mark of Thralldom (Divine) OUTPUTNAME:Mark of Thralldom CLASSES:Cleric=3 SCHOOL:Necromancy TYPE:Divine COMPS:V, S, M CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One Living Creature DURATION:One year and one day SAVEINFO:Will negates SPELLRES:Yes COST:100 PREDEITY:Neroth DESC:When target creature dies it will rise as an undead. See text. SOURCEPAGE:pg. 266 -Mark of Thralldom (Arcane) OUTPUTNAME:Mark of Thralldom CLASSES:Sorcerer,Wizard=3 SCHOOL:Necromancy TYPE:Arcane COMPS:V, S, M CASTTIME:1 standard action RANGE:Touch ITEM:POTION TARGETAREA:One Living Creature DURATION:One year and one day SAVEINFO:Will negates SPELLRES:Yes COST:100 PREMULT:1,[PRETEMPLATE:1,Mordane],[PRETEMPLATE:1,HolrynMordane] DESC:When target creature dies it will rise as an undead. See text. SOURCEPAGE:pg. 266 -My Honor Is My Strength CLASSES:Cleric,Harbinger of the Dawn=3 DOMAINS:Honor=2 SCHOOL:Enchantment TYPE:Divine COMPS:V, S, DF CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) minutes SAVEINFO:None (harmless) SPELLRES:No (harmless) PREDEITY:Illir DESC:Add your Charisma bonus to your attack and damage rolls. Your weapon gains the axiomatic property if you are lawfully aligned. SOURCEPAGE:pg. 266 -My Master Allows CLASSES:Cleric=2|Order of the Inner Demon=1 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, F CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) rounds SAVEINFO:None (harmless) SPELLRES:No (harmless) PREDEITY:Sarish DESC:You may use any spell completion or spell trigger item as if the appropriate spell was on your spell list. SOURCEPAGE:pg. 266 -Nature's Gift CLASSES:Druid=4|Ranger,Verdant Champion=3 SCHOOL:Transmutation TYPE:Divine COMPS:V, S CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) hours SAVEINFO:None (harmless) SPELLRES:No (harmless) DESC:You gain the Scent ability, low light vision, and a +5 bonus on all Spot, Search, and Listen skill checks. SOURCEPAGE:pg. 266 -Neroth's Embrace (Divine) NAMEISPI:YES OUTPUTNAME:Neroth's Embrace CLASSES:Cleric,Deathbringer=4 DOMAINS:Disease=2 SCHOOL:Necromancy TYPE:Divine COMPS:V, S, M CASTTIME:1 round RANGE:Touch ITEM:POTION TARGETAREA:One Living Creature DURATION:Instantaneous SAVEINFO:Fortitude partial, plus Will negates SPELLRES:Yes PREDEITY:Neroth DESC:Touch attack causes 1d4 Strength damage and may wither a limb. A creature drained to 0 strength dies and may return as undead. See Text. SOURCEPAGE:pg. 266 -Neroth's Embrace (Arcane) NAMEISPI:YES OUTPUTNAME:Neroth's Embrace CLASSES:Sorcerer,Wizard=5 SCHOOL:Necromancy TYPE:Arcane COMPS:V, S, M CASTTIME:1 round RANGE:Touch ITEM:POTION TARGETAREA:One Living Creature DURATION:Instantaneous SAVEINFO:Fortitude partial, plus Will negates SPELLRES:Yes PREMULT:1,[PRETEMPLATE:1,Mordane],[PRETEMPLATE:1,HolrynMordane] DESC:Touch attack causes 1d4 Strength damage and may wither a limb. A creature drained to 0 strength dies and may return as undead. See Text. SOURCEPAGE:pg. 266 -Not Where You Think CLASSES:Cleric,Twilight Warrior=4 SCHOOL:Transmutation TYPE:Divine COMPS:V, S CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) rounds [D] SAVEINFO:None (harmless) SPELLRES:No (harmless) PREDEITY:Cadic DESC:Attacks against cause you to "jump" to a spot within 15 feet. Attacks are resolved as normal. SOURCEPAGE:pg. 266 -Oath (Divine) OUTPUTNAME:Oath CLASSES:Order of the Inner Demon=3|Cleric=4 DOMAINS:Oath=3 SCHOOL:Enchantment SUBSCHOOL:Compulsion DESCRIPTOR:Mind-Affecting|Language-Dependent TYPE:Divine COMPS:V, S, M, F CASTTIME:10 minutes RANGE:Close ITEM:POTION TARGETAREA:One Willing Creature DURATION:Permanent [D] SAVEINFO:None SPELLRES:No PREDEITY:Sarish PREMULT:1,[PRETEMPLATE:1,Mehan],[PRETEMPLATE:1,HolrynMehan] DESC:Binds all parties to a contract. See text. SOURCEPAGE:pg. 266 -Oath (Arcane) OUTPUTNAME:Oath CLASSES:Bard=3|Sorcerer,Wizard=4 SCHOOL:Enchantment SUBSCHOOL:Compulsion DESCRIPTOR:Mind-Affecting|Language-Dependent TYPE:Arcane COMPS:V, S, M, F CASTTIME:10 minutes RANGE:Close ITEM:POTION TARGETAREA:One Willing Creature DURATION:Permanent [D] SAVEINFO:None SPELLRES:No PREMULT:1,[PRETEMPLATE:1,Mehan],[PRETEMPLATE:1,HolrynMehan] DESC:Binds all parties to a contract. See text. SOURCEPAGE:pg. 266 -Perfect Human Form CLASSES:Cleric=5|Harbinger of the Dawn=4 SCHOOL:Transmutation TYPE:Divine COMPS:V, S, DF CASTTIME:1 standard action RANGE:Personal TARGETAREA:You DURATION:(CASTERLEVEL) minutes SAVEINFO:Will negates (harmless) SPELLRES:Yes (harmless) PREDEITY:Illir DESC:Subjects Ability scores are all set to 18 and cannot be altered by any means except ability damage. Val and humans are effected normally. Part humans are ef |