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

Update shortswordcombo2.weaponability #3538

Merged
merged 45 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
a9dd8d8
Update shortswordcombo2.weaponability
MaxDreyko Feb 17, 2024
1b74aa3
Update irradiumsword.activeitem
MaxDreyko Feb 18, 2024
ee9f983
Update irradiumgreataxe.activeitem
MaxDreyko Feb 18, 2024
6ccb4c1
Update irradiumhammer.activeitem
MaxDreyko Feb 18, 2024
38e4d16
Update irradiumkatana.activeitem
MaxDreyko Feb 18, 2024
372e856
Update irradiumlongsword.activeitem
MaxDreyko Feb 18, 2024
2836a89
Update irradiummace.activeitem
MaxDreyko Feb 18, 2024
6eca885
Update irradiumquarterstaff.activeitem
MaxDreyko Feb 18, 2024
be72cfd
Update irradiumrapier.activeitem
MaxDreyko Feb 18, 2024
b5f0071
Updated description
MaxDreyko Feb 18, 2024
e6b9586
Updated description
MaxDreyko Feb 18, 2024
7039462
Updated description, added rad-burn effect
MaxDreyko Feb 18, 2024
5c633c8
Updated description
MaxDreyko Feb 18, 2024
18d54b3
Updated description
MaxDreyko Feb 18, 2024
fd0fcdc
Updated description
MaxDreyko Feb 18, 2024
706532d
Updated description
MaxDreyko Feb 18, 2024
e705d64
Updated description
MaxDreyko Feb 18, 2024
ea3f4f7
Added status description
MaxDreyko Feb 18, 2024
8a0476a
Added status description
MaxDreyko Feb 18, 2024
85c92b1
Added status description
MaxDreyko Feb 18, 2024
816b475
Added status description
MaxDreyko Feb 18, 2024
af5f446
Added status description
MaxDreyko Feb 18, 2024
e404a93
Added status description
MaxDreyko Feb 18, 2024
a86e323
Added status description
MaxDreyko Feb 18, 2024
513d3e5
Added statusEffect and description
MaxDreyko Feb 18, 2024
178852c
Added status description
MaxDreyko Feb 18, 2024
c8887d2
Added status description
MaxDreyko Feb 18, 2024
7059b38
Added status description
MaxDreyko Feb 18, 2024
e507a03
Added status description
MaxDreyko Feb 18, 2024
716a16e
Added status description
MaxDreyko Feb 18, 2024
fec1091
Added status description
MaxDreyko Feb 18, 2024
d91c3d0
Added status description
MaxDreyko Feb 18, 2024
951e53a
Added status description
MaxDreyko Feb 18, 2024
1ca6adf
Added statusEffect and description
MaxDreyko Feb 18, 2024
0054a0b
Added status description
MaxDreyko Feb 18, 2024
4d0f1ea
Added status description
MaxDreyko Feb 18, 2024
93cd14b
Added statusEffect and description
MaxDreyko Feb 18, 2024
17d0ea3
Added statusEffect and description
MaxDreyko Feb 18, 2024
77cfa87
Added status description
MaxDreyko Feb 18, 2024
e123cae
Added status description
MaxDreyko Feb 18, 2024
0c5f898
added status description
MaxDreyko Feb 18, 2024
d9dbbd5
added statusEffect and description
MaxDreyko Feb 18, 2024
d7343c4
added status description
MaxDreyko Feb 18, 2024
0e2fbae
Added statusEffect and description
MaxDreyko Feb 18, 2024
0d7e48f
Merge branch 'sayterdarkwynd:master' into patch-1
MaxDreyko Feb 20, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"comboSteps" : 3,

"flashTime" : 0.25,
"flashDirectives" : "fade=FF0000FF=0.15",
"flashDirectives" : "fade=22CCFFFF=0.05",

"swooshOffsetRegions" : [
[-1.0, -0.25, 2.5, 2.0],
Expand All @@ -26,7 +26,7 @@
],

// cooldown time multiplier for steps after the first, compounded per combo step
"comboSpeedFactor" : 0.17,
"comboSpeedFactor" : 0.3,

"edgeTriggerGrace" : 0.23,

Expand Down Expand Up @@ -55,8 +55,8 @@

