Skip to content

Commit

Permalink
DATA-3951
Browse files Browse the repository at this point in the history
Light Crossbows cannot be dual-wielded in Pathfinder PCGen
  • Loading branch information
LegacyKing committed Oct 5, 2024
1 parent 3f48485 commit 36f707a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Unarmed Strike KEY:Unarmed Strike OUTPUTNAME:Unarmed Strike PROFICIENCY:WEAPO
# Equipment Name Unique Key SORTKEY Output Name Required Weapon Proficiency Type Contains Cost Weight Base Item for EQMOD Crit Mult Crit Range Damage Modifier Wield Category Requires Modification? Range Size Source Page Weapon prop. bonus Magic item aura Magic item caster level Required equipment slot Item construction cost Required feats and spells Special Property Description Visible
Blowgun KEY:Blowgun (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Blowgun TYPE:Weapon.Resizable.Ranged.Simple.Container.Projectile.Piercing.Blowgun.Weapon Group Thrown CONTAINS:UNLIM|Dart COST:2 WT:1 CRITMULT:x2 CRITRANGE:1 DAMAGE:1d2 WIELD:TwoHandsOnly RANGE:20 SIZE:M SOURCEPAGE:p.145 DESC:Blowguns are generally used to deliver debilitating (but rarely fatal) poisons from a distance. They are nearly silent when fired. VISIBLE:NO
Heavy Crossbow KEY:Heavy Crossbow (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Crossbow (Heavy) TYPE:Weapon.Resizable.Ranged.Simple.Container.Projectile.Piercing.Crossbow.Weapon Group Crossbows CONTAINS:UNLIM|Bolt COST:50 WT:8 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d10 WIELD:TwoHandsOnly RANGE:120 SIZE:M SOURCEPAGE:p.145 DESC:You draw a heavy crossbow back by turning a small winch. Loading a heavy crossbow is a fullround action that provokes attacks of opportunity.&nl;Normally, operating a heavy crossbow requires two hands. However, you can shoot, but not load, a heavy crossbow with one hand at a -4 penalty on attack rolls. You can shoot a heavy crossbow with each hand, but you take a penalty on attack rolls as if attacking with two one-handed weapons. This penalty is cumulative with the penalty for one-handed firing. VISIBLE:NO
Light Crossbow KEY:Light Crossbow (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Crossbow (Light) TYPE:Weapon.Resizable.Ranged.Simple.Container.Projectile.Piercing.Crossbow.Weapon Group Crossbows CONTAINS:UNLIM|Bolt COST:35 WT:4 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d8 WIELD:TwoHandsOnly RANGE:80 SIZE:M SOURCEPAGE:p.145 DESC:You draw a light crossbow back by pulling a lever. Loading a light crossbow is a move action that provokes attacks of opportunity.&nl;Normally, operating a light crossbow requires two hands. However, you can shoot, but not load, a light crossbow with one hand at a -2 penalty on attack rolls. You can shoot a light crossbow with each hand, but you take a penalty on attack rolls as if attacking with two light weapons. This penalty is cumulative with the penalty for onehanded firing. VISIBLE:NO
Light Crossbow KEY:Light Crossbow (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Crossbow (Light) TYPE:Weapon.Resizable.Ranged.Simple.Container.Projectile.Piercing.Crossbow.Weapon Group Crossbows.LightCrossbow CONTAINS:UNLIM|Bolt COST:35 WT:4 CRITMULT:x2 CRITRANGE:2 DAMAGE:1d8 WIELD:LightCrossbow1 RANGE:80 SIZE:M SOURCEPAGE:p.145 SPROP:You draw a light crossbow back by pulling a lever. Loading a light crossbow is a move action that provokes attacks of opportunity.&nl;Normally, operating a light crossbow requires two hands. However, you can shoot, but not load, a light crossbow with one hand at a -2 penalty on attack rolls. You can shoot a light crossbow with each hand, but you take a penalty on attack rolls as if attacking with two light weapons. This penalty is cumulative with the penalty for onehanded firing. VISIBLE:NO BONUS:WEAPON|TOHIT|-2|!PREEQUIPBOTH:1,TYPE=LightCrossbow
Dart KEY:Dart (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Dart TYPE:Weapon.Resizable.Ranged.Simple.Thrown.Piercing.Dart.Weapon Group Thrown COST:0.5 WT:0.5 CRITMULT:x2 CRITRANGE:1 DAMAGE:1d4 WIELD:Light RANGE:20 SIZE:M SOURCEPAGE:p.142 VISIBLE:NO
Javelin KEY:Javelin (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Javelin TYPE:Weapon.Resizable.Ranged.Simple.Thrown.Piercing.Javelin.Spear.Weapon Group Spears.Weapon Group Thrown COST:1 WT:2 CRITMULT:x2 CRITRANGE:1 DAMAGE:1d6 WIELD:OneHandOnly RANGE:30 SIZE:M SOURCEPAGE:p.146 DESC:A javelin is a thin throwing spear. Since it is not designed for melee, you are treated as nonproficient with it and take a -4 penalty on attack rolls if you use a javelin as a melee weapon. VISIBLE:NO
Sling KEY:Sling (Base) SORTKEY:zzBase PROFICIENCY:WEAPON|Sling TYPE:Weapon.Resizable.Ranged.Simple.Container.Projectile.Bludgeoning.Sling.Weapon Group Thrown CONTAINS:UNLIM|Sling Stone COST:0 WT:0 CRITMULT:x2 CRITRANGE:1 DAMAGE:1d4 WIELD:OneHandOnly RANGE:50 SIZE:M SOURCEPAGE:p.148 BONUS:WEAPON|DAMAGE|STR DESC:A sling is little more than a leather cup attached to a pair of strings. Your Strength modifier applies to damage rolls when you use a sling, just as it does for thrown weapons. You can fire, but not load, a sling with one hand. Loading a sling is a move action that requires two hands and provokes attacks of opportunity.&nl;You can hurl ordinary stones with a sling, but stones are not as dense or as round as bullets. Thus, such an attack deals damage as if the weapon were designed for a creature one size category smaller than you and you take a -1 penalty on attack rolls. VISIBLE:NO
Expand Down
14 changes: 13 additions & 1 deletion system/gameModes/Pathfinder/miscinfo.lst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ WIELDCATEGORY:TooSmall HANDS:999
WIELDCATEGORY:TooLarge HANDS:999
WIELDCATEGORY:Unusable HANDS:999
WIELDCATEGORY:None HANDS:0
WIELDCATEGORY:LightCrossbow1 HANDS:1
WIELDCATEGORY:LightCrossbow2 HANDS:2
WIELDCATEGORY:OneHandOnly HANDS:1
WIELDCATEGORY:OneHandOnlyTooSmall HANDS:999
WIELDCATEGORY:OneHandOnlyTooLarge HANDS:999
Expand All @@ -210,6 +212,12 @@ WIELDCATEGORY:TwoHandsOnlyTooSmall HANDS:999
WIELDCATEGORY:TwoHandsOnlyTooLarge HANDS:999
WIELDCATEGORY:OneHandedNoSize HANDS:1
WIELDCATEGORY:TwoHandedNoSize HANDS:2
WIELDCATEGORY:LightCrossbow0 HANDS:999
WIELDCATEGORY:LightCrossbow3 HANDS:999





# Light weapon vs PC size changes
WIELDCATEGORY:Light PREVARLTEQ:EQUIP.SIZE.INT,PC.SIZE.INT-1 SWITCH:TooSmall
Expand Down Expand Up @@ -248,14 +256,18 @@ WIELDCATEGORY:TwoHanded DOWN:OneHanded|Light
WIELDCATEGORY:TooLarge DOWN:TwoHanded|OneHanded|Light

WIELDCATEGORY:TwoHandsOnly UP:TwoHandsOnlyTooLarge DOWN:TwoHandsOnlyTooSmall
WIELDCATEGORY:OneHandOnlyOnly UP:OneHandOnlyTooLarge DOWN:OneHandOnlyTooSmall
WIELDCATEGORY:OneHandOnly UP:OneHandOnlyTooLarge DOWN:OneHandOnlyTooSmall

WIELDCATEGORY:TwoHandsOnlyTooSmall UP:TwoHandsOnly
WIELDCATEGORY:TwoHandsOnlyTooLarge DOWN:TwoHandsOnly

WIELDCATEGORY:OneHandOnlyTooSmall UP:OneHandOnly
WIELDCATEGORY:OneHandOnlyTooLarge DOWN:OneHandOnly

WIELDCATEGORY:LightCrossbow1 UP:LightCrossbow2 DOWN:LightCrossbow0
WIELDCATEGORY:LightCrossbow2 UP:LightCrossbow3 DOWN:LightCrossbow1


#
# Dice rolling methods for character creation
#
Expand Down

0 comments on commit 36f707a

Please sign in to comment.