|
From: <ama...@us...> - 2014-10-21 05:48:15
|
Revision: 25322
http://sourceforge.net/p/pcgen/code/25322
Author: amaitland
Date: 2014-10-21 05:48:11 +0000 (Tue, 21 Oct 2014)
Log Message:
-----------
Fix: DATA-2095
[Pathfinder] Power Attack does not respect Monk "lvl" BAB for Flurry
Modified Paths:
--------------
Trunk/pcgen/data/pathfinder/paizo/roleplaying_game/core_rulebook/cr_feats.lst
Modified: Trunk/pcgen/data/pathfinder/paizo/roleplaying_game/core_rulebook/cr_feats.lst
===================================================================
--- Trunk/pcgen/data/pathfinder/paizo/roleplaying_game/core_rulebook/cr_feats.lst 2014-10-21 05:44:26 UTC (rev 25321)
+++ Trunk/pcgen/data/pathfinder/paizo/roleplaying_game/core_rulebook/cr_feats.lst 2014-10-21 05:48:11 UTC (rev 25322)
@@ -195,7 +195,7 @@
Power Attack (Light) VISIBLE:NO TEMPBONUS:EQ|Weapon,Melee,Light;Natural|WEAPON|TOHIT|-PowerAttackModifier|TYPE=Temporary TEMPBONUS:EQ|Weapon,Melee,Light;Natural|WEAPON|DAMAGE|2*PowerAttackModifier|TYPE=Temporary
Power Attack (One-Handed) VISIBLE:NO TEMPBONUS:EQ|Weapon,Melee,OneHanded;Natural|WEAPON|TOHIT|-PowerAttackModifier|TYPE=Temporary TEMPBONUS:EQ|Weapon,Melee,OneHanded;Natural|WEAPON|DAMAGE|2*PowerAttackModifier|TYPE=Temporary
Power Attack (Two-Handed) VISIBLE:NO TEMPBONUS:EQ|Weapon,Melee,TwoHanded;OneHanded;Natural|WEAPON|TOHIT|-PowerAttackModifier|TYPE=Temporary TEMPBONUS:EQ|Weapon,Melee,TwoHanded;OneHanded;Natural|WEAPON|DAMAGE|3*PowerAttackModifier|TYPE=Temporary
-Power Attack (Flurry) VISIBLE:NO TEMPBONUS:EQ|Weapon,Melee,Unarmed,Special,Monk|WEAPON|TOHIT|-PowerAttackModifier|TYPE=Temporary TEMPBONUS:EQ|Weapon,Melee,Unarmed,Special,Monk|WEAPON|DAMAGE|2*PowerAttackModifier|TYPE=Temporary
+Power Attack (Flurry) VISIBLE:NO TEMPBONUS:EQ|Weapon,Melee,Unarmed,Special,Monk|WEAPON|TOHIT|-MonkFlurryPowerAttackModifier|TYPE=Temporary TEMPBONUS:EQ|Weapon,Melee,Unarmed,Special,Monk|WEAPON|DAMAGE|2*MonkFlurryPowerAttackModifier|TYPE=Temporary
# Extend Arcane Strike:
#Arcane Strike.MOD BONUS:VAR|ArcaneStrikeLVL|min((1+(charbonusto("CASTERLEVEL","Wizard")+var("BL=Wizard")+charbonusto("CASTERLEVEL","Sorcerer")+var("BL=Sorcerer")+charbonusto("CASTERLEVEL","Bard")+var("BL=Bard")+charbonusto("CASTERLEVEL","Summoner")+var("BL=Summoner")+charbonusto("CASTERLEVEL","Witch")+var("BL=Witch")+charbonusto("CASTERLEVEL","Magus")+var("BL=Magus"))/5),5)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|