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

Method getAcModTokenInt

code/src/java/pcgen/io/exporttoken/EqToken.java:412–415  ·  view source on GitHub ↗

Get the AC Mod Token as an int @param pc @param eq @return AC Mod Token as an int

(PlayerCharacter pc, Equipment eq)

Source from the content-addressed store, hash-verified

410 * @return AC Mod Token as an int
411 */
412 public static int getAcModTokenInt(PlayerCharacter pc, Equipment eq)
413 {
414 return eq.getACMod(pc);
415 }
416
417 /**
418 * Get Alternative Critical Token

Callers 1

getAcModTokenMethod · 0.95

Calls 1

getACModMethod · 0.80

Tested by

no test coverage detected