Skip to content

Commit b4a1d74

Browse files
committed
Sentry is not Sentry
1 parent 2372bed commit b4a1d74

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

wotw_seedgen_data/src/equipment.rs

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -48,46 +48,46 @@ pub enum EquipSlot {
4848
)]
4949
#[repr(u16)]
5050
pub enum Equipment {
51-
Hammer = 1000, // Weapon_Hammer
52-
Bow = 1001, // Weapon_Bow
53-
Sword = 1002, // Weapon_Sword
54-
Torch = 1003, // Weapon_Torch
55-
Swordstaff = 1004, // Weapon_Swordstaff
56-
Chainsword = 1005, // Weapon_Chainsword
57-
Shot = 2000, // Spell_Shot
58-
HomingMissiles = 2001, // Spell_HomingMissiles
59-
Wave = 2002, // Spell_Wave
60-
Whirl = 2003, // Spell_Whirl
61-
Flash = 2004, // Spell_Glow
62-
LockOn = 2005, // Spell_LockOn
63-
Shield = 2006, // Spell_Shield
64-
Invisibility = 2007, // Spell_Invisibility
65-
LifeAbsorb = 2008, // Spell_LifeAbsorb
66-
Shards = 2009, // Spell_Shards
67-
Grenade = 2010, // Spell_StickyMine
68-
Sentry = 2011, // Spell_Sentry
69-
Spear = 2012, // Spell_Spear
70-
Regenerate = 2013, // Spell_Meditate
71-
Teleport = 2014, // Spell_Teleport
72-
Shuriken = 2015, // Spell_Chakram
73-
Blaze = 2016, // Spell_Blaze
74-
Turret = 2017, // Spell_Turret
75-
Sein = 2018, // Spell_GoldenSein
76-
Launch = 2019, // Spell_ChargeJump
77-
Bash = 3000, // Ability_Bash
78-
Grapple = 3001, // Ability_Leash
79-
Burrow = 3002, // Ability_Digging
80-
Drill = 3003, // Ability_Drill
81-
DoubleJump = 3004, // Ability_DoubleJump
82-
Flap = 3005, // Ability_FeatherFlap
83-
Dash = 4000, // AutoAbility_Dash
84-
Bounce = 4001, // AutoAbility_Bounce
85-
Glide = 4002, // AutoAbility_Glide
86-
ChargeJump = 4003, // AutoAbility_ChargeJump
87-
WaterDash = 4004, // AutoAbility_WaterDash
88-
Climb = 4005, // AutoAbility_Climb
89-
WeaponCharge = 4006, // AutoAbility_WeaponCharge
90-
DamageUpgradeA = 4007, // AutoAbility_DamageUpgradeA
91-
DamageUpgradeB = 4008, // AutoAbility_DamageUpgradeB
92-
WaterBreath = 4009, // AutoAbility_WaterBreath
51+
Hammer = 1000, // Weapon_Hammer
52+
Bow = 1001, // Weapon_Bow
53+
Sword = 1002, // Weapon_Sword
54+
Torch = 1003, // Weapon_Torch
55+
Swordstaff = 1004, // Weapon_Swordstaff
56+
Chainsword = 1005, // Weapon_Chainsword
57+
Shot = 2000, // Spell_Shot
58+
HomingMissiles = 2001, // Spell_HomingMissiles
59+
Wave = 2002, // Spell_Wave
60+
Whirl = 2003, // Spell_Whirl
61+
Flash = 2004, // Spell_Glow
62+
LockOn = 2005, // Spell_LockOn
63+
Shield = 2006, // Spell_Shield
64+
Invisibility = 2007, // Spell_Invisibility
65+
LifeAbsorb = 2008, // Spell_LifeAbsorb
66+
Shards = 2009, // Spell_Shards
67+
Grenade = 2010, // Spell_StickyMine
68+
SentryDeprecated = 2011, // Spell_Sentry
69+
Spear = 2012, // Spell_Spear
70+
Regenerate = 2013, // Spell_Meditate
71+
Teleport = 2014, // Spell_Teleport
72+
Shuriken = 2015, // Spell_Chakram
73+
Blaze = 2016, // Spell_Blaze
74+
Sentry = 2017, // Spell_Turret
75+
Sein = 2018, // Spell_GoldenSein
76+
Launch = 2019, // Spell_ChargeJump
77+
Bash = 3000, // Ability_Bash
78+
Grapple = 3001, // Ability_Leash
79+
Burrow = 3002, // Ability_Digging
80+
Drill = 3003, // Ability_Drill
81+
DoubleJump = 3004, // Ability_DoubleJump
82+
Flap = 3005, // Ability_FeatherFlap
83+
Dash = 4000, // AutoAbility_Dash
84+
Bounce = 4001, // AutoAbility_Bounce
85+
Glide = 4002, // AutoAbility_Glide
86+
ChargeJump = 4003, // AutoAbility_ChargeJump
87+
WaterDash = 4004, // AutoAbility_WaterDash
88+
Climb = 4005, // AutoAbility_Climb
89+
WeaponCharge = 4006, // AutoAbility_WeaponCharge
90+
DamageUpgradeA = 4007, // AutoAbility_DamageUpgradeA
91+
DamageUpgradeB = 4008, // AutoAbility_DamageUpgradeB
92+
WaterBreath = 4009, // AutoAbility_WaterBreath
9393
}

0 commit comments

Comments
 (0)