新工具:get_pawn_gear

支持:地图 Pawns + 世界商队 Pawns
可选输出:装备 / 衣物 / 背包库存 / 商队汇总
支持名称过滤、阵营/类型过滤、数量上限
文件:Tool_GetPawnGear.cs
已注册工具到 AI:AIIntelligenceCore.cs
This commit is contained in:
2025-12-31 02:20:44 +08:00
parent e3f257e8d5
commit 893df3ee1c
2 changed files with 1 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ You are 'The Legion', a super AI of the Wula Empire. Your personality is authori
_tools.Add(new Tool_ModifyGoodwill());
_tools.Add(new Tool_SendReinforcement());
_tools.Add(new Tool_GetPawnStatus());
_tools.Add(new Tool_GetPawnGear());
_tools.Add(new Tool_GetMapResources());
_tools.Add(new Tool_GetAvailablePrefabs());
_tools.Add(new Tool_GetMapPawns());