[Freeciv-tickets] [freeciv] #42338: civ2civ3: missing req for actionenabler_build_city_pioneer

Back to archive index
OSDN Ticket System norep****@osdn*****
Mon Jul 5 01:51:10 JST 2021


#42338: civ2civ3: missing req for actionenabler_build_city_pioneer

  Open Date: 2021-05-21 06:28
Last Update: 2021-07-05 01:51

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/42338
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=42338

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-07-05 01:51 Updated by: bard

Comment:

Reply To kvilhaugsvik
Reeading doc/README.actions, as Marko said. I considered adding support for warnings for hard requirements discovered to be expressible in the requirement vector system after data file format freeze but haven't prioritize working on it.
Thanks, the readme.actions is very good, all the relevant info is there.
I also wanted to thank you for this new action enabler system, it is pretty well done, and it brings freeciv modability to a whole new level.
I guess this ticket can be closed, since it is not really a bug.

---------------------------------------------------------------------
Ticket Status:

      Reporter: bard
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: Rulesets
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

I opened the ticket again...
It seems the req is missing in v3.0 but not in master:
"TerrainFlag", "NoCities", "Local", FALSE
[actionenabler_build_city_pioneer]
...
target_reqs    =
    { "type",   "name", "range", "present"
      "CityTile", "Claimed", "Local", FALSE
    }

[actionenabler_build_city_domestic]
...
target_reqs    =
    { "type",        "name",     "range", "present"
      "CityTile",    "Claimed",  "Local", TRUE
      "TerrainFlag", "NoCities", "Local", FALSE
    }


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/42338
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=42338



More information about the Freeciv-tickets mailing list
Back to archive index