====== Changelog ====== ===== API Changes ===== ==== Asset Classes ==== === Added === * ''[[api:game_step_list | GAME_STEP_LIST]]'' * ''[[api:game_step_list_prosperity | GAME_STEP_LIST_PROSPERITY]]'' === Other changes === * ''[[api:agent_profile | AGENT_PROFILE]]'' * Added properties * ''[[api:AGENT_PROFILE#ismergevisitornotification | IsMergeVisitorNotification]]'' * Removed properties * ''PortraitList'' ---- ==== Data Classes ==== === Added === * ''[[api:game_action_execute_action_by_game_step | GAME_ACTION_EXECUTE_ACTION_BY_GAME_STEP]]'' * ''[[api:game_condition_game_step_condition_list | GAME_CONDITION_GAME_STEP_CONDITION_LIST]]'' * ''[[api:game_condition_lodging_opened | GAME_CONDITION_LODGING_OPENED]]'' * ''[[api:game_step_action_list_pair | GAME_STEP_ACTION_LIST_PAIR]]'' * ''[[api:game_step_condition_list_pair | GAME_STEP_CONDITION_LIST_PAIR]]'' * ''[[api:numeric_range_game_step | NUMERIC_RANGE_GAME_STEP]]'' === Removed === * ''GAME_ACTION_SHOW_OPPORTUNITY'' * ''RESERVED_RESOURCE_LIST'' === Other changes === * ''[[api:character_setup_data | CHARACTER_SETUP_DATA]]'' * Added properties * ''[[api:CHARACTER_SETUP_DATA#portraitlist | PortraitList]]'' * ''[[api:game_action | GAME_ACTION]]'' * Added functions * ''[[api:GAME_ACTION#internalisequal | internalIsEqual]]'' * ''[[api:incoming_reserved_resource_list | INCOMING_RESERVED_RESOURCE_LIST]]'' * Added properties * ''[[api:INCOMING_RESERVED_RESOURCE_LIST#reservedresourcelist | ReservedResourceList]]'' * ''[[api:reserved_resource_element | RESERVED_RESOURCE_ELEMENT]]'' * Added properties * ''[[api:RESERVED_RESOURCE_ELEMENT#extraresourcelist | ExtraResourceList]]'' ---- ==== Component Classes ==== === Other changes === * ''[[api:comp_lodging | COMP_LODGING]]'' * Added functions * ''[[api:COMP_LODGING#isclosed | isClosed]]'' * ''[[api:comp_resource_depot | COMP_RESOURCE_DEPOT]]'' * Removed properties * ''OutgoingReservedResources'' * ''[[api:comp_workplace_kitchen | COMP_WORKPLACE_KITCHEN]]'' * Changed functions * ''[[api:COMP_WORKPLACE_KITCHEN#consumemeal | consumeMeal]]'' ---- ==== Enumerations ==== === Added === * ''[[api:game_step | GAME_STEP]]'' === Other changes === * ''[[api:desirability_effect_type | DESIRABILITY_EFFECT_TYPE]]'' * Added values * ''SUBTRACT'' * Removed values * ''SUBSTRACT'' ----