Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sunken Temple Class Quests to Phase 3 #50

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/database/db.bin
Binary file not shown.
63 changes: 31 additions & 32 deletions assets/database/db.json

Large diffs are not rendered by default.

Binary file modified assets/database/leftover_db.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/database/leftover_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -1538,8 +1538,8 @@
{"effectId":1893,"spellId":20028,"name":"Enchant Chest - Major Mana","type":5,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":2},
{"effectId":1894,"spellId":20029,"name":"Enchant Weapon - Icy Chill","type":13,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":2},
{"effectId":1896,"spellId":20030,"name":"Enchant 2H Weapon - Superior Impact","type":13,"enchantType":1,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":2},
{"effectId":1897,"spellId":13695,"name":"Enchant 2H Weapon - Impact","type":13,"enchantType":1,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":1},
{"effectId":1897,"spellId":20031,"name":"Enchant Weapon - Superior Striking","type":13,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":2},
{"effectId":1897,"spellId":13695,"name":"Enchant 2H Weapon - Impact","type":13,"enchantType":1,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":1},
{"effectId":1898,"spellId":20032,"name":"Enchant Weapon - Lifestealing","type":13,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":3},
{"effectId":1899,"spellId":20033,"name":"Enchant Weapon - Unholy Weapon","type":13,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":2},
{"effectId":1900,"spellId":20034,"name":"Enchant Weapon - Crusader","type":13,"stats":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"quality":2},
Expand Down
6 changes: 3 additions & 3 deletions sim/common/vanilla/item_sets/dungeon_set_1.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ var ItemSetShadowcraftArmor = core.NewItemSet(core.ItemSet{
Name: "Rogue Armor Energize",
Callback: core.CallbackOnSpellHitDealt,
Outcome: core.OutcomeLanded,
ProcMask: core.ProcMaskMelee,
ProcMask: core.ProcMaskMeleeWhiteHit,
PPM: 1,
Handler: func(sim *core.Simulation, spell *core.Spell, _ *core.SpellResult) {
if c.HasEnergyBar() {
Expand Down Expand Up @@ -256,8 +256,8 @@ var ItemSetTheElements = core.NewItemSet(core.ItemSet{
4: func(agent core.Agent) {
c := agent.GetCharacter()
c.AddStats(stats.Stats{
stats.SpellDamage: 23,
stats.HealingPower: 23,
stats.SpellDamage: 23,
stats.HealingPower: 23,
})
},
// Chance on spell cast to increase your damage and healing by up to 95 for 10 sec.
Expand Down
37 changes: 37 additions & 0 deletions tools/database/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,43 @@ var ItemOverrides = []*proto.UIItem{
{Id: 18408, Phase: 2},
{Id: 18409, Phase: 2},
{Id: 18413, Phase: 2},

// Sunken Temple Class Quests
{Id: 22274, Phase: 3},
{Id: 22272, Phase: 3},
{Id: 22458, Phase: 3},

{Id: 20083, Phase: 3},
{Id: 19991, Phase: 3},
{Id: 19992, Phase: 3},

{Id: 20035, Phase: 3},
{Id: 20037, Phase: 3},
{Id: 20036, Phase: 3},

{Id: 20504, Phase: 3},
{Id: 20512, Phase: 3},
{Id: 20505, Phase: 3},

{Id: 19990, Phase: 3},
{Id: 20082, Phase: 3},
{Id: 20006, Phase: 3},

{Id: 19984, Phase: 3},
{Id: 20255, Phase: 3},
{Id: 19982, Phase: 3},

{Id: 20369, Phase: 3},
{Id: 20556, Phase: 3},
{Id: 20503, Phase: 3},

{Id: 20536, Phase: 3},
{Id: 20534, Phase: 3},
{Id: 20530, Phase: 3},

{Id: 20130, Phase: 3},
{Id: 20521, Phase: 3},
{Id: 20517, Phase: 3},
}

// Keep these sorted by item ID.
Expand Down
Loading