"stances" : {
"idle" : {
"armRotation" : -90,
"weaponRotation" : -10,
"armRotation" : -45,
"weaponRotation" : -35,
"weaponOffset" : [0, 2.25],

"allowFlip" : true,
Expand Down Expand Up @@ -99,14 +99,23 @@
"allowRotate" : true
},
"fire2" : {
"duration" : 0.3,
"duration" : 0.2,
"armRotation" : 0,
"weaponRotation" : -90,
"weaponOffset" : [0, 2.25],
"twoHanded" : false,
"allowFlip" : true,
"allowRotate" : true
},
"wait2" : {
"duration" : 0.3,
"armRotation" : -45,
"weaponRotation" : -35,
"weaponOffset" : [0, 2.25],
"twoHanded" : false,
"allowFlip" : true,
"allowRotate" : true
},
"windup3" : {
"duration" : 0.12,
"armRotation" : -150,
Expand All @@ -118,7 +127,7 @@
"allowFlip" : true
},
"fire3" : {
"duration" : 0.1,
"duration" : 0.2,
"armRotation" : -10,
"weaponRotation" : -90,
"weaponOffset" : [0, 2.25],
Expand All @@ -128,7 +137,7 @@
"allowFlip" : true
},
"wait3" : {
"duration" : 0.1,
"duration" : 0.2,
"armRotation" : -15,
"weaponRotation" : -75,
"weaponOffset" : [0, 2.25],
Expand Down
3 changes: 2 additions & 1 deletion items/active/weapons/melee/axe/irradiumaxe.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"price" : 640,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Purified irradium weapon.",
"description" : "Purified irradium weapon.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Axe",
"tooltipKind" : "sword2",
"category" : "axe",
Expand Down
3 changes: 2 additions & 1 deletion items/active/weapons/melee/axe/poweraxe.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"price" : 2440,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Smile for the birdy!",
"description" : "Smile for the birdy!
^cyan;Inflicts Electrified and Bouncy^reset;",
"shortdescription" : "Tritanium Axe",
"tooltipKind" : "sword2",
"category" : "axe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 6,
"maxStack" : 1,
"rarity" : "legendary",
"description" : "A powerful, super-dense blade.",
"description" : "A powerful, super-dense blade.
^cyan;Inflicts Electrified^reset;",
"shortdescription" : "Densinium Broadsword",
"tooltipKind" : "sword2",
"category" : "broadsword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 4,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Forged from irradium.",
"description" : "Forged from irradium.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Blade",
"tooltipKind" : "sword2",
"category" : "broadsword",
Expand Down
3 changes: 2 additions & 1 deletion items/active/weapons/melee/dagger/irradiumdagger.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"price" : 640,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Swift and deadly.",
"description" : "Swift and deadly.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Dagger",
"tooltipKind" : "sword2",
"category" : "dagger",
Expand Down
2 changes: 1 addition & 1 deletion items/active/weapons/melee/flail/flaildensinium.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rarity" : "legendary",
"description" : "Heavy, cumbersome and awesome.
^cyan;Breaks blocks^reset;
^yellow;Stuns enemies^reset;",
^yellow;Stuns and electrifies^reset;",
"shortdescription" : "Densinium Striker",
"tooltipKind" : "gun2",
"category" : "Striker",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "Not at all fun to be cleaved by.
^cyan;Inflicts Rad-Burn^reset;
^cyan;+12% Stun chance^reset;",
"shortdescription" : "Irradium Greataxe",
"tooltipKind" : "hammer",
Expand Down
3 changes: 2 additions & 1 deletion items/active/weapons/melee/hammer/irradiumhammer.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"price" : 900,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Forged from carbon and irradium. Quite dangerous.",
"description" : "Forged from carbon and irradium. Quite dangerous.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Hammer",
"tooltipKind" : "hammer",
"category" : "hammer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Plasma-laced goodness.
^cyan;Inflicts Electrified^reset;
^yellow;8 hit combo^reset;",
"shortdescription" : "Densinium Katana",
"tooltipKind" : "sword2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "Radioactive stabby fun. Two-handed.
^cyan;Inflicts Rad-Burn^reset;
^yellow;5 hit combo^reset;",
"shortdescription" : "Irradium Katana",
"tooltipKind" : "sword2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 6,
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Brutally dense metal. Super murdery fun.",
"description" : "Brutally dense metal. Super murdery fun.
^cyan;Inflicts Electrified^reset;",
"shortdescription" : "Densinium Longsword",
"tooltipKind" : "sword2",
"category" : "longsword",
Expand Down Expand Up @@ -34,7 +35,8 @@
"fireTime" : 0.93,
"baseDps" : 6.8,
"damageConfig" : {
"damageSourceKind": "electricshortsword"
"damageSourceKind": "electricshortsword",
"statusEffect": [ "electified" ]
}
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 4,
"maxStack" : 1,
"rarity" : "rare",
"description" : "A honed irradium edge makes this rather...reactive.",
"description" : "A honed irradium edge makes this rather...reactive.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Longsword",
"tooltipKind" : "sword2",
"category" : "longsword",
Expand Down
3 changes: 2 additions & 1 deletion items/active/weapons/melee/mace/densiniummace.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 6,
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Superior weapon for superior murder. Design by Gezbo.",
"description" : "Superior weapon for superior murder. Design by Gezbo.
^cyan;Inflicts Electrified^reset;",
"shortdescription" : "Densinium Mace",
"tooltipKind" : "hammer",
"category" : "mace",
Expand Down
6 changes: 4 additions & 2 deletions items/active/weapons/melee/mace/irradiummace.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 4,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Radiation-laced for extra merriment.",
"description" : "Radiation-laced for extra merriment.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Mace",
"tooltipKind" : "hammer",
"category" : "mace",
Expand All @@ -29,7 +30,8 @@
"fireTime":0.97,
"baseDps":7.44,
"damageConfig" : {
"damageSourceKind" : "radioactivehammer"
"damageSourceKind" : "radioactivehammer",
"statusEffects" : [ "radiationburn" ]
}
},
"critChance" : 1,
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"maxStack" : 1,
"level" : 4,
"rarity" : "rare",
"description" : "A radioactive staff designed to fracture bone.",
"description" : "A radioactive staff designed to fracture bone.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Quarterstaff",
"tooltipKind" : "sword2",
"category" : "Quarterstaff",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "A swift and dangerous radioactive blade.
^cyan;Causes Radiation Burn^reset;",
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Rapier",
"tooltipKind" : "sword2",
"category" : "Rapier",
Expand Down
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
5 changes: 3 additions & 2 deletions items/active/weapons/melee/scythe/irradiumscythe.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 4,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Unsure if meant for farming or murder. Fun either way.",
"description" : "Unsure if meant for farming or murder. Fun either way.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium Scythe",
"tooltipKind" : "sword2",
"category" : "scythe",
Expand Down Expand Up @@ -135,4 +136,4 @@
"critChance" : 2,
"critBonus" : 11,
"builder" : "/items/buildscripts/buildunrandweapon.lua"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Deadly edge, full of purple menace.
^cyan;Inflicts Electrified^reset;
^cyan;Hunting weapon^reset;",
"shortdescription" : "Densinium Shortspear",
"tooltipKind" : "sword2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "Light and brutally radioactive. Guaranteed to cause death.
^cyan;Inflicts Rad-Burn^reset;
^cyan;Hunting weapon^reset;",
"shortdescription" : "Irradium Shortspear",
"tooltipKind" : "sword2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "A marvelously stabby device.
^cyan;Inflicts Electrified^reset;
^cyan;Hunting weapon^reset;",
"shortdescription" : "Tritanium Shortspear",
"tooltipKind" : "sword2",
Expand Down Expand Up @@ -39,6 +40,7 @@
"baseDps" : 6.4,
"damageConfig" : {
"damageSourceKind" : "electricbow",
"statusEffects" : [ "electrified" ],
"knockback" : 7
},
"stances" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 6,
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Superior craftsmanship. Nearly unbreakable.",
"description" : "Superior craftsmanship. Nearly unbreakable.
^cyan;Inflicts Electrified^reset;",
"shortdescription" : "Densinium Shortsword",
"tooltipKind" : "sword2",
"category" : "shortsword",
Expand Down Expand Up @@ -40,4 +41,4 @@

"builder" : "/items/buildscripts/buildunrandweapon.lua"

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"level" : 4,
"maxStack" : 1,
"rarity" : "rare",
"description" : "Built for conquest.",
"description" : "Built for conquest.
^cyan;Inflicts Rad-Burn^reset;",
"shortdescription" : "Irradium War Knife",
"tooltipKind" : "sword2",
"category" : "shortsword",
Expand Down
1 change: 1 addition & 0 deletions items/active/weapons/melee/spear/irradiumspear.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "Infused with toxic Irradium radiation. That's kind of you.
^cyan;Inflicts Rad-Burn^reset;
^cyan;Hunting weapon^reset;",
"shortdescription" : "Irradium Spear",
"tooltipKind" : "sword2",
Expand Down
1 change: 1 addition & 0 deletions items/active/weapons/melee/spear/tritaniumspear.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"maxStack" : 1,
"rarity" : "rare",
"description" : "You should shove this in a foe. For science!
^cyan;Inflicts Electrified^reset;
^cyan;Hunting weapon^reset;",
"shortdescription" : "Tritanium Spear",
"tooltipKind" : "sword2",
Expand Down
Loading