MCPcopy Create free account
hub / github.com/PCGen/pcgen / getTwoHitToken

Method getTwoHitToken

code/src/java/pcgen/io/exporttoken/WeaponToken.java:1483–1487  ·  view source on GitHub ↗

Get two hit token @param pc @param eq @param range @param content @param ammo @param attackNum @return two hit token

(PlayerCharacter pc, Equipment eq, int range, int content, int ammo,
	                                     int attackNum)

Source from the content-addressed store, hash-verified

1481 * @return two hit token
1482 */
1483 private static String getTwoHitToken(PlayerCharacter pc, Equipment eq, int range, int content, int ammo,
1484 int attackNum)
1485 {
1486 return getToHit(pc, eq, range, content, ammo, HITMODE_TWOHIT, attackNum);
1487 }
1488
1489 /**
1490 * Get Off Hand Hit Token

Callers 1

getWeaponTokenMethod · 0.95

Calls 1

getToHitMethod · 0.95

Tested by

no test coverage detected