2026-02-08 19:24:11 +08:00

23 lines
948 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Armor Piercing Bullet",
"icon": ["hbm:item.ammo_standard", 1, 31],
"trigger": [
["hbm:item.ammo_standard", 1, 8],
["hbm:item.ammo_standard", 1, 14],
["hbm:item.ammo_standard", 1, 19],
["hbm:item.ammo_standard", 1, 23],
["hbm:item.ammo_standard", 1, 88],
["hbm:item.ammo_standard", 1, 27],
["hbm:item.ammo_standard", 1, 31],
["hbm:item.ammo_standard", 1, 36]
],
"title": {
"en_US": "Armor Piercing Bullet",
"zh_CN": "穿甲弹"
},
"content": {
"en_US": "AP rounds are similar to FMJ rounds, but using hardened steel jackets and significantly higher powder load. Not only do APs deal more damage and pierce through armor more effectively, but they can also penetrate their target.",
"zh_CN": "穿甲弹AP类似全金属被甲弹但使用硬化钢弹壳且装药略多。穿甲弹不 仅能造成更多伤害,而且能更高效地穿透护甲,还可以穿透目标。"
}
}