feat: more weapons

This commit is contained in:
bridge
2026-01-24 14:06:03 +08:00
parent 339f6a655e
commit 1224dd2fcb
2 changed files with 24 additions and 0 deletions

View File

@@ -33,3 +33,15 @@ item_id,name,weapon_type,grade,desc,effects
1058,Gan Jiang and Mo Ye,SWORD,CORE_FORMATION,"Swords of true love, one female and one male, killing when separated, amorous when together.","{extra_battle_strength_points: 3, extra_max_hp: 150}"
1059,Plantain Fan,FAN,CORE_FORMATION,"Essence leaf of Taiyin; one wave stops fire, two waves create wind, three waves bring rain.","{extra_battle_strength_points: 3, extra_observation_radius: 2, extra_move_step: 1}"
1060,Purple Gold Demon Subduing Pestle,STAFF,CORE_FORMATION,"Wei Hu's weapon; although light and agile, it hits with the weight of Mount Tai.","{extra_battle_strength_points: 3, damage_reduction: 0.1}"
1061,Nine-Ring Golden Saber,SABER,CORE_FORMATION,"The back of the saber is embedded with nine golden rings. When waved, the rings collide with a thunderous sound that strikes fear into the heart.","{extra_battle_strength_points: 3, damage_reduction: 0.05}"
1062,Cold Iron Silver Spear,SPEAR,CORE_FORMATION,"Made entirely of ten-thousand-year-old cold iron, the spear body is silvery white and bone-chilling to the touch.","{extra_battle_strength_points: 3, extra_max_hp: 80}"
1063,Seven-Section Purple Bamboo Whip,WHIP,CORE_FORMATION,"Harvested from the Purple Bamboo Forest in the South Sea, it has seven sections and is exceptionally tough. It can wound enemies and bind demons.","{extra_battle_strength_points: 3, extra_catch_success_rate: 0.1}"
1064,Jade Pipa,ZITHER,CORE_FORMATION,"Carved from white jade, it produces the sound of metal and stone when played, cleansing inner demons.","{extra_battle_strength_points: 3, cultivate_duration_reduction: 0.1}"
1065,Jade Sea Tide Flute,FLUTE,CORE_FORMATION,"A treasure from the East Sea Dragon Palace. When played, it sounds like the tide of the sea and often attracts fortuitous encounters.","{extra_battle_strength_points: 3, extra_fortune_probability: 0.005}"
1071,Tiger Soul,SABER,NASCENT_SOUL,"An ancient fierce weapon sealing the soul of a White Tiger. It must drink blood when unsheathed, wounding the enemy's body and devouring their luck.","{extra_battle_strength_points: 4, extra_plunder_multiplier: 0.5}"
1072,Sky Optimus Pillar,STAFF,NASCENT_SOUL,"Refined from fragments of pillars suspected to be from the Ancient Heavenly Court. It is as heavy as a mountain and cannot be wielded by those without great power.","{extra_battle_strength_points: 4, extra_max_hp: 200}"
1073,Yin Yang Fan,FAN,NASCENT_SOUL,"One side is pure white for life, the other pitch black for death. Waving it reverses Yin and Yang, shrinking the earth to inches.","{extra_battle_strength_points: 4, extra_move_step: 1}"
1074,Dragon Spine Whip,WHIP,NASCENT_SOUL,"Refined from the spine of an ancient true dragon. When waved, there is a faint dragon roar, naturally suppressing lower-level beings.","{extra_battle_strength_points: 4, realm_suppression_bonus: 0.05}"
1075,Fuxi Zither,ZITHER,NASCENT_SOUL,"An imitation of one of the Ten Great Ancient Artifacts, possessing the mysterious power to dominate the minds of all things.","{extra_battle_strength_points: 4, cultivate_duration_reduction: 0.2}"
1076,Demon Calling Flute,FLUTE,NASCENT_SOUL,"A supreme treasure of the Demon Realm. The flute sound is treacherous and can drive monsters and fierce beasts for one's own use.","{extra_battle_strength_points: 4, extra_hunt_materials: 2}"
1077,Peacock Plume,HIDDEN_WEAPON,NASCENT_SOUL,"Although it is just a hidden weapon, its beauty is unapproachable. When it blooms, it is the enemy's death date.","{extra_battle_strength_points: 4, extra_assassinate_success_rate: 0.1}"
1 item_id name weapon_type grade desc effects
33 1058 Gan Jiang and Mo Ye SWORD CORE_FORMATION Swords of true love, one female and one male, killing when separated, amorous when together. {extra_battle_strength_points: 3, extra_max_hp: 150}
34 1059 Plantain Fan FAN CORE_FORMATION Essence leaf of Taiyin; one wave stops fire, two waves create wind, three waves bring rain. {extra_battle_strength_points: 3, extra_observation_radius: 2, extra_move_step: 1}
35 1060 Purple Gold Demon Subduing Pestle STAFF CORE_FORMATION Wei Hu's weapon; although light and agile, it hits with the weight of Mount Tai. {extra_battle_strength_points: 3, damage_reduction: 0.1}
36 1061 Nine-Ring Golden Saber SABER CORE_FORMATION The back of the saber is embedded with nine golden rings. When waved, the rings collide with a thunderous sound that strikes fear into the heart. {extra_battle_strength_points: 3, damage_reduction: 0.05}
37 1062 Cold Iron Silver Spear SPEAR CORE_FORMATION Made entirely of ten-thousand-year-old cold iron, the spear body is silvery white and bone-chilling to the touch. {extra_battle_strength_points: 3, extra_max_hp: 80}
38 1063 Seven-Section Purple Bamboo Whip WHIP CORE_FORMATION Harvested from the Purple Bamboo Forest in the South Sea, it has seven sections and is exceptionally tough. It can wound enemies and bind demons. {extra_battle_strength_points: 3, extra_catch_success_rate: 0.1}
39 1064 Jade Pipa ZITHER CORE_FORMATION Carved from white jade, it produces the sound of metal and stone when played, cleansing inner demons. {extra_battle_strength_points: 3, cultivate_duration_reduction: 0.1}
40 1065 Jade Sea Tide Flute FLUTE CORE_FORMATION A treasure from the East Sea Dragon Palace. When played, it sounds like the tide of the sea and often attracts fortuitous encounters. {extra_battle_strength_points: 3, extra_fortune_probability: 0.005}
41 1071 Tiger Soul SABER NASCENT_SOUL An ancient fierce weapon sealing the soul of a White Tiger. It must drink blood when unsheathed, wounding the enemy's body and devouring their luck. {extra_battle_strength_points: 4, extra_plunder_multiplier: 0.5}
42 1072 Sky Optimus Pillar STAFF NASCENT_SOUL Refined from fragments of pillars suspected to be from the Ancient Heavenly Court. It is as heavy as a mountain and cannot be wielded by those without great power. {extra_battle_strength_points: 4, extra_max_hp: 200}
43 1073 Yin Yang Fan FAN NASCENT_SOUL One side is pure white for life, the other pitch black for death. Waving it reverses Yin and Yang, shrinking the earth to inches. {extra_battle_strength_points: 4, extra_move_step: 1}
44 1074 Dragon Spine Whip WHIP NASCENT_SOUL Refined from the spine of an ancient true dragon. When waved, there is a faint dragon roar, naturally suppressing lower-level beings. {extra_battle_strength_points: 4, realm_suppression_bonus: 0.05}
45 1075 Fuxi Zither ZITHER NASCENT_SOUL An imitation of one of the Ten Great Ancient Artifacts, possessing the mysterious power to dominate the minds of all things. {extra_battle_strength_points: 4, cultivate_duration_reduction: 0.2}
46 1076 Demon Calling Flute FLUTE NASCENT_SOUL A supreme treasure of the Demon Realm. The flute sound is treacherous and can drive monsters and fierce beasts for one's own use. {extra_battle_strength_points: 4, extra_hunt_materials: 2}
47 1077 Peacock Plume HIDDEN_WEAPON NASCENT_SOUL Although it is just a hidden weapon, its beauty is unapproachable. When it blooms, it is the enemy's death date. {extra_battle_strength_points: 4, extra_assassinate_success_rate: 0.1}