Skip to content

Commit

Permalink
Added statusEffect and description
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDreyko authored Feb 18, 2024
1 parent 4d0f1ea commit 93cd14b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"maxStack" : 1,
"level" : 6,
"rarity" : "legendary",
"description" : "An extremely dense, heavy staff.",
"description" : "An extremely dense, heavy staff.
^cyan;Inflicts Electrified^reset;",
"shortdescription" : "Densinium Quarterstaff",
"tooltipKind" : "sword2",
"category" : "Quarterstaff",
Expand Down Expand Up @@ -33,7 +34,8 @@
"baseDps" : 6.56,
"damageConfig":{
"knockback":10,
"damageSourceKind" : "electric"
"damageSourceKind" : "electric",
"statusEffects" : [ "electrified" ]
},
"comboSteps":6,
"swooshOffsetRegions":[
Expand Down

0 comments on commit 93cd14b

Please sign in to comment.