From 3f82313c69665fe3297513ebb33e19b750bcf6e9 Mon Sep 17 00:00:00 2001 From: dark-ether Date: Wed, 20 Jul 2022 15:48:12 -0300 Subject: [PATCH 2/2] I rebased and it broke my patch, so i made a script to automatically find and move the necessary sections. data/*/actions.ruleset: Added actions section,auto attack section and action enablers. data/*/game.ruleset: Removed actions section auto attack section and action enablers. --- data/alien/actions.ruleset | 1011 +++++++++- data/alien/game.ruleset | 1001 ---------- data/civ1/actions.ruleset | 796 +++++++- data/civ1/game.ruleset | 786 -------- data/civ2/actions.ruleset | 1110 ++++++++++- data/civ2/game.ruleset | 1100 ----------- data/civ2civ3/actions.ruleset | 1430 +++++++++++++- data/civ2civ3/game.ruleset | 1416 -------------- data/classic/actions.ruleset | 1309 ++++++++++++- data/classic/game.ruleset | 1298 ------------- data/goldkeep/actions.ruleset | 1374 +++++++++++++- data/goldkeep/game.ruleset | 1362 -------------- data/granularity/actions.ruleset | 329 +++- data/granularity/game.ruleset | 320 ---- data/multiplayer/actions.ruleset | 1297 ++++++++++++- data/multiplayer/game.ruleset | 1286 ------------- data/sandbox/actions.ruleset | 2763 +++++++++++++++++++++++++++- data/sandbox/game.ruleset | 2754 --------------------------- data/stub/actions.ruleset | 204 +- data/stub/game.ruleset | 189 -- data/webperimental/actions.ruleset | 1560 +++++++++++++++- data/webperimental/game.ruleset | 1547 ---------------- 22 files changed, 13130 insertions(+), 13112 deletions(-) diff --git a/data/alien/actions.ruleset b/data/alien/actions.ruleset index d54a5f0b50..502c025ab2 100644 --- a/data/alien/actions.ruleset +++ b/data/alien/actions.ruleset @@ -1,17 +1,1018 @@ -; This is actions ruleset for Alien World. +; This is Alien World actions ruleset -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. [datafile] -description = "Alien World actions data for Freeciv" +description = "Alien actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } + +[actions] +; Forbid "Enter Marketplace" if any one of the listed actions are legal. +enter_marketplace_blocked_by = "Establish Trade Route" + +; Forbid "Bombard" if any one of the listed actions are legal. +bombard_blocked_by = "Capture Units" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Capture Units", "Bombard" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Capture Units", "Bombard" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Capture Units", "Bombard", "Attack", + "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2", + "Enter Hut", "Enter Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", "Enter Hut", "Enter Hut 2", +; "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +;poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Copy Research _Data (3% chance of success). */ +ui_name_steal_tech = _("Copy Research %sData%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Monetize Containers (100% chance of success). */ +ui_name_enter_marketplace = _("Monetize %sContainers%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Capture Units (100% chance of success). */ +ui_name_capture_units = _("%sCapture Units%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: _Bombard (100% chance of success). */ +ui_name_bombard = _("%sBombard%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut from non native (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut from non native%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Steal Tech", "Incite City" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. "Enter Hut 2" is the same for "Enter Hut". +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Enter Hut 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Diplomat", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Diplomat", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Diplomat", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Building", "Bunker", "City", FALSE + "Building", "Headquarters", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" + +[actionenabler_capture] +action = "Capture Units" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturer", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_bombard_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "DiplRelTileOther", "War", "Local", TRUE + } + +[actionenabler_bombard_no_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_uclass_sea] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "4", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Antigrav Base", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "4", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Antigrav Base", "Tile", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "4", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Antigrav Base", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "4", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "4", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "4", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "Airliftable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Thick Mountains", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_mine_mountains] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Burrowing", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Thick Mountains", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers" , "Local" + "Tech", "Manufacturing", "Player" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_green_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Manufacturing", "Player" + } +target_reqs = + { "type", "name", "range" + "Extra", "Green River", "Tile" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_brown_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Manufacturing", "Player" + } +target_reqs = + { "type", "name", "range" + "Extra", "Brown River", "Tile" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_green_river_adjacent] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Water Flow", "Player" + } +target_reqs = + { "type", "name", "range" + "Extra", "Green River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_brown_river_adjacent] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Water Flow", "Player" + } +target_reqs = + { "type", "name", "range" + "Extra", "Brown River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_citycenter] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Water Flow", "Player" + } +target_reqs = + { "type", "name", "range" + "CityTile", "Center", "Adjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_deep_pumping] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Deep Pumping", "Player" + } +target_reqs = + { "type", "name", "range" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_native_city] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_tile] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + } + +[actionenabler_hut_enter_from_native_city] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_hut_enter_from_non_native] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + diff --git a/data/alien/game.ruleset b/data/alien/game.ruleset index 24d033d0e9..34ae8ab9e1 100644 --- a/data/alien/game.ruleset +++ b/data/alien/game.ruleset @@ -285,1007 +285,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } - -[actions] -; Forbid "Enter Marketplace" if any one of the listed actions are legal. -enter_marketplace_blocked_by = "Establish Trade Route" - -; Forbid "Bombard" if any one of the listed actions are legal. -bombard_blocked_by = "Capture Units" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Capture Units", "Bombard" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Capture Units", "Bombard" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Capture Units", "Bombard", "Attack", - "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2", - "Enter Hut", "Enter Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", "Enter Hut", "Enter Hut 2", -; "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -;poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Copy Research _Data (3% chance of success). */ -ui_name_steal_tech = _("Copy Research %sData%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Monetize Containers (100% chance of success). */ -ui_name_enter_marketplace = _("Monetize %sContainers%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Capture Units (100% chance of success). */ -ui_name_capture_units = _("%sCapture Units%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: _Bombard (100% chance of success). */ -ui_name_bombard = _("%sBombard%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut from non native (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut from non native%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Steal Tech", "Incite City" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. "Enter Hut 2" is the same for "Enter Hut". -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Enter Hut 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Diplomat", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Diplomat", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Diplomat", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Building", "Bunker", "City", FALSE - "Building", "Headquarters", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" - -[actionenabler_capture] -action = "Capture Units" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturer", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_bombard_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "DiplRelTileOther", "War", "Local", TRUE - } - -[actionenabler_bombard_no_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_uclass_sea] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "4", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Antigrav Base", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "4", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Antigrav Base", "Tile", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "4", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Antigrav Base", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "4", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "4", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "4", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "Airliftable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Thick Mountains", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_mine_mountains] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Burrowing", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Thick Mountains", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers" , "Local" - "Tech", "Manufacturing", "Player" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_green_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Manufacturing", "Player" - } -target_reqs = - { "type", "name", "range" - "Extra", "Green River", "Tile" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_brown_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Manufacturing", "Player" - } -target_reqs = - { "type", "name", "range" - "Extra", "Brown River", "Tile" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_green_river_adjacent] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Water Flow", "Player" - } -target_reqs = - { "type", "name", "range" - "Extra", "Green River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_brown_river_adjacent] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Water Flow", "Player" - } -target_reqs = - { "type", "name", "range" - "Extra", "Brown River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_citycenter] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Water Flow", "Player" - } -target_reqs = - { "type", "name", "range" - "CityTile", "Center", "Adjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_deep_pumping] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Deep Pumping", "Player" - } -target_reqs = - { "type", "name", "range" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_native_city] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_tile] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - } - -[actionenabler_hut_enter_from_native_city] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_hut_enter_from_non_native] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 4 diff --git a/data/civ1/actions.ruleset b/data/civ1/actions.ruleset index 951f4d0129..fceb247ec5 100644 --- a/data/civ1/actions.ruleset +++ b/data/civ1/actions.ruleset @@ -1,15 +1,803 @@ -; Modifying this file: +; This is Civ1 actions ruleset + +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Civ1 actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Enter Marketplace" if any one of the listed actions are legal. +enter_marketplace_blocked_by = "Establish Trade Route" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Enter Hut", "Enter Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", "Enter Hut", "Enter Hut 2", +; "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +;poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Enter _Marketplace (100% chance of success). */ +ui_name_enter_marketplace = _("Enter %sMarketplace%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut from transport (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut from transport%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Steal Tech", "Incite City" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. +; +; "Enter Hut 2" is "Enter Hut" but while being transported. +; The transported version and the native tile version won`t appear in the +; same action selection dialog given their opposite requirements. Avoid +; double entries in the auto help by silencing it. +quiet_actions = "Enter Hut 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Diplomat", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Diplomat", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Diplomat", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_uclass_sea] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Extra", "River", "Tile", FALSE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainAlter", "CanMine", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "Irrigation", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; use "Transport Alight" from inside the city + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + ; use "Transport Board" from inside the city + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter_from_native] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "UnitClassFlag", "HutNothing", "Local", FALSE + } + +[actionenabler_hut_enter_from_transport] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", TRUE + "UnitClassFlag", "HutNothing", "Local", FALSE + } + diff --git a/data/civ1/game.ruleset b/data/civ1/game.ruleset index eebb8e619e..f5e4cf69a2 100644 --- a/data/civ1/game.ruleset +++ b/data/civ1/game.ruleset @@ -273,792 +273,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Enter Marketplace" if any one of the listed actions are legal. -enter_marketplace_blocked_by = "Establish Trade Route" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Enter Hut", "Enter Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", "Enter Hut", "Enter Hut 2", -; "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -;poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Enter _Marketplace (100% chance of success). */ -ui_name_enter_marketplace = _("Enter %sMarketplace%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut from transport (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut from transport%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Steal Tech", "Incite City" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. -; -; "Enter Hut 2" is "Enter Hut" but while being transported. -; The transported version and the native tile version won`t appear in the -; same action selection dialog given their opposite requirements. Avoid -; double entries in the auto help by silencing it. -quiet_actions = "Enter Hut 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Diplomat", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Diplomat", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Diplomat", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_uclass_sea] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Extra", "River", "Tile", FALSE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainAlter", "CanMine", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "Irrigation", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; use "Transport Alight" from inside the city - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - ; use "Transport Board" from inside the city - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter_from_native] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "UnitClassFlag", "HutNothing", "Local", FALSE - } - -[actionenabler_hut_enter_from_transport] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", TRUE - "UnitClassFlag", "HutNothing", "Local", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 17 diff --git a/data/civ2/actions.ruleset b/data/civ2/actions.ruleset index 72b1f47208..aea5217c72 100644 --- a/data/civ2/actions.ruleset +++ b/data/civ2/actions.ruleset @@ -1,15 +1,1117 @@ -; Modifying this file: +; This is Civ2 actions ruleset + +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Civ2 actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Enter Marketplace" if any one of the listed actions are legal. +enter_marketplace_blocked_by = "Establish Trade Route" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Explode Nuclear","Nuke City","Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Enter Hut", "Frighten Hut" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", "Enter Hut", "Enter Hut 2", +; "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: Plant _Nuclear Device (3% chance of success). */ +ui_name_suitcase_nuke_escape = _("Plant %sNuclear Device%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Enter _Marketplace (100% chance of success). */ +ui_name_enter_marketplace = _("Enter %sMarketplace%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape", + "Suitcase Nuke Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. +quiet_actions = "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +; TODO: Find the exact requirements +[actionenabler_plant_nuke] +action = "Suitcase Nuke Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "Building", "Manhattan Project", "World" + "Tech", "Nuclear Fission", "Player" + "DiplRel", "War", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_uclass_sea] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_airlift_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClass", "Land", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainAlter", "CanMine", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "Irrigation", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + } + +; TODO: was transferring from a transport to a transport on an adjacent tile +; legal? +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + ; use "Transport Board" from inside the city + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_frighten] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + diff --git a/data/civ2/game.ruleset b/data/civ2/game.ruleset index c1d69cecad..e97224c94d 100644 --- a/data/civ2/game.ruleset +++ b/data/civ2/game.ruleset @@ -269,1106 +269,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Enter Marketplace" if any one of the listed actions are legal. -enter_marketplace_blocked_by = "Establish Trade Route" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Explode Nuclear","Nuke City","Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Enter Hut", "Frighten Hut" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", "Enter Hut", "Enter Hut 2", -; "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: Plant _Nuclear Device (3% chance of success). */ -ui_name_suitcase_nuke_escape = _("Plant %sNuclear Device%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Enter _Marketplace (100% chance of success). */ -ui_name_enter_marketplace = _("Enter %sMarketplace%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape", - "Suitcase Nuke Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. -quiet_actions = "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -; TODO: Find the exact requirements -[actionenabler_plant_nuke] -action = "Suitcase Nuke Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "Building", "Manhattan Project", "World" - "Tech", "Nuclear Fission", "Player" - "DiplRel", "War", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_uclass_sea] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_airlift_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClass", "Land", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainAlter", "CanMine", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "Irrigation", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - } - -; TODO: was transferring from a transport to a transport on an adjacent tile -; legal? -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - ; use "Transport Board" from inside the city - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_frighten] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - [borders] ; Base border radius from city. radius_sq_city = 17 diff --git a/data/civ2civ3/actions.ruleset b/data/civ2civ3/actions.ruleset index b7e335b4d5..5531a39e80 100644 --- a/data/civ2civ3/actions.ruleset +++ b/data/civ2civ3/actions.ruleset @@ -1,15 +1,1433 @@ -; Modifying this file: +; This is Civ2civ3 actions ruleset + +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] -description = "Civ2Civ3 actions data for Freeciv" -options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02 web-compatible" +description = "Civ2civ3 actions data for Freeciv" +options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Bombard" if any one of the listed actions are legal. +bombard_blocked_by = "Capture Units" + +; Forbid "Explode Nuclear" if any one of the listed actions are legal. +explode_nuclear_blocked_by = "Capture Units", "Bombard" + +; Forbid "Nuke City" if any one of the listed actions are legal. +nuke_city_blocked_by = "Capture Units", "Bombard" + +; Forbid "Nuke Units" if any one of the listed actions are legal. +nuke_units_blocked_by = "Capture Units", "Bombard" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", + "Nuke City", "Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", + "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", + "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid "Conquer City 2" if any one of the listed actions are legal. +conquer_city_2_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", + "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", +; "Enter Hut", "Enter Hut 2", +; "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Enter _Marketplace (100% chance of success). */ +ui_name_enter_marketplace = _("Enter %sMarketplace%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Capture Units (100% chance of success). */ +ui_name_capture_units = _("%sCapture Units%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: _Bombard (100% chance of success). */ +ui_name_bombard = _("%sBombard%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Conquer City from non native (100% chance of success). */ +ui_name_conquer_city_2 = _("%sConquer City from non native%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut from non native (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut from non native%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Frighten _Hut from non native (100% chance of success). */ +ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. "Conquer City 2" has the same relation to "Conquer City". So is +; "Enter Hut 2" for "Enter Hut" and "Frighten Hut 2" for "Frighten Hut". +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", + "Frighten Hut 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_explorer] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitType", "Explorer", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_investigate_city_explorer] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitType", "Explorer", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", FALSE + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Building", "Courthouse", "City", FALSE + "Building", "Palace", "City", FALSE + "Building", "Ecclesiastical Palace", "City", FALSE + "Building", "Mausoleum of Mausolos", "Player", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Building", "Courthouse", "City", FALSE + "Building", "Palace", "City", FALSE + "Building", "Ecclesiastical Palace", "City", FALSE + "Building", "Mausoleum of Mausolos", "Player", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + } + +[actionenabler_capture] +action = "Capture Units" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturer", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_bombard_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "DiplRelTileOther", "War", "Local", TRUE + } + +[actionenabler_bombard_no_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_att_from_non_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "UnitState", "OnLivableTile", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NoHome", "Local", FALSE + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "Airliftable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "Tech", "Fusion Power", "Player" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Deep Ocean", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_mining_ocean] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Miniaturization", "Player" + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Deep Ocean", "Tile", TRUE + } + +; Prevent building farmland on bare deserts. It does not yield any bonus +; over irrigation, and prevents any Super Highways trade bonus, so it +; would be a waste of time. +; (Note that it is still possible to end up with farmland on such terrain +; through climate change.) +; Deserts with food bonuses _are_ allowed farmland (hence exceptions). + +; "Sea" nreq is for Transports, which are only supposed to clean pollution + +[actionenabler_irrigate_src_tech_basic_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "Tech", "Electricity", "Player", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Extra", "Irrigation", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_ocean_basic_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "CAdjacent", TRUE + "Extra", "Irrigation", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_extra_basic_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE + "Extra", "Irrigation", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_tech_not_in_desert] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "Tech", "Electricity", "Player", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Desert", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_ocean_not_in_desert] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_extra_not_in_desert] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_tech_desert_but_allowed] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "Tech", "Electricity", "Player", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Desert", "Tile", TRUE + "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE + } + +[actionenabler_irrigate_src_ocean_desert_but_allowed] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", TRUE + "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE + } + +[actionenabler_irrigate_src_extra_desert_but_allowed] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", TRUE + "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_native_city] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_tile] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_city] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_non_native] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_frighten_from_native_tile] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_frighten_from_native_city] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_frighten_from_non_native] +action = "Frighten Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "UnitClassFlag", "HutFrighten", "Local", TRUE + } + diff --git a/data/civ2civ3/game.ruleset b/data/civ2civ3/game.ruleset index 862ddd817c..6277ea0f68 100644 --- a/data/civ2civ3/game.ruleset +++ b/data/civ2civ3/game.ruleset @@ -291,1422 +291,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Bombard" if any one of the listed actions are legal. -bombard_blocked_by = "Capture Units" - -; Forbid "Explode Nuclear" if any one of the listed actions are legal. -explode_nuclear_blocked_by = "Capture Units", "Bombard" - -; Forbid "Nuke City" if any one of the listed actions are legal. -nuke_city_blocked_by = "Capture Units", "Bombard" - -; Forbid "Nuke Units" if any one of the listed actions are legal. -nuke_units_blocked_by = "Capture Units", "Bombard" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", - "Nuke City", "Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", - "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", - "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid "Conquer City 2" if any one of the listed actions are legal. -conquer_city_2_blocked_by = "Capture Units", "Bombard", "Explode Nuclear", - "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", -; "Enter Hut", "Enter Hut 2", -; "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Enter _Marketplace (100% chance of success). */ -ui_name_enter_marketplace = _("Enter %sMarketplace%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Capture Units (100% chance of success). */ -ui_name_capture_units = _("%sCapture Units%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: _Bombard (100% chance of success). */ -ui_name_bombard = _("%sBombard%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Conquer City from non native (100% chance of success). */ -ui_name_conquer_city_2 = _("%sConquer City from non native%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut from non native (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut from non native%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Frighten _Hut from non native (100% chance of success). */ -ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. "Conquer City 2" has the same relation to "Conquer City". So is -; "Enter Hut 2" for "Enter Hut" and "Frighten Hut 2" for "Frighten Hut". -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", - "Frighten Hut 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_explorer] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitType", "Explorer", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_investigate_city_explorer] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitType", "Explorer", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", FALSE - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Building", "Courthouse", "City", FALSE - "Building", "Palace", "City", FALSE - "Building", "Ecclesiastical Palace", "City", FALSE - "Building", "Mausoleum of Mausolos", "Player", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Building", "Courthouse", "City", FALSE - "Building", "Palace", "City", FALSE - "Building", "Ecclesiastical Palace", "City", FALSE - "Building", "Mausoleum of Mausolos", "Player", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - } - -[actionenabler_capture] -action = "Capture Units" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturer", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_bombard_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "DiplRelTileOther", "War", "Local", TRUE - } - -[actionenabler_bombard_no_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_att_from_non_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "UnitState", "OnLivableTile", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NoHome", "Local", FALSE - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "Airliftable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "Tech", "Fusion Power", "Player" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Deep Ocean", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_mining_ocean] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Miniaturization", "Player" - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Deep Ocean", "Tile", TRUE - } - -; Prevent building farmland on bare deserts. It does not yield any bonus -; over irrigation, and prevents any Super Highways trade bonus, so it -; would be a waste of time. -; (Note that it is still possible to end up with farmland on such terrain -; through climate change.) -; Deserts with food bonuses _are_ allowed farmland (hence exceptions). - -; "Sea" nreq is for Transports, which are only supposed to clean pollution - -[actionenabler_irrigate_src_tech_basic_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "Tech", "Electricity", "Player", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Extra", "Irrigation", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_ocean_basic_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "CAdjacent", TRUE - "Extra", "Irrigation", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_extra_basic_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE - "Extra", "Irrigation", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_tech_not_in_desert] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "Tech", "Electricity", "Player", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Desert", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_ocean_not_in_desert] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_extra_not_in_desert] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_tech_desert_but_allowed] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "Tech", "Electricity", "Player", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Desert", "Tile", TRUE - "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE - } - -[actionenabler_irrigate_src_ocean_desert_but_allowed] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", TRUE - "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE - } - -[actionenabler_irrigate_src_extra_desert_but_allowed] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", TRUE - "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_native_city] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_tile] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_city] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_non_native] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_frighten_from_native_tile] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_frighten_from_native_city] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_frighten_from_non_native] -action = "Frighten Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "UnitClassFlag", "HutFrighten", "Local", TRUE - } - [borders] ; Base border radius from city. radius_sq_city = 5 diff --git a/data/classic/actions.ruleset b/data/classic/actions.ruleset index 02b6b3486b..f59d1bbc90 100644 --- a/data/classic/actions.ruleset +++ b/data/classic/actions.ruleset @@ -1,16 +1,1315 @@ +; This is Classic actions ruleset -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Classic actions data for Freeciv" -options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02 web-compatible" +options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Enter Marketplace" if any one of the listed actions are legal. +enter_marketplace_blocked_by = "Establish Trade Route" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid "Conquer City 2" if any one of the listed actions are legal. +conquer_city_2_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; The city that made the unit´s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", +; "Conquer Extras", "Conquer Extras 2", +; "Enter Hut", "Enter Hut 2", +; "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Sell _Goods (100% chance of success). */ +ui_name_enter_marketplace = _("Sell %sGoods%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Conquer City from non native (100% chance of success). */ +ui_name_conquer_city_2 = _("%sConquer City from non native%s") + +; /* TRANS: _Conquer Fortress (100% chance of success). */ +ui_name_conquer_extras = _("%sConquer Fortress%s") + +; /* TRANS: _Conquer Fortress from non native (100% chance of success). */ +ui_name_conquer_extras_2 = _("%sConquer Fortress from non native%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut from non native (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut from non native%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Frighten _Hut from non native (100% chance of success). */ +ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. "Conquer City 2" has the same relation to "Conquer City". So is +; "Enter Hut 2" for "Enter Hut", "Frighten Hut 2" for "Frighten Hut" and +; "Conquer Extras" for "Conquer Extras 2". +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", + "Frighten Hut 2", "Conquer Extras 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", FALSE + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_att_from_non_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "UnitState", "OnLivableTile", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NoHome", "Local", FALSE + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile" , TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClass", "Land", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "Oil", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_desert_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Construction", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Desert", "Tile" + } + +[actionenabler_glacier_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Refining", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Glacier", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "Irrigation", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_tile] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_non_native] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_from_native_tile] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_from_non_native] +action = "Frighten Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", TRUE + } + +[actionenabler_claim_extra_war_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_claim_extra_war_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + diff --git a/data/classic/game.ruleset b/data/classic/game.ruleset index f890989511..b38fedf533 100644 --- a/data/classic/game.ruleset +++ b/data/classic/game.ruleset @@ -286,1304 +286,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Enter Marketplace" if any one of the listed actions are legal. -enter_marketplace_blocked_by = "Establish Trade Route" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid "Conquer City 2" if any one of the listed actions are legal. -conquer_city_2_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; The city that made the unit´s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", -; "Conquer Extras", "Conquer Extras 2", -; "Enter Hut", "Enter Hut 2", -; "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Sell _Goods (100% chance of success). */ -ui_name_enter_marketplace = _("Sell %sGoods%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Conquer City from non native (100% chance of success). */ -ui_name_conquer_city_2 = _("%sConquer City from non native%s") - -; /* TRANS: _Conquer Fortress (100% chance of success). */ -ui_name_conquer_extras = _("%sConquer Fortress%s") - -; /* TRANS: _Conquer Fortress from non native (100% chance of success). */ -ui_name_conquer_extras_2 = _("%sConquer Fortress from non native%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut from non native (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut from non native%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Frighten _Hut from non native (100% chance of success). */ -ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. "Conquer City 2" has the same relation to "Conquer City". So is -; "Enter Hut 2" for "Enter Hut", "Frighten Hut 2" for "Frighten Hut" and -; "Conquer Extras" for "Conquer Extras 2". -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", - "Frighten Hut 2", "Conquer Extras 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", FALSE - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_att_from_non_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "UnitState", "OnLivableTile", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NoHome", "Local", FALSE - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile" , TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClass", "Land", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "Oil", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_desert_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Construction", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Desert", "Tile" - } - -[actionenabler_glacier_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Refining", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Glacier", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "Irrigation", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_tile] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_non_native] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_from_native_tile] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_from_non_native] -action = "Frighten Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", TRUE - } - -[actionenabler_claim_extra_war_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_claim_extra_war_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 17 diff --git a/data/goldkeep/actions.ruleset b/data/goldkeep/actions.ruleset index a52f31ab4b..76f9ea5a34 100644 --- a/data/goldkeep/actions.ruleset +++ b/data/goldkeep/actions.ruleset @@ -1,19 +1,1379 @@ +; This is Goldkeep actions ruleset -; This is the goldkeep ruleset. See README.goldkeep -; for a detailed description. - -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Goldkeep actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid "Conquer City 2" if any one of the listed actions are legal. +conquer_city_2_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", "Unit Move" + +; The unit's stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", +; "Conquer Extras", "Conquer Extras 2", +; "Enter Hut", "Enter Hut 2", +; "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Sell _Goods (100% chance of success). */ +ui_name_enter_marketplace = _("Sell %sGoods%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Conquer City from non native (100% chance of success). */ +ui_name_conquer_city_2 = _("%sConquer City from non native%s") + +; /* TRANS: _Conquer Fortress (100% chance of success). */ +ui_name_conquer_extras = _("%sConquer Fortress%s") + +; /* TRANS: _Conquer Fortress from non native (100% chance of success). */ +ui_name_conquer_extras_2 = _("%sConquer Fortress from non native%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut from non native (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut from non native%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Frighten _Hut from non native (100% chance of success). */ +ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. "Conquer City 2" has the same relation to "Conquer City". So is +; "Enter Hut 2" for "Enter Hut" and "Frighten Hut 2" for "Frighten Hut" and +; "Conquer Extras" for "Conquer Extras 2". +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", + "Frighten Hut 2", "Conquer Extras 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_explorer_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitType", "Explorer", "Local", TRUE + "Tech", "Writing", "Player", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", FALSE + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_att_from_non_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "UnitState", "OnLivableTile", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NoHome", "Local", FALSE + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "9", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "Airliftable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "Oil", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_desert_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Construction", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Desert", "Tile" + } + +[actionenabler_glacier_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Refining", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Glacier", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "Irrigation", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_native_city] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_tile] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_city] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_non_native] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_frighten_from_native_tile] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_frighten_from_native_city] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_frighten_from_non_native] +action = "Frighten Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "UnitClassFlag", "HutFrighten", "Local", TRUE + } + +[actionenabler_claim_extra_war_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_claim_extra_war_from_native_city] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_claim_extra_war_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_city] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + diff --git a/data/goldkeep/game.ruleset b/data/goldkeep/game.ruleset index 2128e81baf..af5d8f8a98 100644 --- a/data/goldkeep/game.ruleset +++ b/data/goldkeep/game.ruleset @@ -289,1368 +289,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid "Conquer City 2" if any one of the listed actions are legal. -conquer_city_2_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", "Unit Move" - -; The unit's stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", -; "Conquer Extras", "Conquer Extras 2", -; "Enter Hut", "Enter Hut 2", -; "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Sell _Goods (100% chance of success). */ -ui_name_enter_marketplace = _("Sell %sGoods%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Conquer City from non native (100% chance of success). */ -ui_name_conquer_city_2 = _("%sConquer City from non native%s") - -; /* TRANS: _Conquer Fortress (100% chance of success). */ -ui_name_conquer_extras = _("%sConquer Fortress%s") - -; /* TRANS: _Conquer Fortress from non native (100% chance of success). */ -ui_name_conquer_extras_2 = _("%sConquer Fortress from non native%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut from non native (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut from non native%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Frighten _Hut from non native (100% chance of success). */ -ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. "Conquer City 2" has the same relation to "Conquer City". So is -; "Enter Hut 2" for "Enter Hut" and "Frighten Hut 2" for "Frighten Hut" and -; "Conquer Extras" for "Conquer Extras 2". -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", - "Frighten Hut 2", "Conquer Extras 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_explorer_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitType", "Explorer", "Local", TRUE - "Tech", "Writing", "Player", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", FALSE - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_att_from_non_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "UnitState", "OnLivableTile", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NoHome", "Local", FALSE - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "9", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "Airliftable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "Oil", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_desert_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Construction", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Desert", "Tile" - } - -[actionenabler_glacier_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Refining", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Glacier", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "Irrigation", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_native_city] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_tile] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_city] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_non_native] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_frighten_from_native_tile] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_frighten_from_native_city] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_frighten_from_non_native] -action = "Frighten Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "UnitClassFlag", "HutFrighten", "Local", TRUE - } - -[actionenabler_claim_extra_war_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_claim_extra_war_from_native_city] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_claim_extra_war_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_city] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 17 diff --git a/data/granularity/actions.ruleset b/data/granularity/actions.ruleset index f2c0b5b275..60df3f6a62 100644 --- a/data/granularity/actions.ruleset +++ b/data/granularity/actions.ruleset @@ -1,16 +1,337 @@ +; This is Granularity actions ruleset -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Granularity actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +;attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" + +;if_attacker = +; { "type", "name", "range", "present" +; "DiplRel", "War", "Local", TRUE +; "MinMoveFrags", "1", "Local", TRUE +; } + +[actions] +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +;poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +; No enabled actions +; [actionenabler_embassy] +; action = "Establish Embassy" + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +;diplchance_initial_odds = "Steal Gold", "Steal Gold Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Unit Move" + +[actionenabler_found_city] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_native_city] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + diff --git a/data/granularity/game.ruleset b/data/granularity/game.ruleset index 8b2fdc2db8..6ef3885fdb 100644 --- a/data/granularity/game.ruleset +++ b/data/granularity/game.ruleset @@ -281,326 +281,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -;attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" - -;if_attacker = -; { "type", "name", "range", "present" -; "DiplRel", "War", "Local", TRUE -; "MinMoveFrags", "1", "Local", TRUE -; } - -[actions] -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -;poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -; No enabled actions -; [actionenabler_embassy] -; action = "Establish Embassy" - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -;diplchance_initial_odds = "Steal Gold", "Steal Gold Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Unit Move" - -[actionenabler_found_city] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_native_city] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 2 diff --git a/data/multiplayer/actions.ruleset b/data/multiplayer/actions.ruleset index f9ffddf966..fc9e9ab2db 100644 --- a/data/multiplayer/actions.ruleset +++ b/data/multiplayer/actions.ruleset @@ -1,16 +1,1303 @@ +; This is Multiplayer actions ruleset -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Multiplayer actions data for Freeciv" -options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02 web-compatible" +options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid "Conquer City 2" if any one of the listed actions are legal. +conquer_city_2_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", +; "Conquer Extras", "Conquer Extras 2", +; "Enter Hut", "Enter Hut 2", +; "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Conquer City from non native (100% chance of success). */ +ui_name_conquer_city_2 = _("%sConquer City from non native%s") + +; /* TRANS: _Conquer Fortress (100% chance of success). */ +ui_name_conquer_extras = _("%sConquer Fortress%s") + +; /* TRANS: _Conquer Fortress from non native (100% chance of success). */ +ui_name_conquer_extras_2 = _("%sConquer Fortress from non native%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut_2 = _("Frighten %sHut%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. "Conquer City 2" has the same relation to "Conquer City". So is +; "Enter Hut 2" for "Enter Hut", "Frighten Hut 2" for "Frighten Hut" and +; "Conquer Extras" for "Conquer Extras 2". +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", + "Frighten Hut 2", "Conquer Extras 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", FALSE + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_help_build_small_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "BuildingGenus", "SmallWonder", "Local", TRUE + "Building", "Palace", "Local", FALSE + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_att_from_non_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "UnitState", "OnLivableTile", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NoHome", "Local", FALSE + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClass", "Land", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "Oil", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_desert_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Construction", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Desert", "Tile" + } + +[actionenabler_glacier_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Refining", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Glacier", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "Irrigation", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_tile] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_non_native] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_from_native_tile] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_from_non_native] +action = "Frighten Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", TRUE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_claim_extra_war_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_claim_extra_war_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + diff --git a/data/multiplayer/game.ruleset b/data/multiplayer/game.ruleset index da23e20949..2a70e36a20 100644 --- a/data/multiplayer/game.ruleset +++ b/data/multiplayer/game.ruleset @@ -289,1292 +289,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid "Conquer City 2" if any one of the listed actions are legal. -conquer_city_2_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", -; "Conquer Extras", "Conquer Extras 2", -; "Enter Hut", "Enter Hut 2", -; "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Conquer City from non native (100% chance of success). */ -ui_name_conquer_city_2 = _("%sConquer City from non native%s") - -; /* TRANS: _Conquer Fortress (100% chance of success). */ -ui_name_conquer_extras = _("%sConquer Fortress%s") - -; /* TRANS: _Conquer Fortress from non native (100% chance of success). */ -ui_name_conquer_extras_2 = _("%sConquer Fortress from non native%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut_2 = _("Frighten %sHut%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. "Conquer City 2" has the same relation to "Conquer City". So is -; "Enter Hut 2" for "Enter Hut", "Frighten Hut 2" for "Frighten Hut" and -; "Conquer Extras" for "Conquer Extras 2". -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", - "Frighten Hut 2", "Conquer Extras 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", FALSE - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_help_build_small_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "BuildingGenus", "SmallWonder", "Local", TRUE - "Building", "Palace", "Local", FALSE - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_att_from_non_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "UnitState", "OnLivableTile", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NoHome", "Local", FALSE - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClass", "Land", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "Oil", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_desert_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Construction", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Desert", "Tile" - } - -[actionenabler_glacier_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Refining", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Glacier", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "Irrigation", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_tile] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_non_native] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_from_native_tile] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_from_non_native] -action = "Frighten Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", TRUE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_claim_extra_war_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_claim_extra_war_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 17 diff --git a/data/sandbox/actions.ruleset b/data/sandbox/actions.ruleset index 9a60f6903f..abaa3697e7 100644 --- a/data/sandbox/actions.ruleset +++ b/data/sandbox/actions.ruleset @@ -1,16 +1,2771 @@ +; This is Sandbox actions ruleset -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] description = "Sandbox actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + "UnitFlag", "NuclearOP", "Local", FALSE + } + +[actions] +; Forbid "Bombard" if any one of the listed actions are legal. +bombard_blocked_by = "Capture Units" + +; Forbid "Explode Nuclear" if any one of the listed actions are legal. +explode_nuclear_blocked_by = "Capture Units", "Bombard" + +; Forbid "Nuke City" if any one of the listed actions are legal. +nuke_city_blocked_by = "Capture Units", "Bombard" + +; Forbid "Nuke Units" if any one of the listed actions are legal. +nuke_units_blocked_by = "Capture Units", "Bombard" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Capture Units", "Bombard", + "Explode Nuclear", "Nuke City", "Nuke Units", + "Wipe Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Capture Units", "Bombard", + "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Capture Units", "Bombard", + "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid "Conquer City 2" if any one of the listed actions are legal. +conquer_city_2_blocked_by = "Capture Units", "Bombard", + "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", + "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; Actor units will be forced to try performing the following actions +; in the specified order after successfully performing "Wipe Units". +wipe_units_post_success_forced_actions = "Conquer City", "Conquer City 2", + "Transport Disembark", + "Transport Disembark 2", + "Conquer Extras", "Conquer Extras 2", + "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", + "Frighten Hut", "Frighten Hut 2", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", +; "Enter Hut", "Enter Hut 2", +; "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the +; "Help Wonder" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +help_wonder_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the +; tile of the actor unit. The value 1 means that the city must be on a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +disband_unit_recover_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "Tile" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 10 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = FALSE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Cut Root (3% chance of success). */ +ui_name_heal_unit_2 = _("%sCut Root%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: Steal _Map Fragments and Escape (3% chance of success). */ +ui_name_steal_maps_escape = _("Steal %sMap Fragments and Escape%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Enter _Marketplace (100% chance of success). */ +ui_name_enter_marketplace = _("Enter %sMarketplace%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Capture Units (100% chance of success). */ +ui_name_capture_units = _("%sCapture Units%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: _Bombard (100% chance of success). */ +ui_name_bombard = _("%sBombard%s") + +; /* TRANS: Destroy _City (100% chance of success). */ +ui_name_destroy_city = _("Destroy %sCity%s") + +; /* TRANS: _Nuke Target Tile (100% chance of success). */ +ui_name_explode_nuclear = _("%sNuke Target Tile%s") + +; /* TRANS: _Nuke (100% chance of success). */ +ui_name_nuke_city = _("%sNuke%s") + +; /* TRANS: Tactical _Nuke (100% chance of success). */ +ui_name_nuke_units = _("Tactical %sNuke%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: Make _Sacrifice of Work (100% chance of success). */ +ui_name_homeless = _("Make %sSacrifice of Work%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Conquer City from non native (100% chance of success). */ +ui_name_conquer_city_2 = _("%sConquer City from non native%s") + +; /* TRANS: _Storm the Castle (100% chance of success). */ +ui_name_conquer_extras = _("%sStorm the Castle%s") + +; /* TRANS: _Storm the Castle from non native (100% chance of success). */ +ui_name_conquer_extras_2 = _("%sStorm the Castle from non native%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Disembark from non native (100% chance of success). */ +ui_name_transport_disembark_2 = _("%sDisembark from non native%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Eliminate _Spy (100% chance of success). */ +ui_name_spy_attack = _("Eliminate %sSpy%s") + +; /* TRANS: Release _Plague (100% chance of success). */ +ui_name_spread_plague = _("Release %sPlague%s") +spread_plague_actor_consuming_always = TRUE + +; /* TRANS: _Repair (100% chance of success). */ +ui_name_heal_unit = _("%sRepair%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Enter _Hut from non native (100% chance of success). */ +ui_name_enter_hut_2 = _("Enter %sHut from non native%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Frighten _Hut from non native (100% chance of success). */ +ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; /* TRANS: _Wipe Defenders (100% chance of success). */ +ui_name_wipe_units = _("%sWipe Defenders%s") + +; /* TRANS: _Transfer Cargo (100% chance of success). */ +ui_name_transport_load_2 = _("%sTransfer Cargo%s") + +; /* TRANS: _Switch Transporter (100% chance of success). */ +ui_name_transport_board_2 = _("%sSwitch Transporter%s") + +; /* TRANS: _Switch Transporter (100% chance of success). */ +ui_name_transport_embark_4 = _("%sSwitch Transporter%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions + +; /* TRANS: _Disrupt Supply Lines (100% chance of success). */ +ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +user_action_1_target_kind = "Unit" +user_action_1_min_range = 1 +user_action_1_max_range = 3 +user_action_1_actor_consuming_always = FALSE + +; /* TRANS: "Use Ancient Transportation Network"_ (100% chance of success). */ +ui_name_user_action_2 = _("%sUse Ancient Transportation Network%s") +user_action_2_target_kind = "tiles" +user_action_2_min_range = 1 +user_action_2_max_range = "unlimited" +user_action_2_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape", + "Steal Maps Escape", "Spread Plague", + "Suitcase Nuke", "Suitcase Nuke Escape", + "Poison City Escape", + "Steal Gold Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. + +; "Transport Disembark 2" is "Transport Disembark" but from a non native +; tile. "Conquer City 2" has the same relation to "Conquer City". So is +; "Enter Hut 2" for "Enter Hut", "Frighten Hut 2" for "Frighten Hut" and +; "Conquer Extras" for "Conquer Extras 2". +; The version from the non native tile and the native tile version won`t +; appear in the same action selection dialog given their opposite +; requirements. Avoid double entries in the auto help by silencing it. +quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", + "Frighten Hut 2", "Conquer Extras 2", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_disrupt_supply_normal] +action = "User Action 1" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "SupplyLines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + "UnitClass", "Trireme", "Local", FALSE + "UnitClass", "Air", "Local", FALSE + "UnitClass", "Helicopter", "Local", FALSE + "UnitClass", "Missile", "Local", FALSE + } + +[actionenabler_disrupt_supply_marines] +action = "User Action 1" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "SupplyLines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + "UnitClass", "Trireme", "Local", FALSE + "UnitClass", "Air", "Local", FALSE + "UnitClass", "Helicopter", "Local", FALSE + "UnitClass", "Missile", "Local", FALSE + } + +; Use Ancient Transportation Network +[actionenabler_ancient_transport_hub] +action = "User Action 2" +actor_reqs = + { "type", "name", "range", "present" + "Building", "Mysteries", "Player", TRUE + "Extra", "Ancient Transport Hub", "Tile", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Extra", "Ancient Transport Hub", "Tile", TRUE + } + +[actionenabler_cut_root] +action = "Heal Unit 2" +actor_reqs = + { "type", "name", "range", "present" + "Building", "Mysteries", "Player", TRUE + "UnitFlag", "FleshBased", "Local", TRUE + "MinMoveFrags", 1, "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "FleshBased", "Local", TRUE + } + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "DiplRel", "War", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range" + "DiplRel", "War", "Local" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_explorer] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitType", "Explorer", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_investigate_city_explorer] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitType", "Explorer", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_steal_maps] +action = "Steal Maps Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +; Give spies the ability to steal gold +[actionenabler_steal_gold] +action = "Steal Gold Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "Tech", "Banking", "Player" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", FALSE + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +[actionenabler_poison_city_despite_treuga_dei] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +; This is in no way, shape or form an accusation that the USA was behind +; the COVID-19 pandemic. I had planned this rule as a part of a new ruleset, +; "Too Much Detail", long before the Corona pandemic. The rule was inspired +; by conspiracy theories. +; I delayed introducing this rule until 2021 because of COVID-19. +; -- Sveinung +[actionenabler_release_plague_from_georgia_guidestones] +action = "Spread Plague" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Tech", "Medicine", "Player", TRUE + "Building", "Guidestones", "Player", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range" + ; matches illness.illness_min_size + "MinSize", "5", "City" + } + +; This is in no way, shape or form an accusation that the USA was behind +; the COVID-19 pandemic. I had planned this rule as a part of a new ruleset, +; "Too Much Detail", long before the Corona pandemic. The rule was inspired +; by conspiracy theories. +; I delayed introducing this rule until 2021 because of COVID-19. +; -- Sveinung +[actionenabler_release_plague_from_georgia_guidestones_despite_treuga_dei] +action = "Spread Plague" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Medicine", "Player", TRUE, FALSE + "Building", "Guidestones", "Player", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range" + ; matches illness.illness_min_size + "MinSize", "5", "City" + } + +; This is in no way, shape or form an accusation that China was behind the +; COVID-19 pandemic. I had planned this rule as a part of a new ruleset, +; "Too Much Detail", long before the Corona pandemic. +; I delayed introducing this rule until 2021 because of COVID-19. +; -- Sveinung +[actionenabler_release_plague_from_domestic] +action = "Spread Plague" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Tech", "Medicine", "Player", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range" + ; matches illness.illness_min_size + "MinSize", "5", "City" + } + +; This is in no way, shape or form an accusation that China was behind the +; COVID-19 pandemic. I had planned this rule as a part of a new ruleset, +; "Too Much Detail", long before the Corona pandemic. +; I delayed introducing this rule until 2021 because of COVID-19. +; -- Sveinung +[actionenabler_release_plague_from_domestic_despite_treuga_dei] +action = "Spread Plague" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "DiplRel", "Foreign", "Local", FALSE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Medicine", "Player", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range" + ; matches illness.illness_min_size + "MinSize", "5", "City" + } + +[actionenabler_release_plague_from_bio_lab] +action = "Spread Plague" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Tech", "Medicine", "Player", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range" + ; matches illness.illness_min_size + "MinSize", "5", "City" + "Building", "Research Lab", "City" + } + +[actionenabler_release_plague_from_bio_lab_despite_treuga_dei] +action = "Spread Plague" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "DiplRel", "Alliance", "Local", FALSE, FALSE + "DiplRel", "Team", "Local", FALSE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Medicine", "Player", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range" + ; matches illness.illness_min_size + "MinSize", "5", "City" + "Building", "Research Lab", "City" + } + +[actionenabler_mechanic] +action = "Heal Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitType", "Mechanic", "Local", TRUE + "MinMoveFrags", 1, "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "IronBased", "Local", TRUE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Building", "Courthouse", "City", FALSE + "Building", "Palace", "City", FALSE + "Building", "Ecclesiastical Palace", "City", FALSE + "Building", "Mausoleum of Mausolos", "Player", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Building", "Courthouse", "City", FALSE + "Building", "Palace", "City", FALSE + "Building", "Ecclesiastical Palace", "City", FALSE + "Building", "Mausoleum of Mausolos", "Player", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + } + +[actionenabler_sabotage_unit_despite_treuga_dei] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + } + +[actionenabler_eliminate_spy] +action = "Spy Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Marketplace", "City" + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +; A pacifist wanting to end violence or a neocon looking forward to the +; Casus Belli against terrorist states once Treuga Dei is finished may wish +; to help a non-allied player to complete Treuga Dei. +[actionenabler_help_build_wonder_treuga_dei] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Treuga Dei", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "UnitFlag", "Consensus", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit_recover_consensus] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "UnitFlag", "Consensus", "Local", TRUE + "Gov", "Communism", "Player", FALSE + "Gov", "Democracy", "Player", FALSE + "Gov", "Republic", "Player", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "UnitFlag", "Consensus", "Local", FALSE + } + +[actionenabler_disband_unit_consensus] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "UnitFlag", "Consensus", "Local", TRUE + "Gov", "Communism", "Player", FALSE + "Gov", "Democracy", "Player", FALSE + "Gov", "Republic", "Player", FALSE + } + +[actionenabler_capture] +action = "Capture Units" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturer", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_capture_despite_treuga_dei] +action = "Capture Units" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Capturer", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Capturable", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_bombard_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "DiplRelTileOther", "War", "Local", TRUE + } + +[actionenabler_bombard_no_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_bombard_city_despite_treuga_dei] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Bombarder", "Local", TRUE, FALSE + "UnitState", "Transported", "Local", FALSE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "DiplRelTileOther", "War", "Local", TRUE + } + +[actionenabler_bombard_no_city_despite_treuga_dei] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Bombarder", "Local", TRUE, FALSE + "UnitState", "Transported", "Local", FALSE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_domestic] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_border_police] +action = "Expel Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "BorderPolice", "Local", TRUE + "DiplRelTile", "Foreign", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "Expellable", "Local", TRUE + "DiplRelTile", "Foreign", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NuclearOP", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_nuke_despite_treuga_dei] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "NuclearOP", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_nuke_city_despite_treuga_dei] +action = "Nuke City" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Nuclear", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_nuke_units] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TacticalNuke", "Local", TRUE + "Tech", "Rocketry", "Player", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_nuke_units_despite_treuga_dei] +action = "Nuke Units" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "TacticalNuke", "Local", TRUE, FALSE + "Tech", "Rocketry", "Player", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_suitcase_nuke] +action = "Suitcase Nuke" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinVeteran", "2", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Manhattan Project", "Player", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_suitcase_nuke_despite_treuga_dei] +action = "Suitcase Nuke" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "MinVeteran", "2", "Local", FALSE, FALSE + "DiplRel", "Alliance", "Local", FALSE, FALSE + "DiplRel", "Team", "Local", FALSE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Building", "Manhattan Project", "Player", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_suitcase_nuke_escape] +action = "Suitcase Nuke Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinVeteran", "2", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Manhattan Project", "Player", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_suitcase_nuke_escape_despite_treuga_dei] +action = "Suitcase Nuke Escape" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Spy", "Local", TRUE, FALSE + "MinVeteran", "2", "Local", TRUE, FALSE + "DiplRel", "Alliance", "Local", FALSE, FALSE + "DiplRel", "Team", "Local", FALSE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Building", "Manhattan Project", "Player", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +; The GameLoss unit requirement makes sending units on a suicide mission to +; capture and destroy cities deep inside enemy terrain national suicide. +; The risk of moving a GameLoss unit to the target city increases the cost +; of the action. Rationalization for the requirement: the physical presence +; of the Leader makes it easier to comply with the order to destroy the +; city. (See the "orders by phone" Milgram experiment variation) +; +; The domestic city requirement forces the player to invade a city before +; they can destroy it. If this limit is weakened by allowing the +; destruction of undefended (MaxUnitsOnTile) foreign cities during war it +; will lead to situations where a player can destroy a city but is unable +; to occupy it. +; Rationalization: the resistance must be crushed before the destruction. +; +; TODO: create an international incident (set the Casus_Belli_Success +; effect value to 1000) if "Destroy City" still is overpowered. +[actionenabler_scorched_earth] +action = "Destroy City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "GameLoss", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_scorched_earth_despite_treuga_dei] +action = "Destroy City" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "GameLoss", "Local", TRUE, FALSE + "DiplRel", "Foreign", "Local", FALSE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_attack_from_native_despite_treuga_dei] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "Missile", "Local", FALSE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitState", "OnNativeTile", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_attack_marines_despite_treuga_dei] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "Missile", "Local", FALSE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitFlag", "Marines", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_attack_att_from_non_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_attack_att_from_non_native_despite_treuga_dei] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "Missile", "Local", FALSE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_explode_missile_despite_treuga_dei] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "Missile", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_wipe_units] +action = "Wipe Units" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_wipe_units_communism] +action = "Wipe Units" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_native_despite_treuga_dei] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "UnitState", "OnLivableTile", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines_despite_treuga_dei] +action = "Conquer City 2" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitFlag", "Marines", "Local", TRUE, FALSE + "UnitState", "OnLivableTile", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NoHome", "Local", FALSE + "UnitState", "HasHomeCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_no_home_city] +action = "Unit Make Homeless" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "HasHomeCity", "Local", TRUE + "Building", "Altar to The Divine Ruler", "City", TRUE + } + +[actionenabler_paradrop_base_to_claimed_not_forest] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + } + +[actionenabler_paradrop_base_to_unclaimed_not_forest] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "Extra", "Castle", "Tile", FALSE + "CityTile", "Claimed", "Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer_not_forest] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_war_conquer_not_forest_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed_base_not_forest] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed_base_not_forest_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Castle", "Tile", FALSE + } + +[actionenabler_paradrop_veteran_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_base_to_war_conquer_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "MinVeteran", 1, "Local", TRUE, FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_base_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "ExtraFlag", "ParadropFrom", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_base_to_unclaimed_base_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "MinVeteran", 1, "Local", TRUE, FALSE + "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed_not_forest] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_unclaimed_not_forest] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Castle", "Tile", FALSE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer_not_forest] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer_not_forest_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "CityTile", "Center", "Tile", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "UnitClassFlag", "CanOccupyCity","Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + } + +[actionenabler_paradrop_city_to_unclaimed_base_not_forest] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed_base_not_forest_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "CityTile", "Center", "Tile", TRUE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag", "DifficultLanding", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Castle", "Tile", FALSE + } + +[actionenabler_paradrop_veteran_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity","Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_city_to_war_conquer_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "MinVeteran", 1, "Local", TRUE, FALSE + "CityTile", "Center", "Tile", TRUE, FALSE + "DiplRel", "War", "Local", TRUE, FALSE + "UnitClassFlag", "CanOccupyCity","Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_city_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "6", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinVeteran", 1, "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_paradrop_veteran_city_to_unclaimed_base_despite_treuga_dei] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present", "survives" + "UnitFlag", "Paratroopers", "Local", TRUE, FALSE + "MinMoveFrags", "6", "Local", TRUE, FALSE + "UnitState", "Transporting", "Local", FALSE, FALSE + "MinVeteran", 1, "Local", TRUE, FALSE + "CityTile", "Center", "Tile", TRUE, FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Castle", "Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_light_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "LightWeight", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_airlift_medium_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "MediumWeight", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Tech", "Advanced Flight", "Player", TRUE + "Building", "Airport", "City", TRUE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Airport", "City" + } + +[actionenabler_airlift_heavy_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "HeavyWeight", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Tech", "Fusion Power", "Player", TRUE + "Building", "Airport", "City", TRUE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Airport", "City" + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "Tech", "Fusion Power", "Player" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Deep Ocean", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_mining_ocean] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Miniaturization", "Player" + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Deep Ocean", "Tile", TRUE + } + +[actionenabler_claim_extra_foreign_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitFlag", "NonMil", "Local", FALSE + "UnitState", "OnNativeTile", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_claim_extra_foreign_from_native_tile_despite_treuga_dei] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present", "survives" + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "DiplRel", "Peace", "Local", FALSE, FALSE + "DiplRel", "Alliance", "Local", FALSE, FALSE + "DiplRel", "Team", "Local", FALSE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitState", "OnNativeTile", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_claim_extra_foreign_from_native_city] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitFlag", "NonMil", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_claim_extra_foreign_from_native_city_despite_treuga_dei] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present", "survives" + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "DiplRel", "Peace", "Local", FALSE, FALSE + "DiplRel", "Alliance", "Local", FALSE, FALSE + "DiplRel", "Team", "Local", FALSE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "CityTile", "Center", "Tile", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_claim_extra_foreign_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitFlag", "NonMil", "Local", FALSE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Building", "Treuga Dei", "World", FALSE + } + +[actionenabler_claim_extra_foreign_from_non_native_despite_treuga_dei] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present", "survives" + "MinMoveFrags", "1", "Local", TRUE, FALSE + "DiplRel", "Foreign", "Local", TRUE, FALSE + "DiplRel", "Peace", "Local", FALSE, FALSE + "DiplRel", "Alliance", "Local", FALSE, FALSE + "DiplRel", "Team", "Local", FALSE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitState", "OnNativeTile", "Local", FALSE, FALSE + "CityTile", "Center", "Tile", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } + +[actionenabler_claim_extra_unowned_from_native_tile] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitState", "OnNativeTile", "Local", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_tile_despite_treuga_dei] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present", "survives" + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitState", "OnNativeTile", "Local", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_city] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_native_city_despite_treuga_dei] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present", "survives" + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "CityTile", "Center", "Tile", TRUE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_non_native] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Building", "Treuga Dei", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +[actionenabler_claim_extra_unowned_from_non_native_despite_treuga_dei] +action = "Conquer Extras 2" +actor_reqs = + { "type", "name", "range", "present", "survives" + "MinMoveFrags", "1", "Local", TRUE, FALSE + "UnitFlag", "NonMil", "Local", FALSE, FALSE + "UnitState", "OnNativeTile", "Local", FALSE, FALSE + "CityTile", "Center", "Tile", FALSE, FALSE + "Tech", "Communism", "World", TRUE, TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + +; Prevent building farmland on bare deserts. It does not yield any bonus +; over irrigation, and prevents any Super Highways trade bonus, so it +; would be a waste of time. +; (Note that it is still possible to end up with farmland on such terrain +; through climate change.) +; Deserts with food bonuses _are_ allowed farmland (hence exceptions). + +; "Sea" nreq is for Transports, which are only supposed to clean pollution + +[actionenabler_irrigate_src_tech_basic_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "Tech", "Electricity", "Player", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Extra", "Irrigation", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_ocean_basic_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "CAdjacent", TRUE + "Extra", "Irrigation", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_extra_basic_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE + "Extra", "Irrigation", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_tech_not_in_desert] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "Tech", "Electricity", "Player", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Desert", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_ocean_not_in_desert] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_extra_not_in_desert] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", FALSE + "TerrainAlter", "CanIrrigate", "Tile", TRUE + } + +[actionenabler_irrigate_src_tech_desert_but_allowed] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "Tech", "Electricity", "Player", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Terrain", "Desert", "Tile", TRUE + "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE + } + +[actionenabler_irrigate_src_ocean_desert_but_allowed] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "TerrainClass", "Oceanic", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", TRUE + "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE + } + +[actionenabler_irrigate_src_extra_desert_but_allowed] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE + "Terrain", "Desert", "Tile", TRUE + "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_board_transport_switch] +action = "Transport Board 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_load] +action = "Transport Load" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_load_transport_switch] +action = "Transport Load 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + } + +[actionenabler_disembark_from_native_tile] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + } + +[actionenabler_disembark_from_native_city] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_disembark_from_non_native] +action = "Transport Disembark 2" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_embark_transport_switch] +action = "Transport Embark 4" +actor_reqs = + { "type", "name", "range", "present" + "UnitState", "Transported", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_tile] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_native_city] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_enter_from_non_native] +action = "Enter Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_frighten_from_native_tile] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitState", "OnNativeTile", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_frighten_from_native_city] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "CityTile", "Center", "Tile" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_hut_frighten_from_non_native] +action = "Frighten Hut 2" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "UnitClassFlag", "HutFrighten", "Local", TRUE + } + diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index 5de8a3d98b..e7038b6016 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -289,2760 +289,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - "UnitFlag", "NuclearOP", "Local", FALSE - } - -[actions] -; Forbid "Bombard" if any one of the listed actions are legal. -bombard_blocked_by = "Capture Units" - -; Forbid "Explode Nuclear" if any one of the listed actions are legal. -explode_nuclear_blocked_by = "Capture Units", "Bombard" - -; Forbid "Nuke City" if any one of the listed actions are legal. -nuke_city_blocked_by = "Capture Units", "Bombard" - -; Forbid "Nuke Units" if any one of the listed actions are legal. -nuke_units_blocked_by = "Capture Units", "Bombard" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Capture Units", "Bombard", - "Explode Nuclear", "Nuke City", "Nuke Units", - "Wipe Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Capture Units", "Bombard", - "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Capture Units", "Bombard", - "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid "Conquer City 2" if any one of the listed actions are legal. -conquer_city_2_blocked_by = "Capture Units", "Bombard", - "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", - "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; Actor units will be forced to try performing the following actions -; in the specified order after successfully performing "Wipe Units". -wipe_units_post_success_forced_actions = "Conquer City", "Conquer City 2", - "Transport Disembark", - "Transport Disembark 2", - "Conquer Extras", "Conquer Extras 2", - "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Enter Hut 2", - "Frighten Hut", "Frighten Hut 2", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", -; "Enter Hut", "Enter Hut 2", -; "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the -; "Help Wonder" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -help_wonder_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Disband Unit Recover" action. The value 0 means that the target`s tile must be the -; tile of the actor unit. The value 1 means that the city must be on a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -disband_unit_recover_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "Tile" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 10 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = FALSE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Cut Root (3% chance of success). */ -ui_name_heal_unit_2 = _("%sCut Root%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: Steal _Map Fragments and Escape (3% chance of success). */ -ui_name_steal_maps_escape = _("Steal %sMap Fragments and Escape%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Enter _Marketplace (100% chance of success). */ -ui_name_enter_marketplace = _("Enter %sMarketplace%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Capture Units (100% chance of success). */ -ui_name_capture_units = _("%sCapture Units%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: _Bombard (100% chance of success). */ -ui_name_bombard = _("%sBombard%s") - -; /* TRANS: Destroy _City (100% chance of success). */ -ui_name_destroy_city = _("Destroy %sCity%s") - -; /* TRANS: _Nuke Target Tile (100% chance of success). */ -ui_name_explode_nuclear = _("%sNuke Target Tile%s") - -; /* TRANS: _Nuke (100% chance of success). */ -ui_name_nuke_city = _("%sNuke%s") - -; /* TRANS: Tactical _Nuke (100% chance of success). */ -ui_name_nuke_units = _("Tactical %sNuke%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: Make _Sacrifice of Work (100% chance of success). */ -ui_name_homeless = _("Make %sSacrifice of Work%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Conquer City from non native (100% chance of success). */ -ui_name_conquer_city_2 = _("%sConquer City from non native%s") - -; /* TRANS: _Storm the Castle (100% chance of success). */ -ui_name_conquer_extras = _("%sStorm the Castle%s") - -; /* TRANS: _Storm the Castle from non native (100% chance of success). */ -ui_name_conquer_extras_2 = _("%sStorm the Castle from non native%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Disembark from non native (100% chance of success). */ -ui_name_transport_disembark_2 = _("%sDisembark from non native%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Eliminate _Spy (100% chance of success). */ -ui_name_spy_attack = _("Eliminate %sSpy%s") - -; /* TRANS: Release _Plague (100% chance of success). */ -ui_name_spread_plague = _("Release %sPlague%s") -spread_plague_actor_consuming_always = TRUE - -; /* TRANS: _Repair (100% chance of success). */ -ui_name_heal_unit = _("%sRepair%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Enter _Hut from non native (100% chance of success). */ -ui_name_enter_hut_2 = _("Enter %sHut from non native%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Frighten _Hut from non native (100% chance of success). */ -ui_name_frighten_hut_2 = _("Frighten %sHut from non native%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; /* TRANS: _Wipe Defenders (100% chance of success). */ -ui_name_wipe_units = _("%sWipe Defenders%s") - -; /* TRANS: _Transfer Cargo (100% chance of success). */ -ui_name_transport_load_2 = _("%sTransfer Cargo%s") - -; /* TRANS: _Switch Transporter (100% chance of success). */ -ui_name_transport_board_2 = _("%sSwitch Transporter%s") - -; /* TRANS: _Switch Transporter (100% chance of success). */ -ui_name_transport_embark_4 = _("%sSwitch Transporter%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions - -; /* TRANS: _Disrupt Supply Lines (100% chance of success). */ -ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -user_action_1_target_kind = "Unit" -user_action_1_min_range = 1 -user_action_1_max_range = 3 -user_action_1_actor_consuming_always = FALSE - -; /* TRANS: "Use Ancient Transportation Network"_ (100% chance of success). */ -ui_name_user_action_2 = _("%sUse Ancient Transportation Network%s") -user_action_2_target_kind = "tiles" -user_action_2_min_range = 1 -user_action_2_max_range = "unlimited" -user_action_2_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape", - "Steal Maps Escape", "Spread Plague", - "Suitcase Nuke", "Suitcase Nuke Escape", - "Poison City Escape", - "Steal Gold Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. - -; "Transport Disembark 2" is "Transport Disembark" but from a non native -; tile. "Conquer City 2" has the same relation to "Conquer City". So is -; "Enter Hut 2" for "Enter Hut", "Frighten Hut 2" for "Frighten Hut" and -; "Conquer Extras" for "Conquer Extras 2". -; The version from the non native tile and the native tile version won`t -; appear in the same action selection dialog given their opposite -; requirements. Avoid double entries in the auto help by silencing it. -quiet_actions = "Transport Disembark 2", "Conquer City 2", "Enter Hut 2", - "Frighten Hut 2", "Conquer Extras 2", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_disrupt_supply_normal] -action = "User Action 1" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "SupplyLines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - "UnitClass", "Trireme", "Local", FALSE - "UnitClass", "Air", "Local", FALSE - "UnitClass", "Helicopter", "Local", FALSE - "UnitClass", "Missile", "Local", FALSE - } - -[actionenabler_disrupt_supply_marines] -action = "User Action 1" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "SupplyLines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - "UnitClass", "Trireme", "Local", FALSE - "UnitClass", "Air", "Local", FALSE - "UnitClass", "Helicopter", "Local", FALSE - "UnitClass", "Missile", "Local", FALSE - } - -; Use Ancient Transportation Network -[actionenabler_ancient_transport_hub] -action = "User Action 2" -actor_reqs = - { "type", "name", "range", "present" - "Building", "Mysteries", "Player", TRUE - "Extra", "Ancient Transport Hub", "Tile", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Extra", "Ancient Transport Hub", "Tile", TRUE - } - -[actionenabler_cut_root] -action = "Heal Unit 2" -actor_reqs = - { "type", "name", "range", "present" - "Building", "Mysteries", "Player", TRUE - "UnitFlag", "FleshBased", "Local", TRUE - "MinMoveFrags", 1, "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "FleshBased", "Local", TRUE - } - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "DiplRel", "War", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range" - "DiplRel", "War", "Local" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_explorer] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitType", "Explorer", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_investigate_city_explorer] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitType", "Explorer", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_steal_maps] -action = "Steal Maps Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -; Give spies the ability to steal gold -[actionenabler_steal_gold] -action = "Steal Gold Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "Tech", "Banking", "Player" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", FALSE - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -[actionenabler_poison_city_despite_treuga_dei] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -; This is in no way, shape or form an accusation that the USA was behind -; the COVID-19 pandemic. I had planned this rule as a part of a new ruleset, -; "Too Much Detail", long before the Corona pandemic. The rule was inspired -; by conspiracy theories. -; I delayed introducing this rule until 2021 because of COVID-19. -; -- Sveinung -[actionenabler_release_plague_from_georgia_guidestones] -action = "Spread Plague" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Tech", "Medicine", "Player", TRUE - "Building", "Guidestones", "Player", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range" - ; matches illness.illness_min_size - "MinSize", "5", "City" - } - -; This is in no way, shape or form an accusation that the USA was behind -; the COVID-19 pandemic. I had planned this rule as a part of a new ruleset, -; "Too Much Detail", long before the Corona pandemic. The rule was inspired -; by conspiracy theories. -; I delayed introducing this rule until 2021 because of COVID-19. -; -- Sveinung -[actionenabler_release_plague_from_georgia_guidestones_despite_treuga_dei] -action = "Spread Plague" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Medicine", "Player", TRUE, FALSE - "Building", "Guidestones", "Player", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range" - ; matches illness.illness_min_size - "MinSize", "5", "City" - } - -; This is in no way, shape or form an accusation that China was behind the -; COVID-19 pandemic. I had planned this rule as a part of a new ruleset, -; "Too Much Detail", long before the Corona pandemic. -; I delayed introducing this rule until 2021 because of COVID-19. -; -- Sveinung -[actionenabler_release_plague_from_domestic] -action = "Spread Plague" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Tech", "Medicine", "Player", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range" - ; matches illness.illness_min_size - "MinSize", "5", "City" - } - -; This is in no way, shape or form an accusation that China was behind the -; COVID-19 pandemic. I had planned this rule as a part of a new ruleset, -; "Too Much Detail", long before the Corona pandemic. -; I delayed introducing this rule until 2021 because of COVID-19. -; -- Sveinung -[actionenabler_release_plague_from_domestic_despite_treuga_dei] -action = "Spread Plague" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "DiplRel", "Foreign", "Local", FALSE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Medicine", "Player", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range" - ; matches illness.illness_min_size - "MinSize", "5", "City" - } - -[actionenabler_release_plague_from_bio_lab] -action = "Spread Plague" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Tech", "Medicine", "Player", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range" - ; matches illness.illness_min_size - "MinSize", "5", "City" - "Building", "Research Lab", "City" - } - -[actionenabler_release_plague_from_bio_lab_despite_treuga_dei] -action = "Spread Plague" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "DiplRel", "Alliance", "Local", FALSE, FALSE - "DiplRel", "Team", "Local", FALSE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Medicine", "Player", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range" - ; matches illness.illness_min_size - "MinSize", "5", "City" - "Building", "Research Lab", "City" - } - -[actionenabler_mechanic] -action = "Heal Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitType", "Mechanic", "Local", TRUE - "MinMoveFrags", 1, "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "IronBased", "Local", TRUE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Building", "Courthouse", "City", FALSE - "Building", "Palace", "City", FALSE - "Building", "Ecclesiastical Palace", "City", FALSE - "Building", "Mausoleum of Mausolos", "Player", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Building", "Courthouse", "City", FALSE - "Building", "Palace", "City", FALSE - "Building", "Ecclesiastical Palace", "City", FALSE - "Building", "Mausoleum of Mausolos", "Player", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - } - -[actionenabler_sabotage_unit_despite_treuga_dei] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - } - -[actionenabler_eliminate_spy] -action = "Spy Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Marketplace", "City" - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -; A pacifist wanting to end violence or a neocon looking forward to the -; Casus Belli against terrorist states once Treuga Dei is finished may wish -; to help a non-allied player to complete Treuga Dei. -[actionenabler_help_build_wonder_treuga_dei] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Treuga Dei", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "UnitFlag", "Consensus", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit_recover_consensus] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "UnitFlag", "Consensus", "Local", TRUE - "Gov", "Communism", "Player", FALSE - "Gov", "Democracy", "Player", FALSE - "Gov", "Republic", "Player", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "UnitFlag", "Consensus", "Local", FALSE - } - -[actionenabler_disband_unit_consensus] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "UnitFlag", "Consensus", "Local", TRUE - "Gov", "Communism", "Player", FALSE - "Gov", "Democracy", "Player", FALSE - "Gov", "Republic", "Player", FALSE - } - -[actionenabler_capture] -action = "Capture Units" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturer", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_capture_despite_treuga_dei] -action = "Capture Units" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Capturer", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Capturable", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_bombard_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "DiplRelTileOther", "War", "Local", TRUE - } - -[actionenabler_bombard_no_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_bombard_city_despite_treuga_dei] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Bombarder", "Local", TRUE, FALSE - "UnitState", "Transported", "Local", FALSE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "DiplRelTileOther", "War", "Local", TRUE - } - -[actionenabler_bombard_no_city_despite_treuga_dei] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Bombarder", "Local", TRUE, FALSE - "UnitState", "Transported", "Local", FALSE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_domestic] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_border_police] -action = "Expel Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "BorderPolice", "Local", TRUE - "DiplRelTile", "Foreign", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "Expellable", "Local", TRUE - "DiplRelTile", "Foreign", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NuclearOP", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_nuke_despite_treuga_dei] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "NuclearOP", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_nuke_city_despite_treuga_dei] -action = "Nuke City" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Nuclear", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_nuke_units] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TacticalNuke", "Local", TRUE - "Tech", "Rocketry", "Player", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_nuke_units_despite_treuga_dei] -action = "Nuke Units" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "TacticalNuke", "Local", TRUE, FALSE - "Tech", "Rocketry", "Player", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_suitcase_nuke] -action = "Suitcase Nuke" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinVeteran", "2", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Manhattan Project", "Player", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_suitcase_nuke_despite_treuga_dei] -action = "Suitcase Nuke" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "MinVeteran", "2", "Local", FALSE, FALSE - "DiplRel", "Alliance", "Local", FALSE, FALSE - "DiplRel", "Team", "Local", FALSE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Building", "Manhattan Project", "Player", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_suitcase_nuke_escape] -action = "Suitcase Nuke Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinVeteran", "2", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Manhattan Project", "Player", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_suitcase_nuke_escape_despite_treuga_dei] -action = "Suitcase Nuke Escape" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Spy", "Local", TRUE, FALSE - "MinVeteran", "2", "Local", TRUE, FALSE - "DiplRel", "Alliance", "Local", FALSE, FALSE - "DiplRel", "Team", "Local", FALSE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Building", "Manhattan Project", "Player", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -; The GameLoss unit requirement makes sending units on a suicide mission to -; capture and destroy cities deep inside enemy terrain national suicide. -; The risk of moving a GameLoss unit to the target city increases the cost -; of the action. Rationalization for the requirement: the physical presence -; of the Leader makes it easier to comply with the order to destroy the -; city. (See the "orders by phone" Milgram experiment variation) -; -; The domestic city requirement forces the player to invade a city before -; they can destroy it. If this limit is weakened by allowing the -; destruction of undefended (MaxUnitsOnTile) foreign cities during war it -; will lead to situations where a player can destroy a city but is unable -; to occupy it. -; Rationalization: the resistance must be crushed before the destruction. -; -; TODO: create an international incident (set the Casus_Belli_Success -; effect value to 1000) if "Destroy City" still is overpowered. -[actionenabler_scorched_earth] -action = "Destroy City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "GameLoss", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_scorched_earth_despite_treuga_dei] -action = "Destroy City" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "GameLoss", "Local", TRUE, FALSE - "DiplRel", "Foreign", "Local", FALSE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_attack_from_native_despite_treuga_dei] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "Missile", "Local", FALSE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitState", "OnNativeTile", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_attack_marines_despite_treuga_dei] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "Missile", "Local", FALSE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitFlag", "Marines", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_attack_att_from_non_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_attack_att_from_non_native_despite_treuga_dei] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "Missile", "Local", FALSE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_explode_missile_despite_treuga_dei] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "Missile", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_wipe_units] -action = "Wipe Units" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_wipe_units_communism] -action = "Wipe Units" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_native_despite_treuga_dei] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "UnitState", "OnLivableTile", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines_despite_treuga_dei] -action = "Conquer City 2" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitFlag", "Marines", "Local", TRUE, FALSE - "UnitState", "OnLivableTile", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NoHome", "Local", FALSE - "UnitState", "HasHomeCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_no_home_city] -action = "Unit Make Homeless" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "HasHomeCity", "Local", TRUE - "Building", "Altar to The Divine Ruler", "City", TRUE - } - -[actionenabler_paradrop_base_to_claimed_not_forest] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - } - -[actionenabler_paradrop_base_to_unclaimed_not_forest] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "Extra", "Castle", "Tile", FALSE - "CityTile", "Claimed", "Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer_not_forest] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_war_conquer_not_forest_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed_base_not_forest] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed_base_not_forest_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Castle", "Tile", FALSE - } - -[actionenabler_paradrop_veteran_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_base_to_war_conquer_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "MinVeteran", 1, "Local", TRUE, FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_base_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "ExtraFlag", "ParadropFrom", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_base_to_unclaimed_base_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "MinVeteran", 1, "Local", TRUE, FALSE - "ExtraFlag", "ParadropFrom", "Tile", TRUE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed_not_forest] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_unclaimed_not_forest] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Castle", "Tile", FALSE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer_not_forest] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer_not_forest_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "CityTile", "Center", "Tile", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "UnitClassFlag", "CanOccupyCity","Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - } - -[actionenabler_paradrop_city_to_unclaimed_base_not_forest] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed_base_not_forest_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "CityTile", "Center", "Tile", TRUE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag", "DifficultLanding", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Castle", "Tile", FALSE - } - -[actionenabler_paradrop_veteran_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity","Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_city_to_war_conquer_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "MinVeteran", 1, "Local", TRUE, FALSE - "CityTile", "Center", "Tile", TRUE, FALSE - "DiplRel", "War", "Local", TRUE, FALSE - "UnitClassFlag", "CanOccupyCity","Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_city_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "6", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinVeteran", 1, "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_paradrop_veteran_city_to_unclaimed_base_despite_treuga_dei] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present", "survives" - "UnitFlag", "Paratroopers", "Local", TRUE, FALSE - "MinMoveFrags", "6", "Local", TRUE, FALSE - "UnitState", "Transporting", "Local", FALSE, FALSE - "MinVeteran", 1, "Local", TRUE, FALSE - "CityTile", "Center", "Tile", TRUE, FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Castle", "Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_light_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "LightWeight", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_airlift_medium_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "MediumWeight", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Tech", "Advanced Flight", "Player", TRUE - "Building", "Airport", "City", TRUE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Airport", "City" - } - -[actionenabler_airlift_heavy_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "HeavyWeight", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Tech", "Fusion Power", "Player", TRUE - "Building", "Airport", "City", TRUE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Airport", "City" - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "Tech", "Fusion Power", "Player" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Deep Ocean", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_mining_ocean] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Miniaturization", "Player" - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Deep Ocean", "Tile", TRUE - } - -[actionenabler_claim_extra_foreign_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitFlag", "NonMil", "Local", FALSE - "UnitState", "OnNativeTile", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_claim_extra_foreign_from_native_tile_despite_treuga_dei] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present", "survives" - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "DiplRel", "Peace", "Local", FALSE, FALSE - "DiplRel", "Alliance", "Local", FALSE, FALSE - "DiplRel", "Team", "Local", FALSE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitState", "OnNativeTile", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_claim_extra_foreign_from_native_city] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitFlag", "NonMil", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_claim_extra_foreign_from_native_city_despite_treuga_dei] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present", "survives" - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "DiplRel", "Peace", "Local", FALSE, FALSE - "DiplRel", "Alliance", "Local", FALSE, FALSE - "DiplRel", "Team", "Local", FALSE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "CityTile", "Center", "Tile", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_claim_extra_foreign_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitFlag", "NonMil", "Local", FALSE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Building", "Treuga Dei", "World", FALSE - } - -[actionenabler_claim_extra_foreign_from_non_native_despite_treuga_dei] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present", "survives" - "MinMoveFrags", "1", "Local", TRUE, FALSE - "DiplRel", "Foreign", "Local", TRUE, FALSE - "DiplRel", "Peace", "Local", FALSE, FALSE - "DiplRel", "Alliance", "Local", FALSE, FALSE - "DiplRel", "Team", "Local", FALSE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitState", "OnNativeTile", "Local", FALSE, FALSE - "CityTile", "Center", "Tile", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } - -[actionenabler_claim_extra_unowned_from_native_tile] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitState", "OnNativeTile", "Local", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_tile_despite_treuga_dei] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present", "survives" - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitState", "OnNativeTile", "Local", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_city] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_native_city_despite_treuga_dei] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present", "survives" - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "CityTile", "Center", "Tile", TRUE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_non_native] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Building", "Treuga Dei", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -[actionenabler_claim_extra_unowned_from_non_native_despite_treuga_dei] -action = "Conquer Extras 2" -actor_reqs = - { "type", "name", "range", "present", "survives" - "MinMoveFrags", "1", "Local", TRUE, FALSE - "UnitFlag", "NonMil", "Local", FALSE, FALSE - "UnitState", "OnNativeTile", "Local", FALSE, FALSE - "CityTile", "Center", "Tile", FALSE, FALSE - "Tech", "Communism", "World", TRUE, TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - -; Prevent building farmland on bare deserts. It does not yield any bonus -; over irrigation, and prevents any Super Highways trade bonus, so it -; would be a waste of time. -; (Note that it is still possible to end up with farmland on such terrain -; through climate change.) -; Deserts with food bonuses _are_ allowed farmland (hence exceptions). - -; "Sea" nreq is for Transports, which are only supposed to clean pollution - -[actionenabler_irrigate_src_tech_basic_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "Tech", "Electricity", "Player", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Extra", "Irrigation", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_ocean_basic_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "CAdjacent", TRUE - "Extra", "Irrigation", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_extra_basic_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE - "Extra", "Irrigation", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_tech_not_in_desert] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "Tech", "Electricity", "Player", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Desert", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_ocean_not_in_desert] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_extra_not_in_desert] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", FALSE - "TerrainAlter", "CanIrrigate", "Tile", TRUE - } - -[actionenabler_irrigate_src_tech_desert_but_allowed] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "Tech", "Electricity", "Player", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Terrain", "Desert", "Tile", TRUE - "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE - } - -[actionenabler_irrigate_src_ocean_desert_but_allowed] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "TerrainClass", "Oceanic", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", TRUE - "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE - } - -[actionenabler_irrigate_src_extra_desert_but_allowed] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "ExtraFlag", "IrrigationSource", "CAdjacent", TRUE - "Terrain", "Desert", "Tile", TRUE - "ExtraFlag", "AllowsFarmlandOnDesert", "Tile", TRUE - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_board_transport_switch] -action = "Transport Board 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_load] -action = "Transport Load" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_load_transport_switch] -action = "Transport Load 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - } - -[actionenabler_disembark_from_native_tile] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - } - -[actionenabler_disembark_from_native_city] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_disembark_from_non_native] -action = "Transport Disembark 2" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_embark_transport_switch] -action = "Transport Embark 4" -actor_reqs = - { "type", "name", "range", "present" - "UnitState", "Transported", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_tile] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_native_city] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_enter_from_non_native] -action = "Enter Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_frighten_from_native_tile] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitState", "OnNativeTile", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_frighten_from_native_city] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "CityTile", "Center", "Tile" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_hut_frighten_from_non_native] -action = "Frighten Hut 2" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "UnitClassFlag", "HutFrighten", "Local", TRUE - } - [borders] ; Base border radius from city. radius_sq_city = 5 diff --git a/data/stub/actions.ruleset b/data/stub/actions.ruleset index a47d4c8f3c..929d03ce2c 100644 --- a/data/stub/actions.ruleset +++ b/data/stub/actions.ruleset @@ -1,8 +1,206 @@ +; This is Stub actions ruleset -; This is minimal buildings ruleset. Replace with your module name in -; description. +; Modifying this file +; You should not modify this file except to make bugfixes or +; for other "maintenance". If you want to make custom changes, +; you should create a new datadir subdirectory and copy this file +; into that directory, and then modify that copy. Then use the +; command "rulesetdir " in the server to have freeciv +; use your new customized file. +; Note that the freeciv AI may not cope well with anything more +; than minor changes. [datafile] -description = " actions data for Freeciv" +description = "Stub actions data for Freeciv" options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +;attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" + +;if_attacker = +; { "type", "name", "range", "present" +; } + +[actions] +; Forbid regular unit move if one of the actions below is legal. +;move_blocked_by = "Conquer Extras" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +;bribe_unit_post_success_forced_actions = "Transport Embark", "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +;attack_post_success_forced_actions = "Conquer City", "Conquer City 2", +; "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +; escape_city = "Enter Hut", "Frighten Hut", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +;poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +;steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; ui_name_xxx = _("%s%s") + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +; one enabled action +; [actionenabler_embassy] +; action = "Establish Embassy" + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions +; Example: set up "User Action 1" +;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +;user_action_1_target_kind = "Unit" +;user_action_1_min_range = 1 +;user_action_1_max_range = 3 +;user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +;diplchance_initial_odds = "Sabotage City", "Sabotage City Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. +;quiet_actions = "Targeted Sabotage City", "Targeted Steal Tech", "Unit Move" + diff --git a/data/stub/game.ruleset b/data/stub/game.ruleset index 1cdf9edff0..eac072f7d5 100644 --- a/data/stub/game.ruleset +++ b/data/stub/game.ruleset @@ -273,195 +273,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -;attack_actions = "Capture Units", "Bombard", "Attack", "Suicide Attack" - -;if_attacker = -; { "type", "name", "range", "present" -; } - -[actions] -; Forbid regular unit move if one of the actions below is legal. -;move_blocked_by = "Conquer Extras" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -;bribe_unit_post_success_forced_actions = "Transport Embark", "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -;attack_post_success_forced_actions = "Conquer City", "Conquer City 2", -; "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -; escape_city = "Enter Hut", "Frighten Hut", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -;poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -;steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; ui_name_xxx = _("%s%s") - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -; one enabled action -; [actionenabler_embassy] -; action = "Establish Embassy" - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions -; Example: set up "User Action 1" -;ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -;user_action_1_target_kind = "Unit" -;user_action_1_min_range = 1 -;user_action_1_max_range = 3 -;user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -;diplchance_initial_odds = "Sabotage City", "Sabotage City Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. -;quiet_actions = "Targeted Sabotage City", "Targeted Steal Tech", "Unit Move" - [borders] ; Base border radius from city. radius_sq_city = 0 diff --git a/data/webperimental/actions.ruleset b/data/webperimental/actions.ruleset index b5651af479..87cb88c259 100644 --- a/data/webperimental/actions.ruleset +++ b/data/webperimental/actions.ruleset @@ -1,16 +1,1564 @@ +; This is Webperimental actions ruleset -; Modifying this file: +; Modifying this file ; You should not modify this file except to make bugfixes or -; for other "maintenance". If you want to make custom changes, +; for other "maintenance". If you want to make custom changes, ; you should create a new datadir subdirectory and copy this file -; into that directory, and then modify that copy. Then use the +; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. ; Note that the freeciv AI may not cope well with anything more ; than minor changes. - [datafile] -description = "Experimental web-client actions data for Freeciv" -options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02 web-compatible" +description = "Webperimental actions data for Freeciv" +options = "+Freeciv-ruleset-3.2-Devel-2022.Feb.02" format_version = 30 + +[auto_attack] +; An auto attack may be triggered when another unit moves to an adjacent +; tile and the autoattack server setting is enabled. The following details +; are ruleset controlled. +; attack_actions - the actions to try during an auto attack in the order +; they should be tried. +; if_attacker - this requirement vector must be true before a unit even +; considers to auto attack. + +attack_actions = "Bombard", "Attack", "Suicide Attack" + +if_attacker = + { "type", "name", "range", "present" + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + ; Not a good idea to nuke our own area. + "UnitFlag", "Nuclear", "Local", FALSE + } + +[actions] +; Forbid "Enter Marketplace" if any one of the listed actions are legal. +enter_marketplace_blocked_by = "Establish Trade Route" + +; Forbid "Attack" if any one of the listed actions are legal. +attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Suicide Attack" if any one of the listed actions are legal. +suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" + +; Forbid "Conquer City" if any one of the listed actions are legal. +conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", + "Attack", "Suicide Attack" + +; Forbid regular unit move if one of the actions below is legal. +move_blocked_by = "Transport Disembark", "Conquer Extras", "Enter Hut", + "Frighten Hut" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Bribe Unit". +bribe_unit_post_success_forced_actions = "Transport Embark", + "Transport Disembark", + "Conquer Extras", + "Enter Hut", "Frighten Hut", + "Unit Move" + +; Actor units will - under certain circumstances - be forced to try +; performing the following actions in the specified order after successfully +; performing "Attack". +attack_post_success_forced_actions = "Conquer City", "Transport Disembark", + "Conquer Extras", + "Enter Hut","Frighten Hut", + "Unit Move" + +; The city that made the unit`s current tile native is gone. This is a Hail +; Mary attempt at survival by performing an action. Evaluated against an +; adjacent tile. Currently only able to target native tiles. +escape_city = "Transport Embark", "Enter Hut", "Frighten Hut", "Unit Move" + +; The unit`s stack has been defeated and is scheduled for execution but the +; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. +;unit_stack_death = "Transport Embark", "Conquer Extras", +; "Enter Hut", "Frighten Hut", "Unit Move" + +; If poison_empties_food_stock is set to TRUE a successful "Poison City" +; or "Poison City Escape" will empty the food stock. +poison_empties_food_stock = FALSE + +; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" +; or "Steal Maps Escape" will transfer the map for all tiles containing a +; city. +steal_maps_reveals_all_cities = TRUE + +; The maximum distance from the actor unit to the target of the "Bombard" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_max_range = 3 + +; The maximum distance from the actor unit to the target of the "Bombard 2" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_2_max_range = 1 + +; The maximum distance from the actor unit to the target of the "Bombard 3" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +bombard_3_max_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Bombard Lethal" action. The value 1 means that the targets must be on a +; tile adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +bombard_lethal_max_range = 1 + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +explode_nuclear_min_range = 0 + +; The maximum distance from the actor unit to the target of the +; "Explode Nuclear" action. The value 0 means that the target tile must be +; the tile of the actor unit. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +explode_nuclear_max_range = 0 + +; Will performing this action always consume the actor unit? +explode_nuclear_consuming_always = TRUE + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_city_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke City" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_city_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_city_consuming_always = TRUE + +; The kind of target the "Nuke City" action has. The target requirements of +; its enablers are evaluated against the target. The target owner is the one +; that gets a Casus Belli if the ruleset has a Casus Belli for this action. +; Supported values are "City" and "Tile". +nuke_city_target_kind = "City" + +; The minimal distance from the actor unit to the target. The value 0 means +; that the target must be at the tile of the actor unit. The value 1 means +; that the tile must be a tile adjacent to the actor unit. +nuke_units_min_range = 1 + +; The maximum distance from the actor unit to the target of the +; "Nuke Units" action. The value 1 means that the tile must be a tile +; adjacent to the actor unit. The special value "unlimited" lifts the +; maximum distance restriction. The maximum distance can`t be smaller than +; the minimum distance. +nuke_units_max_range = 1 + +; Will performing this action always consume the actor unit? +nuke_units_consuming_always = TRUE + +; The maximum distance from the actor unit to the target of the "Airlift Unit" +; action. The value 1 means that the targets must be on a tile adjacent to +; the actor unit. The special value "unlimited" lifts the maximum distance +; restriction. The maximum distance can`t be smaller than the minimum +; distance. +airlift_max_range = "unlimited" + +; Will performing this action always consume the actor unit? +found_city_consuming_always = TRUE + +; What each action should be called when showing them to the player. +; The first %s should be before the mnemonic of the action. A Freeciv client +; that supports mnemonics will replace it with the in-band signal that marks +; the following character as a mnemonic in its graphical toolkit. +; The second %s marks where extra details should be inserted. + +; /* TRANS: _Poison City (3% chance of success). */ +ui_name_poison_city_escape = _("%sPoison City%s") + +; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ +ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") + +; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ +ui_name_bribe_unit = _("%sBribe Enemy Unit%s") + +; /* TRANS: _Use Court Physician (3% chance of success). */ +ui_name_heal_unit = _("%sUse Court Physician%s") + +; /* TRANS: _Use Royal Sapper (3% chance of success). */ +ui_name_surgical_strike_building = _("%sUse Royal Sapper%s") + +; /* TRANS: _Deploy (3% chance of success). */ +ui_name_convert_unit = _("%sDeploy%s") + +; /* TRANS: _Sabotage City (3% chance of success). */ +ui_name_sabotage_city = _("%sSabotage City%s") + +; /* TRANS: _Sabotage City Escape (3% chance of success). */ +ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") + +; /* TRANS: Industrial _Sabotage (3% chance of success). */ +ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") + +; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ +ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") + +; /* TRANS: Incite a _Revolt (3% chance of success). */ +ui_name_incite_city = _("Incite a %sRevolt%s") + +; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ +ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") + +; /* TRANS: Establish _Embassy (100% chance of success). */ +ui_name_establish_embassy = _("Establish %sEmbassy%s") + +; /* TRANS: Becom_e Ambassador (100% chance of success). */ +ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") + +; /* TRANS: Steal _Technology (3% chance of success). */ +ui_name_steal_tech = _("Steal %sTechnology%s") + +; /* TRANS: Steal _Technology and Escape (3% chance of success). */ +ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") + +; /* TRANS: Indus_trial Espionage (3% chance of success). */ +ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") + +; /* TRANS: _Investigate City (100% chance of success). */ +ui_name_investigate_city = _("%sInvestigate City%s") + +; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ +ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") + +; /* TRANS: Steal _Gold (100% chance of success). */ +ui_name_steal_gold = _("Steal %sGold%s") + +; /* TRANS: Steal _Gold and Escape (100% chance of success). */ +ui_name_steal_gold_escape = _("Steal %sGold and Escape%s") + +; /* TRANS: Establish Trade _Route (100% chance of success). */ +ui_name_establish_trade_route = _("Establish Trade %sRoute%s") + +; /* TRANS: Sell _Goods (100% chance of success). */ +ui_name_enter_marketplace = _("Sell %sGoods%s") + +; /* TRANS: Help _build Wonder (100% chance of success). */ +ui_name_help_wonder = _("Help %sbuild Wonder%s") + +; /* TRANS: Dis_band recovering production (100% chance of success). */ +ui_name_disband_unit_recover = _("Dis%sband recovering production%s") + +; /* TRANS: Dis_band without recovering production (100% chance of success). */ +ui_name_disband_unit = _("Dis%sband without recovering production%s") + +; /* TRANS: _Build City (100% chance of success). */ +ui_name_found_city = _("%sBuild City%s") + +; /* TRANS: _Add to City (100% chance of success). */ +ui_name_join_city = _("%sAdd to City%s") + +; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ +ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") + +; /* TRANS: _Nuke City (100% chance of success). */ +ui_name_nuke_city = _("%sNuke City%s") + +; /* TRANS: _Nuke Units (100% chance of success). */ +ui_name_nuke_units = _("%sNuke Units%s") + +; /* TRANS: Set _Home City (100% chance of success). */ +ui_name_home_city = _("Set %sHome City%s") + +; /* TRANS: _Upgrade Unit (100% chance of success). */ +ui_name_upgrade_unit = _("%sUpgrade Unit%s") + +; /* TRANS: Drop _Paratrooper (100% chance of success). */ +ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") + +; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ +ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") + +; /* TRANS: _Airlift to City (100% chance of success). */ +ui_name_airlift_unit = _("%sAirlift to City%s") + +; /* TRANS: _Attack (100% chance of success). */ +ui_name_attack = _("%sAttack%s") + +; /* TRANS: _Explode Missile (100% chance of success). */ +ui_name_suicide_attack = _("%sExplode Missile%s") + +; /* TRANS: _Conquer City (100% chance of success). */ +ui_name_conquer_city = _("%sConquer City%s") + +; /* TRANS: _Conquer Fortress (100% chance of success). */ +ui_name_conquer_extras = _("%sConquer Fortress%s") + +; /* TRANS: _Transform Terrain (3% chance of success). */ +ui_name_transform_terrain = _("%sTransform Terrain%s") + +; /* TRANS: Transform by _Cultivating (3% chance of success). */ +ui_name_cultivate = _("Transform by %sCultivating%s") + +; /* TRANS: Transform by _Planting (3% chance of success). */ +ui_name_plant = _("Transform by %sPlanting%s") + +; /* TRANS: Pilla_ge (100% chance of success). */ +ui_name_pillage = _("Pilla%sge%s") + +; /* TRANS: Clean _Pollution (100% chance of success). */ +ui_name_clean_pollution = _("Clean %sPollution%s") + +; /* TRANS: Clean _Fallout (100% chance of success). */ +ui_name_clean_fallout = _("Clean %sFallout%s") + +; /* TRANS: _Fortify (100% chance of success). */ +ui_name_fortify = _("%sFortify%s") + +; /* TRANS: Build _Road (100% chance of success). */ +ui_name_road = _("Build %sRoad%s") + +; /* TRANS: _Build Base (100% chance of success). */ +ui_name_build_base = _("%sBuild Base%s") + +; /* TRANS: Build _Mine (100% chance of success). */ +ui_name_build_mine = _("Build %sMine%s") + +; /* TRANS: Build _Irrigation (100% chance of success). */ +ui_name_irrigate = _("Build %sIrrigation%s") + +; /* TRANS: _Deboard (100% chance of success). */ +ui_name_transport_alight = _("%sDeboard%s") + +; /* TRANS: _Board (100% chance of success). */ +ui_name_transport_board = _("%sBoard%s") + +; /* TRANS: _Unload (100% chance of success). */ +ui_name_transport_unload = _("%sUnload%s") + +; /* TRANS: _Disembark (100% chance of success). */ +ui_name_transport_disembark = _("%sDisembark%s") + +; /* TRANS: _Embark (100% chance of success). */ +ui_name_transport_embark = _("%sEmbark%s") + +; /* TRANS: Enter _Hut (100% chance of success). */ +ui_name_enter_hut = _("Enter %sHut%s") + +; /* TRANS: Frighten _Hut (100% chance of success). */ +ui_name_frighten_hut = _("Frighten %sHut%s") + +; /* TRANS: Regular _Move (100% chance of success). */ +ui_name_unit_move = _("%sKeep moving%s") + +; Blank ruleset defined user actions. +; See the section "Ruleset defined actions" in doc/README.actions + +; /* TRANS: _Disrupt Supply Lines (100% chance of success). */ +ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") +user_action_1_target_kind = "Unit" +user_action_1_min_range = 1 +user_action_1_max_range = 3 +user_action_1_actor_consuming_always = FALSE + +; Some actions have a action dice roll before the action starts where it can +; fail. The initial probability of success is 100% unless the action appears +; in the following list. Then the initial probability comes from the setting +; diplchance. The initial probability of success is modified by the +; Action_Odds_Pct effect before the roll happens. +diplchance_initial_odds = "Steal Gold", "Steal Gold Escape", + "Sabotage City", "Sabotage City Escape", + "Targeted Sabotage City Escape", + "Sabotage City Production Escape", + "Steal Tech", "Steal Tech Escape Expected", + "Targeted Steal Tech Escape Expected", + "Incite City", "Incite City Escape", + "Steal Maps Escape", + "Suitcase Nuke", "Suitcase Nuke Escape" + +; Suppress automatic help text generation about what enables and/or +; disables the following actions. +; +; Can make the help text less redundant when you document it your self. +quiet_actions = "Heal Unit", "Unit Move" + +; /* <-- avoid gettext warnings +; +; Action enablers: +; +; action = the action to enable. +; actor_reqs = requirements that apply to the actor. +; target_reqs = requirements that apply to the target. +; +; README.actions lists the possible actions and their hard coded +; requirements. +; +; An action enabler is active when its actor_reqs AND its target_reqs are +; satisfied. +; +; */ <-- avoid gettext warnings + +[actionenabler_disrupt_supply_normal] +action = "User Action 1" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "SupplyLines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + "UnitClass", "Trireme", "Local", FALSE + "UnitClass", "Air", "Local", FALSE + "UnitClass", "Helicopter", "Local", FALSE + "UnitClass", "Missile", "Local", FALSE + } + +[actionenabler_disrupt_supply_marines] +action = "User Action 1" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "SupplyLines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitClass", "Sea", "Local", FALSE + "UnitClass", "Trireme", "Local", FALSE + "UnitClass", "Air", "Local", FALSE + "UnitClass", "Helicopter", "Local", FALSE + "UnitClass", "Missile", "Local", FALSE + } + +[actionenabler_sabotage_city] +action = "Sabotage City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_sabotage_city_spy] +action = "Sabotage City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_sabotage_city_target] +action = "Targeted Sabotage City Escape" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_sabotage_city_production] +action = "Sabotage City Production Escape" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_establish_embassy_spy] +action = "Establish Embassy" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_explorer_establish_embassy] +action = "Establish Embassy Stay" +actor_reqs = + { "type", "name", "range", "present" + "UnitType", "Explorer", "Local", TRUE + "Tech", "Writing", "Player", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Has real embassy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_investigate_city] +action = "Investigate City Spend Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } + +[actionenabler_investigate_city_spy] +action = "Investigate City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_poison_city] +action = "Poison City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "MinSize", "2", "City" + } + +[actionenabler_steal_tech_random] +action = "Steal Tech" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", FALSE + "UnitFlag", "Diplomat", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_random_esc] +action = "Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_steal_tech_target] +action = "Targeted Steal Tech Escape Expected" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_incite_city] +action = "Incite City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_incite_city_spy] +action = "Incite City Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "Gov", "Democracy", "Player", FALSE + "Building", "Palace", "City", FALSE + } + +[actionenabler_bribe_unit] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + "ServerSetting", "killstack", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + } + +[actionenabler_bribe_unit_killstack_enabled] +action = "Bribe Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Unbribable", "Local", FALSE + "CityTile", "Center", "Tile", FALSE + "Gov", "Democracy", "Player", FALSE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_sabotage_unit] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "ServerSetting", "killstack", "World", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + } + +[actionenabler_sabotage_unit_killstack_enabled] +action = "Sabotage Unit Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + "MinHitPoints", "2", "Local", TRUE + "MaxUnitsOnTile", "1", "Tile", TRUE + } + +[actionenabler_steal_gold_capital] +action = "Steal Gold" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Diplomat", "Local", TRUE + "UnitFlag", "Spy", "Local", FALSE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Tech", "Banking", "Player", TRUE + "DiplRel", "Foreign", "Local", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Palace", "City" + } + +[actionenabler_steal_gold_capital_spy] +action = "Steal Gold Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "Tech", "Banking", "Player" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range" + "Building", "Palace", "City" + } + +[actionenabler_steal_gold_spy] +action = "Steal Gold Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "Tech", "Banking", "Player" + "DiplRel", "Foreign", "Local" + } + +[actionenabler_steal_maps] +action = "Steal Maps Escape" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Spy", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "Foreign", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "NationGroup", "Barbarian", "Player", FALSE + } + +[actionenabler_suitcase_nuke] +action = "Suitcase Nuke" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinVeteran", "2", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Manhattan Project", "Player", TRUE + } + +[actionenabler_suitcase_nuke_escape] +action = "Suitcase Nuke Escape" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Spy", "Local", TRUE + "MinVeteran", "2", "Local", TRUE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "Building", "Manhattan Project", "Player", TRUE + } + +[actionenabler_traderoute] +action = "Establish Trade Route" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_marketplace] +action = "Enter Marketplace" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "TradeRoute", "Local", TRUE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_help_build_wonder] +action = "Help Wonder" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HelpWonder", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } +target_reqs = + { "type", "name", "range" + "BuildingGenus", "GreatWonder", "Local" + } + +[actionenabler_disband_unit_recover] +action = "Disband Unit Recover" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + } + +[actionenabler_disband_unit] +action = "Disband Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "EvacuateFirst", "Local", FALSE + } + +[actionenabler_build_city_pioneer] +action = "Found City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Cities", "Local" + "UnitState", "OnLivableTile", "Local" + "MinMoveFrags", "1", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "TerrainFlag","NoCities","Tile",FALSE + } + +[actionenabler_build_city_occupied] +action = "Found City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Cities", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "Team", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + "TerrainFlag", "NoCities", "Tile", FALSE + } + +[actionenabler_join_city] +action = "Join City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "AddToCity", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } + +[actionenabler_royal_sapper] +action = "Surgical Strike Building" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "GameLoss", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_heal] +action = "Heal Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "GameLoss", "Local", TRUE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "LightWeight", "Local", TRUE + } + +[actionenabler_convert_to_leader_yatch] +action = "Convert Unit" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "GameLoss", "Local" + "CityTile", "Center", "Tile" + "Tech", "Map Making", "Player" + } + +; It is always legal to convert back again. +[actionenabler_convert_from_leader_yatch] +action = "Convert Unit" +actor_reqs = + { "type", "name", "range" + "UnitType", "Leader Yacht", "Local" + "CityTile", "Center", "Tile" + } + +[actionenabler_border_police] +action = "Expel Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "BorderPolice", "Local", TRUE + "DiplRelTile", "Foreign", "Local", FALSE + "DiplRel", "Foreign", "Local", TRUE + "DiplRel", "Team", "Local", FALSE + "DiplRel", "Alliance", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Expellable", "Local", TRUE + "DiplRelTileOther", "Foreign", "Local", FALSE + } + +; The GameLoss unit requirement makes sending units on a suicide mission to +; capture and destroy cities deep inside enemy terrain national suicide. +; The risk of moving a GameLoss unit to the target city increases the cost +; of the action. Rationalization for the requirement: the physical presence +; of the Leader makes it easier to comply with the order to destroy the +; city. (See the "orders by phone" Milgram experiment variation) +; +; The domestic city requirement forces the player to invade a city before +; they can destroy it. If this limit is weakened by allowing the +; destruction of undefended (MaxUnitsOnTile) foreign cities during war it +; will lead to situations where a player can destroy a city but is unable +; to occupy it. +; Rationalization: the resistance must be crushed before the destruction. +; +; TODO: create an international incident (set the Casus_Belli_Success +; effect value to 1000) if "Destroy City" still is overpowered. +[actionenabler_scorched_earth] +action = "Destroy City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "GameLoss", "Local", TRUE + "DiplRel", "Foreign", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } + +[actionenabler_nuke] +action = "Explode Nuclear" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Nuclear", "Local", TRUE + } + +[actionenabler_nuke_city] +action = "Nuke City" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } + +[actionenabler_nuke_units] +action ="Nuke Units" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Nuclear", "Local" + "MinMoveFrags", "1", "Local" + "DiplRel", "War", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_bombard_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "DiplRelTileOther", "War", "Local", TRUE + } + +[actionenabler_bombard_no_city] +action = "Bombard" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Bombarder", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Center", "Tile", FALSE + } + +[actionenabler_attack_from_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnNativeTile", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_marines] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_attack_att_from_non_native] +action = "Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "AttFromNonNative", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_explode_missile] +action = "Suicide Attack" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "Missile", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + } + +[actionenabler_conquer_city_native] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "OnLivableTile", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_conquer_city_marines] +action = "Conquer City" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "DiplRel", "War", "Local", TRUE + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "Marines", "Local", TRUE + } +target_reqs = + { "type", "name", "range", "present" + "MaxUnitsOnTile", "0", "Tile", TRUE + } + +[actionenabler_change_home_city] +action = "Home City" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "NoHome", "Local", FALSE + "UnitState", "HasHomeCity", "Local", TRUE + } + +[actionenabler_paradrop_base_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_base_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_base_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Extra", "Airbase", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_paradrop_city_to_claimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed] +action = "Paradrop Unit Enter" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "Extra", "Fortress","Tile", FALSE + } + +[actionenabler_paradrop_city_to_war_conquer] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "DiplRel", "War", "Local", TRUE + "UnitClassFlag", "CanOccupyCity", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", TRUE + } + +[actionenabler_paradrop_city_to_unclaimed_base] +action = "Paradrop Unit Enter Conquer" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Paratroopers", "Local", TRUE + "MinMoveFrags", "3", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Claimed", "Tile", FALSE + "CityTile", "Center", "Tile", FALSE + "Extra", "Fortress","Tile", TRUE + } + +[actionenabler_upgrade_unit] +action = "Upgrade Unit" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Foreign", "Local", FALSE + } + +[actionenabler_airlift_light_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "LightWeight", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } + +[actionenabler_airlift_medium_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "MediumWeight", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Tech", "Advanced Flight", "Player", TRUE + "Building", "Airport", "City", TRUE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Airport", "City" + } + +[actionenabler_airlift_heavy_unit] +action = "Airlift Unit" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "HeavyWeight", "Local", TRUE + "UnitState", "Transporting", "Local", FALSE + "Tech", "Fusion Power", "Player", TRUE + "Building", "Airport", "City", TRUE + "MinMoveFrags", "1", "Local", TRUE + "CityTile", "Center", "Tile", TRUE + } +target_reqs = + { "type", "name", "range" + "Building", "Airport", "City" + } + +[actionenabler_transform_terrain] +action = "Transform Terrain" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Transform", "Local" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_cultivate] +action = "Cultivate" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_plant] +action = "Plant" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_pillage] +action = "Pillage" +actor_reqs = + { "type", "name", "range" + "UnitClassFlag", "CanPillage", "Local" + } + +[actionenabler_clean_pollution] +action = "Clean Pollution" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_clean_fallout] +action = "Clean Fallout" +actor_reqs = + { "type", "name", "range", "present" + "UnitFlag", "Settlers", "Local", TRUE + } + +[actionenabler_fortify_terrain] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "TerrainFlag", "NoFortify", "Tile", FALSE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_fortify_city] +action = "Fortify" +actor_reqs = + { "type", "name", "range", "present" + "UnitClassFlag", "CanFortify", "Local", TRUE + "UnitFlag", "Cant_Fortify", "Local", FALSE + "CityTile", "Center", "Tile", TRUE + "Activity", "Fortified", "Local", FALSE + } + +[actionenabler_road] +action = "Build Road" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_base] +action = "Build Base" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } + +[actionenabler_mining] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range", "present" + "TerrainFlag", "Oil", "Tile", FALSE + "TerrainAlter", "CanMine", "Tile", TRUE + } + +[actionenabler_desert_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Construction", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Desert", "Tile" + } + +[actionenabler_glacier_oil] +action = "Build Mine" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + "Tech", "Refining", "Player" + } +target_reqs = + { "type", "name", "range" + "Terrain", "Glacier", "Tile" + } + +[actionenabler_irrigate_src_ocean] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "TerrainClass", "Oceanic", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_river] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "River", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_irrigate_src_irrigation] +action = "Build Irrigation" +actor_reqs = + { "type", "name", "range" + "UnitFlag", "Settlers", "Local" + } +target_reqs = + { "type", "name", "range" + "Extra", "Irrigation", "CAdjacent" + "TerrainAlter", "CanIrrigate", "Tile" + } + +[actionenabler_alight] +action = "Transport Alight" +actor_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } + +[actionenabler_board] +action = "Transport Board" +actor_reqs = + { "type", "name", "range", "present" + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_unload] +action = "Transport Unload" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transporting", "Local" + } +target_reqs = + { "type", "name", "range" + "UnitState", "OnLivableTile", "Local" + "UnitState", "Transported", "Local" + } + +[actionenabler_disembark] +action = "Transport Disembark" +actor_reqs = + { "type", "name", "range" + "UnitState", "Transported", "Local" + "MinMoveFrags", "1", "Local" + } + +[actionenabler_embark] +action = "Transport Embark" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "Armistice", "Local", FALSE + "DiplRel", "War", "Local", FALSE + "DiplRel", "Cease-fire", "Local", FALSE + "DiplRel", "Peace", "Local", FALSE + "DiplRel", "Never met", "Local", FALSE + } + +[actionenabler_regular_move] +action = "Unit Move" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitState", "Transported", "Local", FALSE + } + +[actionenabler_hut_enter] +action = "Enter Hut" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitClassFlag", "HutFrighten", "Local", FALSE + } + +[actionenabler_hut_frighten] +action = "Frighten Hut" +actor_reqs = + { "type", "name", "range" + "MinMoveFrags", "1", "Local" + "UnitClassFlag", "HutFrighten", "Local" + } + +[actionenabler_claim_extra_war] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "DiplRel", "War", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + } + +[actionenabler_claim_extra_unowned] +action = "Conquer Extras" +actor_reqs = + { "type", "name", "range", "present" + "MinMoveFrags", "1", "Local", TRUE + "UnitFlag", "NonMil", "Local", FALSE + } +target_reqs = + { "type", "name", "range", "present" + "CityTile", "Extras Owned", "Tile", FALSE + } + diff --git a/data/webperimental/game.ruleset b/data/webperimental/game.ruleset index 4f794c36a8..8930deb65b 100644 --- a/data/webperimental/game.ruleset +++ b/data/webperimental/game.ruleset @@ -290,1553 +290,6 @@ nuke_pop_loss_pct = 49 ; 0 no defenders will survive. When set to 100 all defenders will survive. nuke_defender_survival_chance_pct = 0 -[auto_attack] -; An auto attack may be triggered when another unit moves to an adjacent -; tile and the autoattack server setting is enabled. The following details -; are ruleset controlled. -; attack_actions - the actions to try during an auto attack in the order -; they should be tried. -; if_attacker - this requirement vector must be true before a unit even -; considers to auto attack. - -attack_actions = "Bombard", "Attack", "Suicide Attack" - -if_attacker = - { "type", "name", "range", "present" - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - ; Not a good idea to nuke our own area. - "UnitFlag", "Nuclear", "Local", FALSE - } - -[actions] -; Forbid "Enter Marketplace" if any one of the listed actions are legal. -enter_marketplace_blocked_by = "Establish Trade Route" - -; Forbid "Attack" if any one of the listed actions are legal. -attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Suicide Attack" if any one of the listed actions are legal. -suicide_attack_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units" - -; Forbid "Conquer City" if any one of the listed actions are legal. -conquer_city_blocked_by = "Explode Nuclear", "Nuke City", "Nuke Units", - "Attack", "Suicide Attack" - -; Forbid regular unit move if one of the actions below is legal. -move_blocked_by = "Transport Disembark", "Conquer Extras", "Enter Hut", - "Frighten Hut" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Bribe Unit". -bribe_unit_post_success_forced_actions = "Transport Embark", - "Transport Disembark", - "Conquer Extras", - "Enter Hut", "Frighten Hut", - "Unit Move" - -; Actor units will - under certain circumstances - be forced to try -; performing the following actions in the specified order after successfully -; performing "Attack". -attack_post_success_forced_actions = "Conquer City", "Transport Disembark", - "Conquer Extras", - "Enter Hut","Frighten Hut", - "Unit Move" - -; The city that made the unit`s current tile native is gone. This is a Hail -; Mary attempt at survival by performing an action. Evaluated against an -; adjacent tile. Currently only able to target native tiles. -escape_city = "Transport Embark", "Enter Hut", "Frighten Hut", "Unit Move" - -; The unit`s stack has been defeated and is scheduled for execution but the -; unit has the CanEscape unit type flag. Evaluated against an adjacent tile. -;unit_stack_death = "Transport Embark", "Conquer Extras", -; "Enter Hut", "Frighten Hut", "Unit Move" - -; If poison_empties_food_stock is set to TRUE a successful "Poison City" -; or "Poison City Escape" will empty the food stock. -poison_empties_food_stock = FALSE - -; If steal_maps_reveals_all_cities is set to TRUE a successful "Steal Maps" -; or "Steal Maps Escape" will transfer the map for all tiles containing a -; city. -steal_maps_reveals_all_cities = TRUE - -; The maximum distance from the actor unit to the target of the "Bombard" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_max_range = 3 - -; The maximum distance from the actor unit to the target of the "Bombard 2" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_2_max_range = 1 - -; The maximum distance from the actor unit to the target of the "Bombard 3" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -bombard_3_max_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Bombard Lethal" action. The value 1 means that the targets must be on a -; tile adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -bombard_lethal_max_range = 1 - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -explode_nuclear_min_range = 0 - -; The maximum distance from the actor unit to the target of the -; "Explode Nuclear" action. The value 0 means that the target tile must be -; the tile of the actor unit. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -explode_nuclear_max_range = 0 - -; Will performing this action always consume the actor unit? -explode_nuclear_consuming_always = TRUE - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke City" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_city_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_city_consuming_always = TRUE - -; The kind of target the "Nuke City" action has. The target requirements of -; its enablers are evaluated against the target. The target owner is the one -; that gets a Casus Belli if the ruleset has a Casus Belli for this action. -; Supported values are "City" and "Tile". -nuke_city_target_kind = "City" - -; The minimal distance from the actor unit to the target. The value 0 means -; that the target must be at the tile of the actor unit. The value 1 means -; that the tile must be a tile adjacent to the actor unit. -nuke_units_min_range = 1 - -; The maximum distance from the actor unit to the target of the -; "Nuke Units" action. The value 1 means that the tile must be a tile -; adjacent to the actor unit. The special value "unlimited" lifts the -; maximum distance restriction. The maximum distance can`t be smaller than -; the minimum distance. -nuke_units_max_range = 1 - -; Will performing this action always consume the actor unit? -nuke_units_consuming_always = TRUE - -; The maximum distance from the actor unit to the target of the "Airlift Unit" -; action. The value 1 means that the targets must be on a tile adjacent to -; the actor unit. The special value "unlimited" lifts the maximum distance -; restriction. The maximum distance can`t be smaller than the minimum -; distance. -airlift_max_range = "unlimited" - -; Will performing this action always consume the actor unit? -found_city_consuming_always = TRUE - -; What each action should be called when showing them to the player. -; The first %s should be before the mnemonic of the action. A Freeciv client -; that supports mnemonics will replace it with the in-band signal that marks -; the following character as a mnemonic in its graphical toolkit. -; The second %s marks where extra details should be inserted. - -; /* TRANS: _Poison City (3% chance of success). */ -ui_name_poison_city_escape = _("%sPoison City%s") - -; /* TRANS: _Sabotage Enemy Unit (3% chance of success). */ -ui_name_sabotage_unit_escape = _("%sSabotage Enemy Unit%s") - -; /* TRANS: _Bribe Enemy Unit (3% chance of success). */ -ui_name_bribe_unit = _("%sBribe Enemy Unit%s") - -; /* TRANS: _Use Court Physician (3% chance of success). */ -ui_name_heal_unit = _("%sUse Court Physician%s") - -; /* TRANS: _Use Royal Sapper (3% chance of success). */ -ui_name_surgical_strike_building = _("%sUse Royal Sapper%s") - -; /* TRANS: _Deploy (3% chance of success). */ -ui_name_convert_unit = _("%sDeploy%s") - -; /* TRANS: _Sabotage City (3% chance of success). */ -ui_name_sabotage_city = _("%sSabotage City%s") - -; /* TRANS: _Sabotage City Escape (3% chance of success). */ -ui_name_sabotage_city_escape = _("%sSabotage City Escape%s") - -; /* TRANS: Industrial _Sabotage (3% chance of success). */ -ui_name_targeted_sabotage_city_escape = _("Industrial %sSabotage%s") - -; /* TRANS: Industrial _Sabotage Production (3% chance of success). */ -ui_name_sabotage_city_production_escape = _("Industrial %sSabotage Production%s") - -; /* TRANS: Incite a _Revolt (3% chance of success). */ -ui_name_incite_city = _("Incite a %sRevolt%s") - -; /* TRANS: Incite a _Revolt and Escape (3% chance of success). */ -ui_name_incite_city_escape = _("Incite a Re%svolt and Escape%s") - -; /* TRANS: Establish _Embassy (100% chance of success). */ -ui_name_establish_embassy = _("Establish %sEmbassy%s") - -; /* TRANS: Becom_e Ambassador (100% chance of success). */ -ui_name_establish_embassy_stay = _("Becom%se Ambassador%s") - -; /* TRANS: Steal _Technology (3% chance of success). */ -ui_name_steal_tech = _("Steal %sTechnology%s") - -; /* TRANS: Steal _Technology and Escape (3% chance of success). */ -ui_name_steal_tech_escape = _("Steal %sTechnology and Escape%s") - -; /* TRANS: Indus_trial Espionage (3% chance of success). */ -ui_name_targeted_steal_tech_escape = _("Indus%strial Espionage%s") - -; /* TRANS: _Investigate City (100% chance of success). */ -ui_name_investigate_city = _("%sInvestigate City%s") - -; /* TRANS: _Investigate City (spends the unit) (100% chance of success). */ -ui_name_investigate_city_spend_unit = _("%sInvestigate City (spends the unit)%s") - -; /* TRANS: Steal _Gold (100% chance of success). */ -ui_name_steal_gold = _("Steal %sGold%s") - -; /* TRANS: Steal _Gold and Escape (100% chance of success). */ -ui_name_steal_gold_escape = _("Steal %sGold and Escape%s") - -; /* TRANS: Establish Trade _Route (100% chance of success). */ -ui_name_establish_trade_route = _("Establish Trade %sRoute%s") - -; /* TRANS: Sell _Goods (100% chance of success). */ -ui_name_enter_marketplace = _("Sell %sGoods%s") - -; /* TRANS: Help _build Wonder (100% chance of success). */ -ui_name_help_wonder = _("Help %sbuild Wonder%s") - -; /* TRANS: Dis_band recovering production (100% chance of success). */ -ui_name_disband_unit_recover = _("Dis%sband recovering production%s") - -; /* TRANS: Dis_band without recovering production (100% chance of success). */ -ui_name_disband_unit = _("Dis%sband without recovering production%s") - -; /* TRANS: _Build City (100% chance of success). */ -ui_name_found_city = _("%sBuild City%s") - -; /* TRANS: _Add to City (100% chance of success). */ -ui_name_join_city = _("%sAdd to City%s") - -; /* TRANS: Explode _Nuclear In Place (100% chance of success). */ -ui_name_explode_nuclear = _("Explode %sNuclear In Place%s") - -; /* TRANS: _Nuke City (100% chance of success). */ -ui_name_nuke_city = _("%sNuke City%s") - -; /* TRANS: _Nuke Units (100% chance of success). */ -ui_name_nuke_units = _("%sNuke Units%s") - -; /* TRANS: Set _Home City (100% chance of success). */ -ui_name_home_city = _("Set %sHome City%s") - -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - -; /* TRANS: Drop _Paratrooper (100% chance of success). */ -ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") - -; /* TRANS: _Paradrop to Contested Landing (100% chance of success). */ -ui_name_paradrop_unit_enter_conquer = _("%sParadrop to Contested Landing%s") - -; /* TRANS: _Airlift to City (100% chance of success). */ -ui_name_airlift_unit = _("%sAirlift to City%s") - -; /* TRANS: _Attack (100% chance of success). */ -ui_name_attack = _("%sAttack%s") - -; /* TRANS: _Explode Missile (100% chance of success). */ -ui_name_suicide_attack = _("%sExplode Missile%s") - -; /* TRANS: _Conquer City (100% chance of success). */ -ui_name_conquer_city = _("%sConquer City%s") - -; /* TRANS: _Conquer Fortress (100% chance of success). */ -ui_name_conquer_extras = _("%sConquer Fortress%s") - -; /* TRANS: _Transform Terrain (3% chance of success). */ -ui_name_transform_terrain = _("%sTransform Terrain%s") - -; /* TRANS: Transform by _Cultivating (3% chance of success). */ -ui_name_cultivate = _("Transform by %sCultivating%s") - -; /* TRANS: Transform by _Planting (3% chance of success). */ -ui_name_plant = _("Transform by %sPlanting%s") - -; /* TRANS: Pilla_ge (100% chance of success). */ -ui_name_pillage = _("Pilla%sge%s") - -; /* TRANS: Clean _Pollution (100% chance of success). */ -ui_name_clean_pollution = _("Clean %sPollution%s") - -; /* TRANS: Clean _Fallout (100% chance of success). */ -ui_name_clean_fallout = _("Clean %sFallout%s") - -; /* TRANS: _Fortify (100% chance of success). */ -ui_name_fortify = _("%sFortify%s") - -; /* TRANS: Build _Road (100% chance of success). */ -ui_name_road = _("Build %sRoad%s") - -; /* TRANS: _Build Base (100% chance of success). */ -ui_name_build_base = _("%sBuild Base%s") - -; /* TRANS: Build _Mine (100% chance of success). */ -ui_name_build_mine = _("Build %sMine%s") - -; /* TRANS: Build _Irrigation (100% chance of success). */ -ui_name_irrigate = _("Build %sIrrigation%s") - -; /* TRANS: _Deboard (100% chance of success). */ -ui_name_transport_alight = _("%sDeboard%s") - -; /* TRANS: _Board (100% chance of success). */ -ui_name_transport_board = _("%sBoard%s") - -; /* TRANS: _Unload (100% chance of success). */ -ui_name_transport_unload = _("%sUnload%s") - -; /* TRANS: _Disembark (100% chance of success). */ -ui_name_transport_disembark = _("%sDisembark%s") - -; /* TRANS: _Embark (100% chance of success). */ -ui_name_transport_embark = _("%sEmbark%s") - -; /* TRANS: Enter _Hut (100% chance of success). */ -ui_name_enter_hut = _("Enter %sHut%s") - -; /* TRANS: Frighten _Hut (100% chance of success). */ -ui_name_frighten_hut = _("Frighten %sHut%s") - -; /* TRANS: Regular _Move (100% chance of success). */ -ui_name_unit_move = _("%sKeep moving%s") - -; Blank ruleset defined user actions. -; See the section "Ruleset defined actions" in doc/README.actions - -; /* TRANS: _Disrupt Supply Lines (100% chance of success). */ -ui_name_user_action_1 = _("%sDisrupt Supply Lines%s") -user_action_1_target_kind = "Unit" -user_action_1_min_range = 1 -user_action_1_max_range = 3 -user_action_1_actor_consuming_always = FALSE - -; Some actions have a action dice roll before the action starts where it can -; fail. The initial probability of success is 100% unless the action appears -; in the following list. Then the initial probability comes from the setting -; diplchance. The initial probability of success is modified by the -; Action_Odds_Pct effect before the roll happens. -diplchance_initial_odds = "Steal Gold", "Steal Gold Escape", - "Sabotage City", "Sabotage City Escape", - "Targeted Sabotage City Escape", - "Sabotage City Production Escape", - "Steal Tech", "Steal Tech Escape Expected", - "Targeted Steal Tech Escape Expected", - "Incite City", "Incite City Escape", - "Steal Maps Escape", - "Suitcase Nuke", "Suitcase Nuke Escape" - -; Suppress automatic help text generation about what enables and/or -; disables the following actions. -; -; Can make the help text less redundant when you document it your self. -quiet_actions = "Heal Unit", "Unit Move" - -; /* <-- avoid gettext warnings -; -; Action enablers: -; -; action = the action to enable. -; actor_reqs = requirements that apply to the actor. -; target_reqs = requirements that apply to the target. -; -; README.actions lists the possible actions and their hard coded -; requirements. -; -; An action enabler is active when its actor_reqs AND its target_reqs are -; satisfied. -; -; */ <-- avoid gettext warnings - -[actionenabler_disrupt_supply_normal] -action = "User Action 1" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "SupplyLines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - "UnitClass", "Trireme", "Local", FALSE - "UnitClass", "Air", "Local", FALSE - "UnitClass", "Helicopter", "Local", FALSE - "UnitClass", "Missile", "Local", FALSE - } - -[actionenabler_disrupt_supply_marines] -action = "User Action 1" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "SupplyLines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitClass", "Sea", "Local", FALSE - "UnitClass", "Trireme", "Local", FALSE - "UnitClass", "Air", "Local", FALSE - "UnitClass", "Helicopter", "Local", FALSE - "UnitClass", "Missile", "Local", FALSE - } - -[actionenabler_sabotage_city] -action = "Sabotage City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_sabotage_city_spy] -action = "Sabotage City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_sabotage_city_target] -action = "Targeted Sabotage City Escape" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_sabotage_city_production] -action = "Sabotage City Production Escape" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_establish_embassy_spy] -action = "Establish Embassy" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_explorer_establish_embassy] -action = "Establish Embassy Stay" -actor_reqs = - { "type", "name", "range", "present" - "UnitType", "Explorer", "Local", TRUE - "Tech", "Writing", "Player", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Has real embassy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_investigate_city] -action = "Investigate City Spend Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } - -[actionenabler_investigate_city_spy] -action = "Investigate City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_poison_city] -action = "Poison City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range" - "MinSize", "2", "City" - } - -[actionenabler_steal_tech_random] -action = "Steal Tech" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", FALSE - "UnitFlag", "Diplomat", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_random_esc] -action = "Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_steal_tech_target] -action = "Targeted Steal Tech Escape Expected" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_incite_city] -action = "Incite City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_incite_city_spy] -action = "Incite City Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "Gov", "Democracy", "Player", FALSE - "Building", "Palace", "City", FALSE - } - -[actionenabler_bribe_unit] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - "ServerSetting", "killstack", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - } - -[actionenabler_bribe_unit_killstack_enabled] -action = "Bribe Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Unbribable", "Local", FALSE - "CityTile", "Center", "Tile", FALSE - "Gov", "Democracy", "Player", FALSE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_sabotage_unit] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "ServerSetting", "killstack", "World", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - } - -[actionenabler_sabotage_unit_killstack_enabled] -action = "Sabotage Unit Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - "MinHitPoints", "2", "Local", TRUE - "MaxUnitsOnTile", "1", "Tile", TRUE - } - -[actionenabler_steal_gold_capital] -action = "Steal Gold" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Diplomat", "Local", TRUE - "UnitFlag", "Spy", "Local", FALSE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Tech", "Banking", "Player", TRUE - "DiplRel", "Foreign", "Local", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Palace", "City" - } - -[actionenabler_steal_gold_capital_spy] -action = "Steal Gold Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "Tech", "Banking", "Player" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range" - "Building", "Palace", "City" - } - -[actionenabler_steal_gold_spy] -action = "Steal Gold Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "Tech", "Banking", "Player" - "DiplRel", "Foreign", "Local" - } - -[actionenabler_steal_maps] -action = "Steal Maps Escape" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Spy", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "Foreign", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "NationGroup", "Barbarian", "Player", FALSE - } - -[actionenabler_suitcase_nuke] -action = "Suitcase Nuke" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinVeteran", "2", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Manhattan Project", "Player", TRUE - } - -[actionenabler_suitcase_nuke_escape] -action = "Suitcase Nuke Escape" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Spy", "Local", TRUE - "MinVeteran", "2", "Local", TRUE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "Building", "Manhattan Project", "Player", TRUE - } - -[actionenabler_traderoute] -action = "Establish Trade Route" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_marketplace] -action = "Enter Marketplace" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "TradeRoute", "Local", TRUE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_help_build_wonder] -action = "Help Wonder" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HelpWonder", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } -target_reqs = - { "type", "name", "range" - "BuildingGenus", "GreatWonder", "Local" - } - -[actionenabler_disband_unit_recover] -action = "Disband Unit Recover" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - } - -[actionenabler_disband_unit] -action = "Disband Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "EvacuateFirst", "Local", FALSE - } - -[actionenabler_build_city_pioneer] -action = "Found City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Cities", "Local" - "UnitState", "OnLivableTile", "Local" - "MinMoveFrags", "1", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "TerrainFlag","NoCities","Tile",FALSE - } - -[actionenabler_build_city_occupied] -action = "Found City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Cities", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "Team", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - "TerrainFlag", "NoCities", "Tile", FALSE - } - -[actionenabler_join_city] -action = "Join City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "AddToCity", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } - -[actionenabler_royal_sapper] -action = "Surgical Strike Building" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "GameLoss", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_heal] -action = "Heal Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "GameLoss", "Local", TRUE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "LightWeight", "Local", TRUE - } - -[actionenabler_convert_to_leader_yatch] -action = "Convert Unit" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "GameLoss", "Local" - "CityTile", "Center", "Tile" - "Tech", "Map Making", "Player" - } - -; It is always legal to convert back again. -[actionenabler_convert_from_leader_yatch] -action = "Convert Unit" -actor_reqs = - { "type", "name", "range" - "UnitType", "Leader Yacht", "Local" - "CityTile", "Center", "Tile" - } - -[actionenabler_border_police] -action = "Expel Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "BorderPolice", "Local", TRUE - "DiplRelTile", "Foreign", "Local", FALSE - "DiplRel", "Foreign", "Local", TRUE - "DiplRel", "Team", "Local", FALSE - "DiplRel", "Alliance", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Expellable", "Local", TRUE - "DiplRelTileOther", "Foreign", "Local", FALSE - } - -; The GameLoss unit requirement makes sending units on a suicide mission to -; capture and destroy cities deep inside enemy terrain national suicide. -; The risk of moving a GameLoss unit to the target city increases the cost -; of the action. Rationalization for the requirement: the physical presence -; of the Leader makes it easier to comply with the order to destroy the -; city. (See the "orders by phone" Milgram experiment variation) -; -; The domestic city requirement forces the player to invade a city before -; they can destroy it. If this limit is weakened by allowing the -; destruction of undefended (MaxUnitsOnTile) foreign cities during war it -; will lead to situations where a player can destroy a city but is unable -; to occupy it. -; Rationalization: the resistance must be crushed before the destruction. -; -; TODO: create an international incident (set the Casus_Belli_Success -; effect value to 1000) if "Destroy City" still is overpowered. -[actionenabler_scorched_earth] -action = "Destroy City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "GameLoss", "Local", TRUE - "DiplRel", "Foreign", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } - -[actionenabler_nuke] -action = "Explode Nuclear" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Nuclear", "Local", TRUE - } - -[actionenabler_nuke_city] -action = "Nuke City" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } - -[actionenabler_nuke_units] -action ="Nuke Units" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Nuclear", "Local" - "MinMoveFrags", "1", "Local" - "DiplRel", "War", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_bombard_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "DiplRelTileOther", "War", "Local", TRUE - } - -[actionenabler_bombard_no_city] -action = "Bombard" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Bombarder", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Center", "Tile", FALSE - } - -[actionenabler_attack_from_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnNativeTile", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_marines] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_attack_att_from_non_native] -action = "Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "AttFromNonNative", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_explode_missile] -action = "Suicide Attack" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "Missile", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - } - -[actionenabler_conquer_city_native] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "OnLivableTile", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_conquer_city_marines] -action = "Conquer City" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "DiplRel", "War", "Local", TRUE - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "Marines", "Local", TRUE - } -target_reqs = - { "type", "name", "range", "present" - "MaxUnitsOnTile", "0", "Tile", TRUE - } - -[actionenabler_change_home_city] -action = "Home City" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "NoHome", "Local", FALSE - "UnitState", "HasHomeCity", "Local", TRUE - } - -[actionenabler_paradrop_base_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_base_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_base_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Extra", "Airbase", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_paradrop_city_to_claimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed] -action = "Paradrop Unit Enter" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "Extra", "Fortress","Tile", FALSE - } - -[actionenabler_paradrop_city_to_war_conquer] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "DiplRel", "War", "Local", TRUE - "UnitClassFlag", "CanOccupyCity", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", TRUE - } - -[actionenabler_paradrop_city_to_unclaimed_base] -action = "Paradrop Unit Enter Conquer" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Paratroopers", "Local", TRUE - "MinMoveFrags", "3", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Claimed", "Tile", FALSE - "CityTile", "Center", "Tile", FALSE - "Extra", "Fortress","Tile", TRUE - } - -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - -[actionenabler_airlift_light_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "LightWeight", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } - -[actionenabler_airlift_medium_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "MediumWeight", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Tech", "Advanced Flight", "Player", TRUE - "Building", "Airport", "City", TRUE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Airport", "City" - } - -[actionenabler_airlift_heavy_unit] -action = "Airlift Unit" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "HeavyWeight", "Local", TRUE - "UnitState", "Transporting", "Local", FALSE - "Tech", "Fusion Power", "Player", TRUE - "Building", "Airport", "City", TRUE - "MinMoveFrags", "1", "Local", TRUE - "CityTile", "Center", "Tile", TRUE - } -target_reqs = - { "type", "name", "range" - "Building", "Airport", "City" - } - -[actionenabler_transform_terrain] -action = "Transform Terrain" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Transform", "Local" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_cultivate] -action = "Cultivate" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_plant] -action = "Plant" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_pillage] -action = "Pillage" -actor_reqs = - { "type", "name", "range" - "UnitClassFlag", "CanPillage", "Local" - } - -[actionenabler_clean_pollution] -action = "Clean Pollution" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_clean_fallout] -action = "Clean Fallout" -actor_reqs = - { "type", "name", "range", "present" - "UnitFlag", "Settlers", "Local", TRUE - } - -[actionenabler_fortify_terrain] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "TerrainFlag", "NoFortify", "Tile", FALSE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_fortify_city] -action = "Fortify" -actor_reqs = - { "type", "name", "range", "present" - "UnitClassFlag", "CanFortify", "Local", TRUE - "UnitFlag", "Cant_Fortify", "Local", FALSE - "CityTile", "Center", "Tile", TRUE - "Activity", "Fortified", "Local", FALSE - } - -[actionenabler_road] -action = "Build Road" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_base] -action = "Build Base" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } - -[actionenabler_mining] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range", "present" - "TerrainFlag", "Oil", "Tile", FALSE - "TerrainAlter", "CanMine", "Tile", TRUE - } - -[actionenabler_desert_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Construction", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Desert", "Tile" - } - -[actionenabler_glacier_oil] -action = "Build Mine" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - "Tech", "Refining", "Player" - } -target_reqs = - { "type", "name", "range" - "Terrain", "Glacier", "Tile" - } - -[actionenabler_irrigate_src_ocean] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "TerrainClass", "Oceanic", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_river] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "River", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_irrigate_src_irrigation] -action = "Build Irrigation" -actor_reqs = - { "type", "name", "range" - "UnitFlag", "Settlers", "Local" - } -target_reqs = - { "type", "name", "range" - "Extra", "Irrigation", "CAdjacent" - "TerrainAlter", "CanIrrigate", "Tile" - } - -[actionenabler_alight] -action = "Transport Alight" -actor_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } - -[actionenabler_board] -action = "Transport Board" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_unload] -action = "Transport Unload" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transporting", "Local" - } -target_reqs = - { "type", "name", "range" - "UnitState", "OnLivableTile", "Local" - "UnitState", "Transported", "Local" - } - -[actionenabler_disembark] -action = "Transport Disembark" -actor_reqs = - { "type", "name", "range" - "UnitState", "Transported", "Local" - "MinMoveFrags", "1", "Local" - } - -[actionenabler_embark] -action = "Transport Embark" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "Armistice", "Local", FALSE - "DiplRel", "War", "Local", FALSE - "DiplRel", "Cease-fire", "Local", FALSE - "DiplRel", "Peace", "Local", FALSE - "DiplRel", "Never met", "Local", FALSE - } - -[actionenabler_regular_move] -action = "Unit Move" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitState", "Transported", "Local", FALSE - } - -[actionenabler_hut_enter] -action = "Enter Hut" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitClassFlag", "HutFrighten", "Local", FALSE - } - -[actionenabler_hut_frighten] -action = "Frighten Hut" -actor_reqs = - { "type", "name", "range" - "MinMoveFrags", "1", "Local" - "UnitClassFlag", "HutFrighten", "Local" - } - -[actionenabler_claim_extra_war] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "DiplRel", "War", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - } - -[actionenabler_claim_extra_unowned] -action = "Conquer Extras" -actor_reqs = - { "type", "name", "range", "present" - "MinMoveFrags", "1", "Local", TRUE - "UnitFlag", "NonMil", "Local", FALSE - } -target_reqs = - { "type", "name", "range", "present" - "CityTile", "Extras Owned", "Tile", FALSE - } - [borders] ; Base border radius from city. radius_sq_city = 17 -- 2.37.1