-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armor cost revamp, added a lot of new armors and changed some armors
- includes Loggy's 2da tweaks for more / negative gold cost - no longer adding gold via script for armors - now using 2da armor types to scale armor gold
- Loading branch information
Showing
90 changed files
with
15,670 additions
and
294 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
2DA V2.0 | ||
|
||
Name Label Cost | ||
0 12841 Padded 0.1 | ||
1 12835 Leather 0.2 | ||
2 12836 StuddedLeather 0.3 | ||
3 12837 ScaleMail 0.4 | ||
4 12842 Breastplate 0.8 | ||
5 12838 SplintMail 0.6 | ||
6 12839 HalfPlate 1.0 | ||
7 181 FullPlate 1.5 |
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,35 @@ | ||
2DA V2.0 | ||
|
||
Name Label ClientLoad | ||
0 IPRP_BASE1 Base1 0 | ||
1 IPRP_BONUSCOST Bonus 0 | ||
2 IPRP_MELEECOST Melee 1 | ||
3 IPRP_CHARGECOST SpellUse 0 | ||
4 IPRP_DAMAGECOST Damage 0 | ||
5 IPRP_IMMUNCOST Immune 0 | ||
6 IPRP_SOAKCOST DamageSoak 0 | ||
7 IPRP_RESISTCOST DamageResist 0 | ||
8 IPRP_BLADECOST DancingScimitar 0 | ||
9 IPRP_SLOTSCOST Slots 0 | ||
10 IPRP_WEIGHTCOST Weight 0 | ||
11 IPRP_SRCOST SpellResist 0 | ||
12 IPRP_STAMINACOST Stamina 0 | ||
13 IPRP_SPELLLVCOST SpellLevel 0 | ||
14 IPRP_AMMOCOST Ammo 0 | ||
15 IPRP_REDCOST WeightReduction 0 | ||
16 IPRP_SPELLCOST Spells 0 | ||
17 IPRP_TRAPCOST Traps 0 | ||
18 IPRP_LIGHTCOST Light 1 | ||
19 IPRP_MONSTCOST Monster_Cost 0 | ||
20 IPRP_NEG5COST Negative_Modifiers 0 | ||
21 IPRP_NEG10COST Negative_Modifiers 0 | ||
22 IPRP_DAMVULCOST Damage_vulnerability 0 | ||
23 IPRP_SPELLLVLIMM Spell_Level_Immunity 0 | ||
24 IPRP_ONHITCOST OnHitCosts 0 | ||
25 IPRP_SKILLCOST SkillCost 0 | ||
26 IPRP_SPELLCSTR SpellCasterLevel 0 | ||
27 IPRP_ARCSPELL ArcaneSpellFailure 0 | ||
28 IPRP_MATCOST Material 0 | ||
29 IPRP_QUALCOST Quality 0 | ||
30 IPRP_ADDCOST Additional_Property 0 | ||
31 IPRP_ARMORTYPE ArmorType 0 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.