Skip to content

Commit

Permalink
Merge pull request #135 from Alexis-Pannetier/main
Browse files Browse the repository at this point in the history
feat: Witch - Bloodmage + Infernalist + Gemling ascendancy
  • Loading branch information
marcoaaguiar authored Dec 3, 2024
2 parents af93613 + 8897ce9 commit 8a0a5b4
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 15 deletions.
42 changes: 42 additions & 0 deletions src/lib/data/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -15311,6 +15311,34 @@
"kind": "notable",
"class": "bloodmage"
},
{
"id": "AN5",
"x": 0.5405545454545455,
"y": 0.4875614525139665,
"kind": "notable",
"class": "bloodmage"
},
{
"id": "AN6",
"x": 0.4890545454545455,
"y": 0.4831614525139665,
"kind": "notable",
"class": "bloodmage"
},
{
"id": "AN7",
"x": 0.5230545454545455,
"y": 0.4805614525139665,
"kind": "notable",
"class": "bloodmage"
},
{
"id": "AN8",
"x": 0.4924545454545455,
"y": 0.5205614525139665,
"kind": "notable",
"class": "bloodmage"
},
{
"id": "AS11",
"x": 0.4726551277163553,
Expand Down Expand Up @@ -15905,6 +15933,20 @@
"y": 0.5300614525139665,
"kind": "notable",
"class": "gemling"
},
{
"id": "AN116",
"x": 0.544845454545455,
"y": 0.4920614525139665,
"kind": "notable",
"class": "gemling"
},
{
"id": "AN117",
"x": 0.461845454545455,
"y": 0.4890614525139665,
"kind": "notable",
"class": "gemling"
}
]
}
65 changes: 50 additions & 15 deletions src/lib/data/nodes_desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10560,6 +10560,25 @@
"name": "Gore Spike",
"stats": ["1% increased Critical Damage Bonus per 20 Life"]
},
"AN5": {
"name": "Grasping Wounds",
"stats": ["25% of Life Lose from Damaging Hits is lost over 4 seconds instead"]
},
"AN6": {
"name": "Blood Barbs",
"stats": [
"Gain 10% of Damage as Extra Physical Damage",
"Elemental Damage can inflict Bleeding"
]
},
"AN7": {
"name": "Open Sores",
"stats": ["Your Curses have inifinite Duration"]
},
"AN8": {
"name": "Sunder the Flesh",
"stats": ["Base Critical Hit Chance for Spells is 15%"]
},
"AS11": {
"name": "AS11",
"stats": ["Infernalist small"]
Expand Down Expand Up @@ -10628,27 +10647,35 @@
]
},
"AN15": {
"name": "AN15",
"stats": ["Infernalist notable"]
"name": "Grinning Immolation",
"stats": [
"Become Ignited when you deal a Critical Hit, taking 15% of your Life and Energy Shield as Fire",
"Damage per second",
"30% more Critical Damage Bonus"
]
},
"AN16": {
"name": "AN16",
"stats": ["Infernalist notable"]
"name": "Mastered Darkness",
"stats": ["Maximum 10 Demonflame"]
},
"AN17": {
"name": "AN17",
"stats": ["Infernalist notable"]
"name": "Altered Flesh",
"stats": [
"20% of Cold Damage taken as Fire Damage",
"20% of Lightning Damage taken as Fire Damage",
"20% of Physical Damage taken as Chaos Damage"
]
},
"AN18": {
"name": "AN18",
"stats": ["Infernalist notable"]
"name": "Beidat's Hand",
"stats": ["Reserves 25% of Life", "+1 Maximum Energy Shield per 4 maximum Life"]
},
"AN19": {
"name": "AN19",
"stats": ["Infernalist notable"]
"name": "Beidat's Will",
"stats": ["Reserves 25% of Life", "+1 Maximum Spirit per 25 maximum Life"]
},
"AN20": {
"name": "AN20",
"name": "AN17",
"stats": ["Infernalist notable"]
},
"AS21": {
Expand Down Expand Up @@ -10940,13 +10967,13 @@
"stats": ["Gemling small"]
},
"AN111": {
"name": "AN111",
"stats": ["Gemling notable"]
},
"AN112": {
"name": "Crystalline Potential",
"stats": ["+12% to Quality of all Skill Gems"]
},
"AN112": {
"name": "Implanted Gems",
"stats": ["+1 to Level of all Skills"]
},
"AN113": {
"name": "Integrated Efficiency",
"stats": ["Grants 3 additional Skill Slots"]
Expand All @@ -10962,5 +10989,13 @@
"AN115": {
"name": "Adaptive Capability",
"stats": ["Attribute Requirements of Gems can be satisfied by your highest Attribute"]
},
"AN116": {
"name": "Enhanced Effectiveness",
"stats": ["Inherent bonuses from Intelligence Strength ans Dexterity are doubled"]
},
"AN117": {
"name": "Advanced Thaumaturgy",
"stats": ["30% less Cost of skills", "Skill Gems have 30% more Attribute Requirements"]
}
}

0 comments on commit 8a0a5b4

Please sign in to comment.