Skip to content

Commit

Permalink
Weapon changes #1
Browse files Browse the repository at this point in the history
Longswords
Varscona: +3 ab, +2 pierce, +2 cold

Scimitars
Icingdeath +3 ab, cold d4, slash +2
Laughing Blade +1 sonic instead of cold, +1 eb, 14 dc confuse 50%
Shimmering Blade: +2 ab, +3 slash instead of +2 eb, +5 parry
Twinkle +2 ab, +4 deflection ac

Two Bladed Swords
Uthgardt Ceremonial Blade: +3 ab, keen gains +1 slash
Sword of Bao: d6 fire +1 ab
Sword of Lyons +2 eb, d10 massive criticals
Double Axes
Bloodstone axe: +1 regen removed, +1 ab +2 slashing
Axe for the Tall Kin: light removed, +2 slashing added, +3 ab, keen

Dire Maces
Stoutcorps Key: +2 eb, +2 str removed. +3 ab, d8 bludgeoning

Kukris
Stormwalker: +3 ab, +1 slashing, d6 electrical (pre existing),
Cost multipliers:

Two bladed swords: 2.2, down from 2.4
Double-axes: 2.2, down from 2.4
Kukris: 2.3, down from 2.8
Rapiers: 2.4, down from 3
Scimitars: 2.4, down 3
Scythes: 2.4, down from 3
Scythes
Death's Handmaiden: +3 ab, +1 slash, +2 vamp regen
  • Loading branch information
b5635 committed Nov 23, 2024
1 parent 33875d8 commit 514c0e4
Show file tree
Hide file tree
Showing 18 changed files with 835 additions and 129 deletions.
12 changes: 6 additions & 6 deletions override/baseitems.2da

Large diffs are not rendered by default.

125 changes: 66 additions & 59 deletions seeded_database/treasures.txt

Large diffs are not rendered by default.

30 changes: 26 additions & 4 deletions src/itp/itempalcus.itp.json
Original file line number Diff line number Diff line change
Expand Up @@ -11649,13 +11649,13 @@
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Angurvadal"
},
"RESREF": {
"type": "resref",
"value": "weapon10"
},
"STRREF": {
"type": "dword",
"value": 14352
}
},
{
Expand Down Expand Up @@ -13550,6 +13550,28 @@
"value": 14156
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Sword of Bao"
},
"RESREF": {
"type": "resref",
"value": "weapon540"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Sword of Lyons"
},
"RESREF": {
"type": "resref",
"value": "weapon542"
}
},
{
"__struct_id": 0,
"NAME": {
Expand Down
39 changes: 36 additions & 3 deletions src/uti/weapon10.uti.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"LocalizedName": {
"id": 14352,
"type": "cexolocstring",
"value": {}
"value": {
"0": "Angurvadal"
}
},
"ModelPart1": {
"type": "byte",
Expand Down Expand Up @@ -110,7 +112,7 @@
},
"CostValue": {
"type": "word",
"value": 7
"value": 3
},
"Param1": {
"type": "byte",
Expand Down Expand Up @@ -141,7 +143,7 @@
},
"CostValue": {
"type": "word",
"value": 2
"value": 1
},
"Param1": {
"type": "byte",
Expand All @@ -159,6 +161,37 @@
"type": "word",
"value": 2
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 83
},
"Subtype": {
"type": "word",
"value": 3
}
}
]
},
Expand Down
20 changes: 11 additions & 9 deletions src/uti/weapon168.uti.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Cost": {
"type": "dword",
"value": 18870
"value": 13068
},
"Cursed": {
"type": "byte",
Expand All @@ -31,7 +31,9 @@
},
"Description": {
"type": "cexolocstring",
"value": {}
"value": {
"0": ""
}
},
"Identified": {
"type": "byte",
Expand Down Expand Up @@ -85,11 +87,11 @@
},
"Param1Value": {
"type": "byte",
"value": 255
"value": 0
},
"PropertyName": {
"type": "word",
"value": 6
"value": 56
},
"Subtype": {
"type": "word",
Expand All @@ -104,27 +106,27 @@
},
"CostTable": {
"type": "byte",
"value": 1
"value": 4
},
"CostValue": {
"type": "word",
"value": 5
"value": 3
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 255
"value": 0
},
"PropertyName": {
"type": "word",
"value": 52
"value": 16
},
"Subtype": {
"type": "word",
"value": 10
"value": 2
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/uti/weapon174.uti.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Cost": {
"type": "dword",
"value": 9975
"value": 7980
},
"Cursed": {
"type": "byte",
Expand Down Expand Up @@ -95,7 +95,7 @@
},
"Subtype": {
"type": "word",
"value": 7
"value": 13
}
},
{
Expand Down
32 changes: 22 additions & 10 deletions src/uti/weapon223.uti.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Cost": {
"type": "dword",
"value": 19636
"value": 21786
},
"Cursed": {
"type": "byte",
Expand Down Expand Up @@ -108,11 +108,11 @@
},
"CostTable": {
"type": "byte",
"value": 0
"value": 4
},
"CostValue": {
"type": "word",
"value": 0
"value": 2
},
"Param1": {
"type": "byte",
Expand All @@ -124,11 +124,11 @@
},
"PropertyName": {
"type": "word",
"value": 43
"value": 16
},
"Subtype": {
"type": "word",
"value": 0
"value": 2
}
},
{
Expand All @@ -139,23 +139,23 @@
},
"CostTable": {
"type": "byte",
"value": 18
"value": 0
},
"CostValue": {
"type": "word",
"value": 3
"value": 0
},
"Param1": {
"type": "byte",
"value": 9
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 6
"value": 0
},
"PropertyName": {
"type": "word",
"value": 44
"value": 43
},
"Subtype": {
"type": "word",
Expand All @@ -179,5 +179,17 @@
"TemplateResRef": {
"type": "resref",
"value": "weapon223"
},
"xModelPart1": {
"type": "word",
"value": 12
},
"xModelPart2": {
"type": "word",
"value": 22
},
"xModelPart3": {
"type": "word",
"value": 22
}
}
49 changes: 46 additions & 3 deletions src/uti/weapon227.uti.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Cost": {
"type": "dword",
"value": 7917
"value": 2976
},
"Cursed": {
"type": "byte",
Expand Down Expand Up @@ -87,16 +87,47 @@
},
"Param1Value": {
"type": "byte",
"value": 255
"value": 0
},
"PropertyName": {
"type": "word",
"value": 51
"value": 56
},
"Subtype": {
"type": "word",
"value": 0
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 4
},
"CostValue": {
"type": "word",
"value": 2
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 16
},
"Subtype": {
"type": "word",
"value": 2
}
}
]
},
Expand All @@ -115,5 +146,17 @@
"TemplateResRef": {
"type": "resref",
"value": "weapon227"
},
"xModelPart1": {
"type": "word",
"value": 11
},
"xModelPart2": {
"type": "word",
"value": 31
},
"xModelPart3": {
"type": "word",
"value": 31
}
}
Loading

0 comments on commit 514c0e4

Please sign in to comment.