任务单 #42683

Lua: basic player editing API

开放日期: 2021-07-31 02:20 最后更新: 2024-08-26 07:25

报告人:
属主:
(无)
状态:
开启
组件:
里程碑:
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:

Details

Sub-ticket of #42501. Sciencebox editing is handled separately in #42502. Player server API should be extended with:

  • bool :rename(string new_plr_name)
  • bool :set_nation(Nation_Type nation)
  • bool :gov_change(Gov_Type government, int revolen = -1) -- edithand.c behaviour: normal govs are set immediately, gov during revolution starts untargeted revolution to anarchy with the default turns, if it is not allowed, it sends a notice to the player
  • bool :forget_tech(Tech_Type tech = NULL || int tech_id) -- edithand.c: reduces player.techs_researched
  • bool .scenario_reserved -- player flag
  • void :set_scenario_reserved(bool flag)

Server Gov_Type API must have int .changed_to property to control revolution length properly. Probably it should have also :revolution_length(Player revolter) method to get the default length (uses RNG in certain modes).

Common API should include Gov_Type game.government_during_revolution ruleset constant. Maybe we also need a constant enum for pretty checking of revolen mode option. Also, let's add here int (Player).age since it is shown in the form.

任务单历史 (3/4 Histories)

2021-07-31 02:20 Updated by: ihnatus
  • New Ticket "Lua: basic player editing API" created
2021-07-31 02:58 Updated by: ihnatus
  • Details Updated
2022-04-09 07:13 Updated by: cazfi
2024-08-26 07:25 Updated by: cazfi

Attachment File List

No attachments

编辑

Please login to add comment to this ticket » 登录名