- 好友
- 3
- 在线时间
- 0 小时
- 最后登录
- 2022-6-29
扈从
 
- UID
- 3225805
- 第纳尔
- 800
- 精华
- 0
- 互助
- 7
- 荣誉
- 0
- 贡献
- 0
- 魅力
- 21
- 注册时间
- 2021-3-14
 鲜花( 27)  鸡蛋( 0)
|
发表于 2022-4-1 16:24:54
|
显示全部楼层
本帖最后由 快乐风猫 于 2022-4-1 16:26 编辑
- (12,
- [(try_for_range,":center",towns_begin,villages_begin),#循环所有中心
- (store_faction_of_party, ":faction", ":center"),#获取中心阵营
- (faction_get_slot, ":faction_troop", ":faction", slot_faction_tier_3_troop),#获取阵营的3号兵种
- (party_slot_eq, ":center", slot_town_lord, -1),#是没有领主的
- (party_get_num_companions,":shoujun",":center"),#获取城堡守军数量
- (le,":shoujun",10),#如果守军人数小于25
- (try_begin),
- (party_slot_eq, ":center", slot_party_type, spt_town),#如果中心是城市 增加60预备兵
- (party_add_members,":center",":faction_troop",60),
- (else_try),
- (party_slot_eq, ":center", slot_party_type, spt_castle),#如果中心是城堡 增加30预备兵
- (party_add_members,":center",":faction_troop",30),
- (try_end),
- (try_end),
- ]),
复制代码 |
评分
-
查看全部评分
鲜花鸡蛋NEW_SHIT 在2022-4-4 10:53 送朵鲜花 并说:我非常同意你的观点,送朵鲜花鼓励一下 韩其泰 在2022-4-2 14:55 送朵鲜花 并说:我非常同意你的观点,送朵鲜花鼓励一下
|