From 5188b41ab0258ede78c1158b79475d970cbb2a44 Mon Sep 17 00:00:00 2001 From: Hussein Farran Date: Tue, 31 Aug 2021 20:42:16 -0400 Subject: [PATCH] Update RoR2 guide. --- WebHostLib/static/assets/tutorial/ror2/setup_en.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/WebHostLib/static/assets/tutorial/ror2/setup_en.md b/WebHostLib/static/assets/tutorial/ror2/setup_en.md index 5d2d16df..a4e317ff 100644 --- a/WebHostLib/static/assets/tutorial/ror2/setup_en.md +++ b/WebHostLib/static/assets/tutorial/ror2/setup_en.md @@ -42,19 +42,25 @@ game: Risk of Rain 2: total_locations: 15 + total_items: 30 total_revivals: 4 start_with_revive: true item_pickup_step: 1 + enable_lunar: true ``` | Name | Description | Allowed values | | ---- | ----------- | -------------- | | total_locations | The total number of location checks that will be attributed to the Risk of Rain player. | 10 - 50 | +| total_items | The total number of items which are added to the multiworld on behalf of the Risk of Rain player. | 10-50 | | total_revivals | The total number of items in the Risk of Rain player's item pool (items other players pick up for them) replaced with `Dio's Best Friend`. | 0 - 5 | | start_with_revive | Starts the player off with a `Dio's Best Friend`. Functionally equivalent to putting a `Dio's Best Friend` in your `starting_inventory`. | true/false | | item_pickup_step | The number of item pickups which you are allowed to claim before they become an Archipelago location check. | 0 - 5 | +| enable_lunar | Allows for lunar items to be shuffled into the item pool on behalf of the Risk of Rain player. | true/false | -Using the example YAML above: the Risk of Rain 2 player will have 15 total items which they can pick up for other players (total_locations = 15). -They will complete a location check every second item (item_pickup_step = 1). -They will have 4 of the items which other players can grant them replaced with `Dio's Best Friend`. (total_revivals = 4). -The player will also start with a `Dio's Best Friend`. (start_with_revive = true) \ No newline at end of file +Using the example YAML above: the Risk of Rain 2 player will have 15 total items which they can pick up for other players. (total_locations = 15) +They will have 30 items which can be granted to them through the multiworld. (total_items = 30) +They will complete a location check every second item. (item_pickup_step = 1) +They will have 4 of the items which other players can grant them replaced with `Dio's Best Friend`. (total_revivals = 4) +The player will also start with a `Dio's Best Friend`. (start_with_revive = true) +The player will have lunar items shuffled into the item pool on their behalf. (enable_lunar = true) \ No newline at end of file