-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract some player attributes to data files
- Loading branch information
Showing
14 changed files
with
274 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
Packaging/resources/assets/txtdata/classes/barbarian/attributes.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Attribute Value | ||
baseStr 40 | ||
baseMag 0 | ||
baseDex 20 | ||
baseVit 25 | ||
maxStr 255 | ||
maxMag 0 | ||
maxDex 55 | ||
maxVit 150 | ||
blockBonus 30 | ||
adjLife 1152 | ||
adjMana 0 | ||
lvlLife 128 | ||
lvlMana 0 | ||
chrLife 128 | ||
chrMana 64 | ||
itmLife 160 | ||
itmMana 64 |
18 changes: 18 additions & 0 deletions
18
Packaging/resources/assets/txtdata/classes/bard/attributes.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Attribute Value | ||
baseStr 20 | ||
baseMag 20 | ||
baseDex 25 | ||
baseVit 20 | ||
maxStr 120 | ||
maxMag 120 | ||
maxDex 120 | ||
maxVit 100 | ||
blockBonus 25 | ||
adjLife 1472 | ||
adjMana 192 | ||
lvlLife 128 | ||
lvlMana 128 | ||
chrLife 64 | ||
chrMana 96 | ||
itmLife 96 | ||
itmMana 112 |
18 changes: 18 additions & 0 deletions
18
Packaging/resources/assets/txtdata/classes/monk/attributes.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Attribute Value | ||
baseStr 25 | ||
baseMag 15 | ||
baseDex 25 | ||
baseVit 20 | ||
maxStr 150 | ||
maxMag 80 | ||
maxDex 150 | ||
maxVit 80 | ||
blockBonus 25 | ||
adjLife 1472 | ||
adjMana 352 | ||
lvlLife 128 | ||
lvlMana 128 | ||
chrLife 64 | ||
chrMana 64 | ||
itmLife 96 | ||
itmMana 96 |
18 changes: 18 additions & 0 deletions
18
Packaging/resources/assets/txtdata/classes/rogue/attributes.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Attribute Value | ||
baseStr 20 | ||
baseMag 15 | ||
baseDex 30 | ||
baseVit 20 | ||
maxStr 55 | ||
maxMag 70 | ||
maxDex 250 | ||
maxVit 80 | ||
blockBonus 20 | ||
adjLife 1472 | ||
adjMana 352 | ||
lvlLife 128 | ||
lvlMana 128 | ||
chrLife 64 | ||
chrMana 64 | ||
itmLife 96 | ||
itmMana 96 |
18 changes: 18 additions & 0 deletions
18
Packaging/resources/assets/txtdata/classes/sorcerer/attributes.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Attribute Value | ||
baseStr 15 | ||
baseMag 35 | ||
baseDex 15 | ||
baseVit 20 | ||
maxStr 45 | ||
maxMag 250 | ||
maxDex 85 | ||
maxVit 80 | ||
blockBonus 10 | ||
adjLife 576 | ||
adjMana -128 | ||
lvlLife 64 | ||
lvlMana 128 | ||
chrLife 64 | ||
chrMana 128 | ||
itmLife 64 | ||
itmMana 128 |
18 changes: 18 additions & 0 deletions
18
Packaging/resources/assets/txtdata/classes/warrior/attributes.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Attribute Value | ||
baseStr 30 | ||
baseMag 10 | ||
baseDex 20 | ||
baseVit 25 | ||
maxStr 250 | ||
maxMag 50 | ||
maxDex 60 | ||
maxVit 100 | ||
blockBonus 30 | ||
adjLife 1152 | ||
adjMana -64 | ||
lvlLife 128 | ||
lvlMana 64 | ||
chrLife 128 | ||
chrMana 64 | ||
itmLife 128 | ||
itmMana 64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.