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 93cd14b commit 17d0ea3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions items/active/weapons/melee/scythe/densiniumscythe.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 6,
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Perhaps the deadliest curved blade around.",
"description" : "Perhaps the deadliest curved blade around.
^cyan;Inflicts Electrified^reset;",
"shortdescription" : "Densinium Scythe",
"tooltipKind" : "sword2",
"category" : "scythe",
Expand All @@ -29,7 +30,8 @@
"fireTime" : 0.83,
"baseDps" : 12,
"damageConfig" : {
"damageSourceKind" : "electric"
"damageSourceKind" : "electric",
"statusEffects" : [ "electrified" ]
},
"stances" : {
"idle" : {
Expand Down

0 comments on commit 17d0ea3

Please sign in to comment.