Skip to content

Commit

Permalink
Path of War (ShadowChemosh)
Browse files Browse the repository at this point in the history
-Added a note about testing Size differences for the feat "Daisho Expertise".  In addition made a note that the default damage dice should assume medium and HL will adjust up or down correctly.
  • Loading branch information
shadowchemosh committed Jan 29, 2018
1 parent 99a5ae8 commit 91079e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions COM_3PPPack_PathOfWarEx - Feats.user
Expand Up @@ -131,6 +131,10 @@
~ Find all katana/Wakizashi weapons on the hero
foreach pick in hero from BaseWep where "IsWeapon.wKatana|IsWeapon.wWakizashi"
~ NOTE: The damage dice here is set to the medium as that is what HL assumes
~ and the correct size decrease/increase will happen if the weapons are
~ taken as small/large by HL. Tested 1/29/2018.
~ Katana
if (eachpick.tagis[IsWeapon.wKatana] = 1) then
~ Do we have exotic weapon prof? or wielding it in 2 hands
Expand Down

0 comments on commit 91079e7

Please sign in to comment.