JScratch
Loading...
Searching...
No Matches
com.burrbox.dndiablo.DndCharacterStats Class Reference

Public Attributes

int maxHp
int hp
int tempHp
int armourClass
int initiative
int proficiency
int speed
int size
int deathSaveSuccesses
int deathSaveFailures
int strengthScore
int strengthModifier
int dexterityScore
int dexterityModifier
int constitutionScore
int constitutionModifier
int intelligenceScore
int intelligenceModifier
int wisdomScore
int wisdomModifier
int charismaScore
int charismaModifier
boolean profStrengthSave
boolean profDexteritySave
boolean profConstitutionSave
boolean profIntelligenceSave
boolean profWisdomSave
boolean profCharismaSave
int passivePerception
int passiveInvestigation
int passiveInsight
DNDClass dndclass
int level
int currentXp
int hitDiceCount
String hitDiceType
int spellSaveDC
int spellAttackBonus
int[] spellSlotsMax = new int[9]
int[] spellSlotsCurrent = new int[9]
List< String > damageResistances
List< String > damageImmunities
List< String > conditionImmunities

Static Public Attributes

static final int TINY = 0
static final int SMALL = 1
static final int MEDIUM = 2
static final int LARGE = 3

Detailed Description

Definition at line 5 of file DndCharacterStats.java.

Member Data Documentation

◆ armourClass

int com.burrbox.dndiablo.DndCharacterStats.armourClass

Definition at line 15 of file DndCharacterStats.java.

◆ charismaModifier

int com.burrbox.dndiablo.DndCharacterStats.charismaModifier

Definition at line 31 of file DndCharacterStats.java.

◆ charismaScore

int com.burrbox.dndiablo.DndCharacterStats.charismaScore

Definition at line 31 of file DndCharacterStats.java.

◆ conditionImmunities

List<String> com.burrbox.dndiablo.DndCharacterStats.conditionImmunities

Definition at line 66 of file DndCharacterStats.java.

◆ constitutionModifier

int com.burrbox.dndiablo.DndCharacterStats.constitutionModifier

Definition at line 28 of file DndCharacterStats.java.

◆ constitutionScore

int com.burrbox.dndiablo.DndCharacterStats.constitutionScore

Definition at line 28 of file DndCharacterStats.java.

◆ currentXp

int com.burrbox.dndiablo.DndCharacterStats.currentXp

Definition at line 50 of file DndCharacterStats.java.

◆ damageImmunities

List<String> com.burrbox.dndiablo.DndCharacterStats.damageImmunities

Definition at line 65 of file DndCharacterStats.java.

◆ damageResistances

List<String> com.burrbox.dndiablo.DndCharacterStats.damageResistances

Definition at line 64 of file DndCharacterStats.java.

◆ deathSaveFailures

int com.burrbox.dndiablo.DndCharacterStats.deathSaveFailures

Definition at line 23 of file DndCharacterStats.java.

◆ deathSaveSuccesses

int com.burrbox.dndiablo.DndCharacterStats.deathSaveSuccesses

Definition at line 22 of file DndCharacterStats.java.

◆ dexterityModifier

int com.burrbox.dndiablo.DndCharacterStats.dexterityModifier

Definition at line 27 of file DndCharacterStats.java.

◆ dexterityScore

int com.burrbox.dndiablo.DndCharacterStats.dexterityScore

Definition at line 27 of file DndCharacterStats.java.

◆ dndclass

DNDClass com.burrbox.dndiablo.DndCharacterStats.dndclass

Definition at line 48 of file DndCharacterStats.java.

◆ hitDiceCount

int com.burrbox.dndiablo.DndCharacterStats.hitDiceCount

Definition at line 53 of file DndCharacterStats.java.

◆ hitDiceType

String com.burrbox.dndiablo.DndCharacterStats.hitDiceType

Definition at line 54 of file DndCharacterStats.java.

◆ hp

int com.burrbox.dndiablo.DndCharacterStats.hp

Definition at line 13 of file DndCharacterStats.java.

◆ initiative

int com.burrbox.dndiablo.DndCharacterStats.initiative

Definition at line 16 of file DndCharacterStats.java.

◆ intelligenceModifier

int com.burrbox.dndiablo.DndCharacterStats.intelligenceModifier

Definition at line 29 of file DndCharacterStats.java.

◆ intelligenceScore

int com.burrbox.dndiablo.DndCharacterStats.intelligenceScore

