Staff weapon tiering shuffle.

This commit is contained in:
Sam 2021-03-31 12:40:45 -04:00
parent a2fc2abf83
commit 67916b44a7
9 changed files with 9 additions and 9 deletions

View File

@ -6,9 +6,9 @@ ItemDef(
hands: Two, hands: Two,
stats: Direct(( stats: Direct((
equip_time_secs: 0.3, equip_time_secs: 0.3,
power: 0.6, power: 1.4,
poise_strength: 1.0, poise_strength: 1.0,
speed: 1.2, speed: 1.1,
crit_chance: 0.2625, crit_chance: 0.2625,
crit_mult: 1.4761904, crit_mult: 1.4761904,
)), )),

View File

@ -6,7 +6,7 @@ ItemDef(
hands: Two, hands: Two,
stats: Direct(( stats: Direct((
equip_time_secs: 0.3, equip_time_secs: 0.3,
power: 1.1, power: 0.8,
poise_strength: 1.0, poise_strength: 1.0,
speed: 0.7, speed: 0.7,
crit_chance: 0.17045455, crit_chance: 0.17045455,

View File

@ -6,7 +6,7 @@ ItemDef(
hands: Two, hands: Two,
stats: Direct(( stats: Direct((
equip_time_secs: 0.3, equip_time_secs: 0.3,
power: 0.7, power: 1.2,
poise_strength: 1.0, poise_strength: 1.0,
speed: 0.8, speed: 0.8,
crit_chance: 0.114379086, crit_chance: 0.114379086,

View File

@ -6,7 +6,7 @@ ItemDef(
hands: Two, hands: Two,
stats: Direct(( stats: Direct((
equip_time_secs: 0.3, equip_time_secs: 0.3,
power: 1.6, power: 0.8,
poise_strength: 1.0, poise_strength: 1.0,
speed: 0.9, speed: 0.9,
crit_chance: 0.1125, crit_chance: 0.1125,

View File

@ -1,5 +1,5 @@
[ [
(1.0, Item("common.items.weapons.staff.bent_fuse")),
(1.0, Item("common.items.weapons.staff.bone_staff")), (1.0, Item("common.items.weapons.staff.bone_staff")),
(1.0, Item("common.items.weapons.staff.fiery_wishing_rod")), (1.0, Item("common.items.weapons.staff.fiery_wishing_rod")),
(1.0, Item("common.items.weapons.staff.ley_seeker")),
] ]

View File

@ -1,5 +1,4 @@
[ [
(1.0, Item("common.items.weapons.staff.aurora")),
(1.0, Item("common.items.weapons.staff.dragon_tongue")), (1.0, Item("common.items.weapons.staff.dragon_tongue")),
(1.0, Item("common.items.weapons.staff.ruby_rod")), (1.0, Item("common.items.weapons.staff.ruby_rod")),
] ]

View File

@ -1,4 +1,4 @@
[ [
(1.0, Item("common.items.weapons.staff.frostwood_torch")), (1.0, Item("common.items.weapons.staff.frostwood_torch")),
(1.0, Item("common.items.weapons.staff.ley_seeker")), (1.0, Item("common.items.weapons.staff.aurora")),
] ]

View File

@ -2,4 +2,5 @@
(1.0, Item("common.items.weapons.staff.heated_arm")), (1.0, Item("common.items.weapons.staff.heated_arm")),
(1.0, Item("common.items.weapons.staff.infused_tower")), (1.0, Item("common.items.weapons.staff.infused_tower")),
(1.0, Item("common.items.weapons.staff.solar")), (1.0, Item("common.items.weapons.staff.solar")),
(1.0, Item("common.items.weapons.staff.lava_rod")),
] ]

View File

@ -1,4 +1,4 @@
[ [
(1.0, Item("common.items.weapons.staff.crimson_eye")), (1.0, Item("common.items.weapons.staff.crimson_eye")),
(1.0, Item("common.items.weapons.staff.lava_rod")), (1.0, Item("common.items.weapons.staff.bent_fuse")),
] ]