From: <ama...@us...> - 2014-12-01 19:25:52
|
Revision: 25679 http://sourceforge.net/p/pcgen/code/25679 Author: amaitland Date: 2014-12-01 19:25:48 +0000 (Mon, 01 Dec 2014) Log Message: ----------- Fix: DATA-2220 (PF/APG) Masterspy Sneak Attack Progresses Too Quickly (MasterSpyLVL-1/3)+1 to ((MasterSpyLVL-1)/3)+1 Backport Modified Paths: -------------- branches/6.04.x/data/pathfinder/paizo/roleplaying_game/advanced_players_guide/apg_abilities_class.lst Modified: branches/6.04.x/data/pathfinder/paizo/roleplaying_game/advanced_players_guide/apg_abilities_class.lst =================================================================== --- branches/6.04.x/data/pathfinder/paizo/roleplaying_game/advanced_players_guide/apg_abilities_class.lst 2014-12-01 19:25:09 UTC (rev 25678) +++ branches/6.04.x/data/pathfinder/paizo/roleplaying_game/advanced_players_guide/apg_abilities_class.lst 2014-12-01 19:25:48 UTC (rev 25679) @@ -1142,7 +1142,7 @@ # Master Spy Abilities Art of Deception KEY:Master Spy ~ Art of Deception CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.Extraordinary DEFINE:MasterSpyArtOfDeceptionBonus|0 DESC:A master spy adds her class level to all Bluff, Disguise, and Sense Motive checks. BONUS:SKILL|Bluff,Disguise,Sense Motive|MasterSpyArtOfDeceptionBonus BONUS:VAR|MasterSpyArtOfDeceptionBonus|MasterSpyLVL Master of Disguise KEY:Master Spy ~ Master of Disguise CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.Extraordinary DESC:A master spy can create a disguise in half the time normally required. In addition, any penalties from assuming a disguise of a different gender, race, age, or size are reduced by 1. -Sneak Attack KEY:Master Spy ~ Sneak Attack CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.Extraordinary DESC:[Not Implemented] DESC:This ability is exactly like the rogue ability of the same name. The extra damage dealt increases by +1d6 at every third level (1st, 4th, 7th, and 10th). If a master spy gets a sneak attack bonus from another source, the bonuses on damage stack. BONUS:VAR|SneakAttackDice|(MasterSpyLVL-1/3)+1 ABILITY:Special Ability|AUTOMATIC|Sneak Attack +Sneak Attack KEY:Master Spy ~ Sneak Attack CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.Extraordinary DESC:[Not Implemented] DESC:This ability is exactly like the rogue ability of the same name. The extra damage dealt increases by +1d6 at every third level (1st, 4th, 7th, and 10th). If a master spy gets a sneak attack bonus from another source, the bonuses on damage stack. BONUS:VAR|SneakAttackDice|((MasterSpyLVL-1)/3)+1 ABILITY:Special Ability|AUTOMATIC|Sneak Attack Glib Lie KEY:Master Spy ~ Glib Lie CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.Supernatural DESC:A master spy of 2nd level or higher can deceive truth-detecting magic. A creature using this sort of magic against the spy must succeed on a caster level check against a DC of 15 + the master spy's class level to succeed (as if she were under the effect of a glibness spell); failure means the magic doesn't detect the spy's lies or force her to speak only the truth. This ability does not give the master spy the glibness spell's bonus on Bluff checks. Mask Alignment KEY:Master Spy ~ Mask Alignment CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.Supernatural DESC:A master spy of 2nd level or higher can alter her alignment aura to deceive spells that discern alignment (such as detect evil). She may choose to detect as any specific alignment, or to detect as no alignment at all. This ability does not protect against spells or effects that cause harm based on alignment. Masking her alignment aura is a standard action, and lasts until she changes it again or ends the effect. Nonmagical Aura KEY:Master Spy ~ Nonmagical Aura CATEGORY:Special Ability TYPE:ClassFeatures.Master SpyClassFeatures.SpecialQuality.SpellLike DESC:At 3rd level, a master spy can use magic aura twice per day, but only for the purpose of making an object appear nonmagical. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |