Skip to content

Commit

Permalink
armor cost revamp, added a lot of new armors and changed some armors
Browse files Browse the repository at this point in the history
- 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
b5635 committed Nov 26, 2024
1 parent 514c0e4 commit c9d99c8
Show file tree
Hide file tree
Showing 90 changed files with 15,670 additions and 294 deletions.
11 changes: 11 additions & 0 deletions override/iprp_armortype.2da
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
35 changes: 35 additions & 0 deletions override/iprp_costtable.2da
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
3 changes: 3 additions & 0 deletions override/itempropdef.2da
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@
85 111772 Material **** **** 28 **** 111773 111774
86 111853 Quality **** **** 29 **** 111854 111855
87 111871 Additional_Property **** **** 30 **** 111872 111873
88 6650 ItemCostReduction **** -0.2 21 **** **** ****
89 6649 ItemCostIncrease **** 0.2 1 **** **** ****
90 309 ArmorType **** 1 31 **** **** ****
3 changes: 3 additions & 0 deletions override/itemprops.2da
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@
85 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 **** 1 1 1 1 111772 Material
86 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 **** 1 1 1 1 111853 Quality
87 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 **** 1 1 1 1 111871 Additional_Property
88 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 **** 1 1 1 1 6650 ItemCostReduction
89 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 **** 1 1 1 1 6649 ItemCostIncrease
90 **** **** **** **** **** **** 1 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** 309 ArmorType
165 changes: 83 additions & 82 deletions seeded_database/treasures.txt

Large diffs are not rendered by default.

Loading

0 comments on commit c9d99c8

Please sign in to comment.