初次提交

This commit is contained in:
2026-07-20 10:56:52 +08:00
commit 7bcc0026e0
462 changed files with 50191 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"0": { "name": "杂兵 Basic", "speed": 80, "armor": 0, "size": 14, "color": [0.90, 0.32, 0.30] },
"1": { "name": "快速 Fast", "speed": 140, "armor": 0, "size": 11, "color": [0.95, 0.72, 0.20] },
"2": { "name": "护甲 Armored", "speed": 60, "armor": 5, "size": 16, "color": [0.52, 0.54, 0.62] },
"3": { "name": "精英 Elite", "speed": 90, "armor": 3, "size": 22, "color": [1.00, 0.50, 0.12] },
"4": { "name": "首领 MiniBoss", "speed": 55, "armor": 8, "size": 48, "color": [0.92, 0.22, 0.85] },
"5": { "name": "终焉 Boss", "speed": 45, "armor": 14, "size": 76, "color": [0.85, 0.10, 0.12] }
}