From 55f96e1a1ca18ea4ab45d177e1e4d751805a9d82 Mon Sep 17 00:00:00 2001 From: Joywayer Date: Thu, 30 Jul 2026 16:30:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(homing):=20=E8=AE=BE=E8=AE=A1=E5=99=A8=20M?= =?UTF-8?q?ODIFIER=20=E8=A1=A8=E5=8D=95=E5=8A=A0=20homing=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=8C=E5=B9=B6=E8=A1=A5=E4=B8=8A=E6=9C=9F=E9=81=97?= =?UTF-8?q?=E6=BC=8F=E7=9A=84=20bounce=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bounce 自上期起一直掉在「其它(JSON)」逃生舱,违反 CLAUDE.md 字段化规范, 与 homing 同处 schema,一并补上。 Co-Authored-By: Claude Opus 5 --- addons/game_designer/spell_tab.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/game_designer/spell_tab.gd b/addons/game_designer/spell_tab.gd index 96a6dd3..3e6286e 100644 --- a/addons/game_designer/spell_tab.gd +++ b/addons/game_designer/spell_tab.gd @@ -152,6 +152,8 @@ func _dynamic_schema() -> Array: {"k": "spread_add", "l": "多发 spread_add", "w": "i", "d": 0, "opt": true}, {"k": "multicast", "l": "额外施法 multicast", "w": "i", "d": 0, "opt": true}, {"k": "pierce", "l": "穿透 pierce", "w": "i", "d": 0, "opt": true}, + {"k": "bounce", "l": "弹跳 bounce", "w": "i", "d": 0, "opt": true}, + {"k": "homing", "l": "归航 homing", "w": "f", "d": 0.0, "opt": true}, {"k": "heavy_cost", "l": "扣血 heavy_cost", "w": "i", "d": 0, "opt": true}, {"k": "mana_leech", "l": "击杀回蓝 mana_leech", "w": "i", "d": 0, "opt": true}] 2: return [