Definition at line 29 of file DndCharacterStats.java.

◆ LARGE

final int com.burrbox.dndiablo.DndCharacterStats.LARGE = 3
static

Definition at line 9 of file DndCharacterStats.java.

◆ level

int com.burrbox.dndiablo.DndCharacterStats.level

Definition at line 49 of file DndCharacterStats.java.

◆ maxHp

int com.burrbox.dndiablo.DndCharacterStats.maxHp

Definition at line 12 of file DndCharacterStats.java.

◆ MEDIUM

final int com.burrbox.dndiablo.DndCharacterStats.MEDIUM = 2
static

Definition at line 8 of file DndCharacterStats.java.

◆ passiveInsight

int com.burrbox.dndiablo.DndCharacterStats.passiveInsight

Definition at line 45 of file DndCharacterStats.java.

◆ passiveInvestigation

int com.burrbox.dndiablo.DndCharacterStats.passiveInvestigation

Definition at line 44 of file DndCharacterStats.java.

◆ passivePerception

int com.burrbox.dndiablo.DndCharacterStats.passivePerception

Definition at line 43 of file DndCharacterStats.java.

◆ profCharismaSave

boolean com.burrbox.dndiablo.DndCharacterStats.profCharismaSave

Definition at line 40 of file DndCharacterStats.java.

◆ profConstitutionSave

boolean com.burrbox.dndiablo.DndCharacterStats.profConstitutionSave

Definition at line 37 of file DndCharacterStats.java.

◆ profDexteritySave

boolean com.burrbox.dndiablo.DndCharacterStats.profDexteritySave

Definition at line 36 of file DndCharacterStats.java.

◆ proficiency

int com.burrbox.dndiablo.DndCharacterStats.proficiency

Definition at line 17 of file DndCharacterStats.java.

◆ profIntelligenceSave

boolean com.burrbox.dndiablo.DndCharacterStats.profIntelligenceSave

Definition at line 38 of file DndCharacterStats.java.

◆ profStrengthSave

boolean com.burrbox.dndiablo.DndCharacterStats.profStrengthSave

Definition at line 35 of file DndCharacterStats.java.

◆ profWisdomSave

boolean com.burrbox.dndiablo.DndCharacterStats.profWisdomSave

Definition at line 39 of file DndCharacterStats.java.

◆ size

int com.burrbox.dndiablo.DndCharacterStats.size

Definition at line 19 of file DndCharacterStats.java.

◆ SMALL

final int com.burrbox.dndiablo.DndCharacterStats.SMALL = 1
static

Definition at line 7 of file DndCharacterStats.java.

◆ speed

int com.burrbox.dndiablo.DndCharacterStats.speed

Definition at line 18 of file DndCharacterStats.java.

◆ spellAttackBonus

int com.burrbox.dndiablo.DndCharacterStats.spellAttackBonus

Definition at line 58 of file DndCharacterStats.java.

◆ spellSaveDC

int com.burrbox.dndiablo.DndCharacterStats.spellSaveDC

Definition at line 57 of file DndCharacterStats.java.

◆ spellSlotsCurrent

int [] com.burrbox.dndiablo.DndCharacterStats.spellSlotsCurrent = new int[9]

Definition at line 60 of file DndCharacterStats.java.

◆ spellSlotsMax

int [] com.burrbox.dndiablo.DndCharacterStats.spellSlotsMax = new int[9]

Definition at line 59 of file DndCharacterStats.java.

◆ strengthModifier

int com.burrbox.dndiablo.DndCharacterStats.strengthModifier

Definition at line 26 of file DndCharacterStats.java.

◆ strengthScore

int com.burrbox.dndiablo.DndCharacterStats.strengthScore

Definition at line 26 of file DndCharacterStats.java.

◆ tempHp

int com.burrbox.dndiablo.DndCharacterStats.tempHp

Definition at line 14 of file DndCharacterStats.java.

◆ TINY

final int com.burrbox.dndiablo.DndCharacterStats.TINY = 0
static

Definition at line 6 of file DndCharacterStats.java.

◆ wisdomModifier

int com.burrbox.dndiablo.DndCharacterStats.wisdomModifier

Definition at line 30 of file DndCharacterStats.java.

◆ wisdomScore

int com.burrbox.dndiablo.DndCharacterStats.wisdomScore

Definition at line 30 of file DndCharacterStats.java.


The documentation for this class was generated from the following file: