 PRAGMA foreign_keys = off;
BEGIN TRANSACTION;

 -- Table: GearPowerStats
CREATE TABLE IF NOT EXISTS "GearPowerStats" (
	"PowerLevel"	INTEGER,
	"DamageMultiplier"	REAL,
	"DamageReductionPercentage"	REAL,
	"CooldownReductionPercentage"	REAL
);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (1, 1.032, 1.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (2, 1.064, 2.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (3, 1.096, 3.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (4, 1.128, 4.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (5, 1.16, 5.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (6, 1.192, 6.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (7, 1.224, 7.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (8, 1.256, 8.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (9, 1.288, 9.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (10, 1.32, 10.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (11, 1.352, 11.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (12, 1.384, 12.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (13, 1.416, 13.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (14, 1.448, 14.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (15, 1.48, 15.0, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (16, 1.512, 16.092, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (17, 1.544, 16.205, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (18, 1.576, 16.317, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (19, 1.608, 16.43, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (20, 1.64, 16.542, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (21, 1.672, 16.655, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (22, 1.704, 16.767, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (23, 1.736, 16.88, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (24, 1.768, 16.992, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (25, 1.8, 17.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (26, 1.832, 17.217, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (27, 1.864, 17.33, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (28, 1.896, 17.442, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (29, 1.928, 17.555, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (30, 1.96, 17.667, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (31, 1.992, 17.78, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (32, 2.024, 17.892, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (33, 2.056, 18.005, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (34, 2.088, 18.117, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (35, 2.12, 18.23, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (36, 2.152, 18.342, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (37, 2.184, 18.455, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (38, 2.216, 18.567, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (39, 2.248, 18.68, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (40, 2.28, 18.792, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (41, 2.312, 18.905, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (42, 2.344, 19.017, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (43, 2.376, 19.13, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (44, 2.408, 19.242, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (45, 2.44, 19.355, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (46, 2.472, 19.467, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (47, 2.504, 19.58, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (48, 2.536, 19.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (49, 2.568, 19.805, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (50, 2.6, 19.917, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (51, 2.632, 20.03, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (52, 2.664, 20.142, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (53, 2.696, 20.255, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (54, 2.728, 20.367, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (55, 2.76, 20.48, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (56, 2.792, 20.592, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (57, 2.824, 20.705, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (58, 2.856, 20.817, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (59, 2.888, 20.93, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (60, 2.92, 21.042, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (61, 2.952, 21.155, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (62, 2.984, 21.267, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (63, 3.016, 21.38, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (64, 3.048, 21.492, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (65, 3.08, 21.605, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (66, 3.112, 21.717, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (67, 3.144, 21.83, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (68, 3.176, 21.942, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (69, 3.208, 22.055, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (70, 3.24, 22.167, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (71, 3.272, 22.28, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (72, 3.304, 22.392, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (73, 3.336, 22.505, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (74, 3.368, 22.617, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (75, 3.4, 22.73, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (76, 3.432, 22.842, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (77, 3.464, 22.955, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (78, 3.496, 23.067, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (79, 3.528, 23.18, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (80, 3.56, 23.292, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (81, 3.592, 23.405, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (82, 3.624, 23.517, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (83, 3.656, 23.63, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (84, 3.688, 23.742, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (85, 3.72, 23.855, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (86, 3.752, 23.967, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (87, 3.784, 24.08, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (88, 3.816, 24.192, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (89, 3.848, 24.305, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (90, 3.88, 24.417, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (91, 3.912, 24.53, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (92, 3.944, 24.642, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (93, 3.976, 24.755, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (94, 4.008, 24.867, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (95, 4.04, 24.98, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (96, 4.072, 25.092, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (97, 4.104, 25.205, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (98, 4.136, 25.317, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (99, 4.168, 25.43, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (100, 4.2, 25.542, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (101, 4.232, 25.655, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (102, 4.264, 25.767, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (103, 4.296, 25.88, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (104, 4.328, 25.992, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (105, 4.36, 26.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (106, 4.392, 26.217, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (107, 4.424, 26.33, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (108, 4.456, 26.442, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (109, 4.488, 26.555, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (110, 4.52, 26.667, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (111, 4.552, 26.78, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (112, 4.584, 26.892, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (113, 4.616, 27.005, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (114, 4.648, 27.117, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (115, 4.68, 27.23, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (116, 4.712, 27.342, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (117, 4.744, 27.455, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (118, 4.776, 27.567, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (119, 4.808, 27.68, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (120, 4.84, 27.792, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (121, 4.872, 27.905, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (122, 4.904, 28.017, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (123, 4.936, 28.13, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (124, 4.968, 28.242, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (125, 5.0, 28.355, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (126, 5.032, 28.467, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (127, 5.064, 28.58, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (128, 5.096, 28.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (129, 5.128, 28.805, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (130, 5.16, 28.917, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (131, 5.192, 29.03, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (132, 5.224, 29.142, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (133, 5.256, 29.255, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (134, 5.288, 29.367, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (135, 5.32, 29.48, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (136, 5.352, 29.592, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (137, 5.384, 29.705, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (138, 5.416, 29.817, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (139, 5.448, 29.93, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (140, 5.48, 30.042, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (141, 5.512, 30.155, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (142, 5.544, 30.267, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (143, 5.576, 30.38, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (144, 5.608, 30.492, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (145, 5.64, 30.605, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (146, 5.672, 30.717, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (147, 5.704, 30.83, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (148, 5.736, 30.942, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (149, 5.768, 31.055, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (150, 5.8, 31.167, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (151, 5.832, 31.28, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (152, 5.864, 31.392, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (153, 5.896, 31.505, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (154, 5.928, 31.617, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (155, 5.96, 31.73, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (156, 5.992, 31.842, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (157, 6.024, 31.955, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (158, 6.056, 32.067, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (159, 6.088, 32.18, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (160, 6.12, 32.292, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (161, 6.152, 32.405, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (162, 6.184, 32.517, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (163, 6.216, 32.63, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (164, 6.248, 32.742, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (165, 6.28, 32.855, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (166, 6.312, 32.967, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (167, 6.344, 33.08, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (168, 6.376, 33.192, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (169, 6.408, 33.305, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (170, 6.44, 33.417, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (171, 6.472, 33.53, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (172, 6.504, 33.642, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (173, 6.536, 33.755, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (174, 6.568, 33.867, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (175, 6.6, 33.98, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (176, 6.632, 34.092, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (177, 6.664, 34.205, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (178, 6.696, 34.317, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (179, 6.728, 34.43, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (180, 6.76, 34.542, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (181, 6.792, 34.655, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (182, 6.824, 34.767, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (183, 6.856, 34.88, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (184, 6.888, 34.992, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (185, 6.92, 35.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (186, 6.952, 35.217, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (187, 6.984, 35.33, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (188, 7.016, 35.442, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (189, 7.048, 35.555, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (190, 7.08, 35.667, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (191, 7.112, 35.78, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (192, 7.144, 35.892, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (193, 7.176, 36.005, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (194, 7.208, 36.117, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (195, 7.24, 36.23, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (196, 7.272, 36.342, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (197, 7.304, 36.455, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (198, 7.336, 36.567, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (199, 7.368, 36.68, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (200, 7.4, 36.792, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (201, 7.432, 36.905, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (202, 7.464, 37.017, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (203, 7.496, 37.13, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (204, 7.528, 37.242, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (205, 7.56, 37.355, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (206, 7.592, 37.467, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (207, 7.624, 37.58, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (208, 7.656, 37.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (209, 7.688, 37.805, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (210, 7.72, 37.917, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (211, 7.752, 38.03, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (212, 7.784, 38.142, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (213, 7.816, 38.255, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (214, 7.848, 38.367, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (215, 7.88, 38.48, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (216, 7.912, 38.592, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (217, 7.944, 38.705, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (218, 7.976, 38.817, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (219, 8.008, 38.93, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (220, 8.04, 39.042, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (221, 8.072, 39.155, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (222, 8.104, 39.267, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (223, 8.136, 39.38, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (224, 8.168, 39.492, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (225, 8.2, 39.605, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (226, 8.232, 39.717, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (227, 8.264, 39.83, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (228, 8.296, 39.942, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (229, 8.328, 40.055, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (230, 8.36, 40.167, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (231, 8.392, 40.28, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (232, 8.424, 40.392, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (233, 8.456, 40.505, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (234, 8.488, 40.617, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (235, 8.52, 40.73, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (236, 8.552, 40.842, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (237, 8.584, 40.955, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (238, 8.616, 41.067, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (239, 8.648, 41.18, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (240, 8.68, 41.292, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (241, 8.712, 41.405, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (242, 8.744, 41.517, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (243, 8.776, 41.63, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (244, 8.808, 41.742, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (245, 8.84, 41.855, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (246, 8.872, 41.967, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (247, 8.904, 42.08, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (248, 8.936, 42.192, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (249, 8.968, 42.305, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (250, 8.97, 42.417, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (251, 9.082, 42.53, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (252, 9.193, 42.642, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (253, 9.303, 42.755, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (254, 9.411, 42.867, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (255, 9.517, 42.98, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (256, 9.623, 43.092, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (257, 9.727, 43.205, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (258, 9.83, 43.317, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (259, 9.931, 43.43, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (260, 10.032, 43.542, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (261, 10.132, 43.655, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (262, 10.23, 43.767, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (263, 10.328, 43.88, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (264, 10.425, 43.992, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (265, 10.522, 44.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (266, 10.617, 44.217, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (267, 10.712, 44.33, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (268, 10.807, 44.442, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (269, 10.901, 44.555, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (270, 10.994, 44.667, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (271, 11.087, 44.78, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (272, 11.18, 44.892, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (273, 11.272, 45.005, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (274, 11.364, 45.117, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (275, 11.456, 45.23, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (276, 11.548, 45.342, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (277, 11.64, 45.455, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (278, 11.732, 45.567, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (279, 11.824, 45.68, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (280, 11.916, 45.792, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (281, 12.008, 45.905, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (282, 12.101, 46.017, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (283, 12.194, 46.13, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (284, 12.287, 46.242, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (285, 12.381, 46.355, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (286, 12.475, 46.467, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (287, 12.57, 46.58, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (288, 12.665, 46.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (289, 12.761, 46.805, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (290, 12.858, 46.917, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (291, 12.956, 47.03, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (292, 13.054, 47.142, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (293, 13.153, 47.255, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (294, 13.254, 47.367, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (295, 13.355, 47.48, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (296, 13.458, 47.592, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (297, 13.561, 47.705, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (298, 13.666, 47.817, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (299, 13.772, 47.93, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (300, 13.88, 48.042, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (301, 13.989, 48.155, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (302, 14.099, 48.267, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (303, 14.211, 48.38, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (304, 14.325, 48.492, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (305, 14.44, 48.605, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (306, 14.557, 48.717, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (307, 14.675, 48.83, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (308, 14.796, 48.942, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (309, 14.918, 49.055, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (310, 15.042, 49.167, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (311, 15.168, 49.28, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (312, 15.296, 49.392, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (313, 15.427, 49.505, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (314, 15.559, 49.617, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (315, 15.694, 49.73, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (316, 15.831, 49.842, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (317, 15.971, 49.955, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (318, 16.113, 50.067, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (319, 16.257, 50.18, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (320, 16.404, 50.292, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (321, 16.554, 50.405, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (322, 16.706, 50.517, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (323, 16.861, 50.63, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (324, 17.018, 50.742, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (325, 17.179, 50.855, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (326, 17.342, 50.967, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (327, 17.509, 51.08, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (328, 17.678, 51.192, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (329, 17.85, 51.305, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (330, 18.026, 51.417, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (331, 18.205, 51.53, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (332, 18.387, 51.642, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (333, 18.572, 51.755, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (334, 18.761, 51.867, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (335, 18.953, 51.98, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (336, 19.149, 52.092, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (337, 19.348, 52.205, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (338, 19.551, 52.317, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (339, 19.758, 52.43, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (340, 19.968, 52.542, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (341, 20.182, 52.655, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (342, 20.4, 52.767, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (343, 20.622, 52.88, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (344, 20.848, 52.992, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (345, 21.078, 53.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (346, 21.312, 53.217, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (347, 21.55, 53.33, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (348, 21.792, 53.442, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (349, 22.039, 53.555, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (350, 22.29, 53.91, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (351, 22.545, 54.193, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (352, 22.805, 54.475, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (353, 23.07, 54.758, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (354, 23.339, 55.04, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (355, 23.612, 55.323, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (356, 23.891, 55.606, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (357, 24.174, 55.888, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (358, 24.462, 56.171, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (359, 24.754, 56.453, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (360, 25.052, 56.736, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (361, 25.355, 57.019, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (362, 25.662, 57.301, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (363, 25.975, 57.584, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (364, 26.293, 57.866, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (365, 26.617, 58.149, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (366, 26.945, 58.432, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (367, 27.279, 58.714, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (368, 27.619, 58.997, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (369, 27.964, 59.279, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (370, 28.314, 59.562, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (371, 28.67, 59.845, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (372, 29.032, 60.127, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (373, 29.399, 60.41, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (374, 29.772, 60.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (375, 30.151, 60.975, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (376, 30.536, 61.258, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (377, 30.927, 61.54, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (378, 31.324, 61.823, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (379, 31.727, 62.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (380, 32.136, 62.388, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (381, 32.551, 62.671, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (382, 32.973, 62.953, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (383, 33.401, 63.236, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (384, 33.835, 63.518, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (385, 34.276, 63.801, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (386, 34.723, 64.084, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (387, 35.177, 64.366, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (388, 35.637, 64.649, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (389, 36.104, 64.931, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (390, 36.8, 65.214, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (391, 37.62, 65.497, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (392, 38.44, 65.779, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (393, 39.26, 66.062, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (394, 40.08, 66.344, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (395, 40.9, 66.627, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (396, 41.72, 66.91, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (397, 42.54, 67.192, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (398, 43.36, 67.475, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (399, 44.18, 67.757, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (400, 45.0, 68.04, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (401, 45.82, 68.323, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (402, 46.64, 68.605, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (403, 47.46, 68.888, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (404, 48.28, 69.17, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (405, 49.1, 69.453, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (406, 49.92, 69.736, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (407, 50.74, 70.018, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (408, 51.56, 70.301, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (409, 52.38, 70.583, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (410, 53.2, 70.866, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (411, 54.02, 71.149, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (412, 54.84, 71.431, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (413, 55.66, 71.714, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (414, 56.48, 71.996, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (415, 57.3, 72.279, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (416, 58.12, 72.562, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (417, 58.94, 72.844, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (418, 59.76, 73.127, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (419, 60.58, 73.409, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (420, 61.4, 73.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (421, 62.22, 73.975, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (422, 63.04, 74.257, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (423, 63.86, 74.54, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (424, 64.68, 74.822, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (425, 65.5, 75.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (426, 66.32, 75.388, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (427, 67.14, 75.67, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (428, 67.96, 75.953, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (429, 68.78, 76.235, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (430, 69.6, 76.518, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (431, 70.42, 76.801, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (432, 71.24, 77.083, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (433, 72.06, 77.366, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (434, 72.88, 77.648, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (435, 73.7, 77.931, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (436, 74.52, 78.214, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (437, 75.34, 78.496, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (438, 76.16, 78.779, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (439, 76.98, 79.061, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (440, 77.8, 79.344, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (441, 78.62, 79.627, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (442, 79.44, 79.909, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (443, 80.26, 80.192, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (444, 81.08, 80.474, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (445, 81.9, 80.757, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (446, 82.72, 81.04, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (447, 83.54, 81.322, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (448, 84.36, 81.605, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (449, 85.18, 81.887, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (450, 86.0, 82.17, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (451, 86.82, 82.453, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (452, 87.64, 82.735, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (453, 88.46, 83.018, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (454, 89.28, 83.3, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (455, 90.1, 83.583, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (456, 90.92, 83.866, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (457, 91.74, 84.148, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (458, 92.56, 84.431, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (459, 93.38, 84.713, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (460, 94.2, 84.996, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (461, 95.02, 85.279, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (462, 95.84, 85.561, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (463, 96.66, 85.844, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (464, 97.48, 86.126, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (465, 98.3, 86.409, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (466, 99.12, 86.692, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (467, 99.94, 86.974, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (468, 100.76, 87.257, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (469, 101.58, 87.539, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (470, 102.4, 87.822, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (471, 103.22, 88.105, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (472, 104.04, 88.387, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (473, 104.86, 88.67, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (474, 105.68, 88.952, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (475, 106.5, 89.235, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (476, 107.32, 89.518, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (477, 108.14, 89.8, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (478, 108.96, 90.083, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (479, 109.78, 90.365, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (480, 110.6, 90.648, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (481, 111.42, 90.931, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (482, 112.24, 91.213, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (483, 113.06, 91.496, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (484, 113.88, 91.778, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (485, 114.7, 92.061, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (486, 115.52, 92.344, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (487, 116.34, 92.626, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (488, 117.16, 92.909, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (489, 117.98, 93.191, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (490, 118.8, 93.474, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (491, 119.62, 93.757, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (492, 120.44, 94.039, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (493, 121.26, 94.322, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (494, 122.08, 94.604, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (495, 122.9, 94.887, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (496, 123.72, 95.17, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (497, 124.54, 95.452, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (498, 125.36, 95.735, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (499, 126.18, 96.017, 99.99);
INSERT OR REPLACE INTO GearPowerStats (PowerLevel, DamageMultiplier, DamageReductionPercentage, CooldownReductionPercentage) VALUES (500, 150.0, 100.0, 99.99);
COMMIT TRANSACTION;
PRAGMA foreign_keys = on;