Skip to content

Instantly share code, notes, and snippets.

@xackery
Created February 21, 2020 19:30
Show Gist options
  • Save xackery/cb6e118edee335877b17b76cf61e172e to your computer and use it in GitHub Desktop.
Save xackery/cb6e118edee335877b17b76cf61e172e to your computer and use it in GitHub Desktop.
INSERT INTO `npc_scale_global_base` (`type`, `level`, `ac`, `hp`, `accuracy`, `slow_mitigation`, `attack`, `strength`, `stamina`, `dexterity`, `agility`, `intelligence`, `wisdom`, `charisma`, `magic_resist`, `cold_resist`, `fire_resist`, `poison_resist`, `disease_resist`, `corruption_resist`, `physical_resist`, `min_dmg`, `max_dmg`, `hp_regen_rate`, `attack_delay`, `spell_scale`, `heal_scale`, `special_abilities`)
VALUES
(0, 91, 420, 800000, 1090, 30, 485, 319, 319, 319, 319, 319, 319, 319, 58, 58, 58, 58, 58, 80, 143, 2964, 9755, 4000, 15, 100, 100, '8,1^21,1'),
(0, 92, 432, 900000, 1095, 30, 490, 322, 322, 322, 322, 322, 322, 322, 61, 61, 61, 61, 61, 83, 146, 2976, 10153, 4500, 15, 100, 100, '8,1^21,1'),
(0, 93, 444, 1000000, 1100, 30, 495, 325, 325, 325, 325, 325, 325, 325, 64, 64, 64, 64, 64, 86, 149, 2988, 10551, 5000, 15, 100, 100, '8,1^21,1'),
(0, 94, 456, 1100000, 1105, 30, 500, 328, 328, 328, 328, 328, 328, 328, 67, 67, 67, 67, 67, 89, 152, 3000, 10949, 5500, 15, 100, 100, '8,1^21,1'),
(0, 95, 468, 1200000, 1110, 30, 505, 331, 331, 331, 331, 331, 331, 331, 70, 70, 70, 70, 70, 92, 155, 3012, 11347, 6000, 15, 100, 100, '8,1^21,1'),
(0, 96, 480, 1300000, 1115, 30, 510, 334, 334, 334, 334, 334, 334, 334, 73, 73, 73, 73, 73, 95, 158, 3024, 11745, 6500, 15, 100, 100, '8,1^21,1'),
(0, 97, 492, 1400000, 1120, 30, 515, 337, 337, 337, 337, 337, 337, 337, 76, 76, 76, 76, 76, 98, 161, 3042, 12143, 7000, 15, 100, 100, '8,1^21,1'),
(0, 98, 504, 1500000, 1125, 30, 520, 340, 340, 340, 340, 340, 340, 340, 79, 79, 79, 79, 79, 101, 164, 3060, 12541, 7500, 15, 100, 100, '8,1^21,1'),
(0, 99, 516, 1600000, 1130, 30, 525, 343, 343, 343, 343, 343, 343, 343, 82, 82, 82, 82, 82, 104, 167, 3078, 12939, 8000, 15, 100, 100, '8,1^21,1'),
(0, 100, 528, 1700000, 1135, 30, 530, 346, 346, 346, 346, 346, 346, 346, 85, 85, 85, 85, 85, 107, 170, 3096, 13337, 8500, 15, 100, 100, '8,1^21,1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment