mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 03:23:22 -07:00
Update offline mode so that it works again
This commit is contained in:
@@ -20,22 +20,22 @@ category_mappings = {
|
||||
"Category Large Straight": "LargeStraight",
|
||||
"Category Full House": "FullHouse",
|
||||
"Category Yacht": "Yacht",
|
||||
"Category Distincts": "Distincts",
|
||||
"Category Two times Ones": "TwoTimesOnes",
|
||||
"Category Half of Sixes": "HalfOfSixes",
|
||||
"Category Twos and Threes": "TwosAndThrees",
|
||||
"Category Sum of Odds": "SumOfOdds",
|
||||
"Category Sum of Evens": "SumOfEvens",
|
||||
"Category Double Threes and Fours": "DoubleThreesAndFours",
|
||||
"Category Quadruple Ones and Twos": "QuadrupleOnesAndTwos",
|
||||
"Category Micro Straight": "MicroStraight",
|
||||
"Category Three Odds": "ThreeOdds",
|
||||
"Category 1-2-1 Consecutive": "OneTwoOneConsecutive",
|
||||
"Category Three Distinct Dice": "ThreeDistinctDice",
|
||||
"Category Two Pair": "TwoPair",
|
||||
"Category 2-1-2 Consecutive": "TwoOneTwoConsecutive",
|
||||
"Category Five Distinct Dice": "FiveDistinctDice",
|
||||
"Category 4&5 Full House": "FourAndFiveFullHouse"
|
||||
"Category Distincts": "Ones",
|
||||
"Category Two times Ones": "Twos",
|
||||
"Category Half of Sixes": "Threes",
|
||||
"Category Twos and Threes": "Sixes",
|
||||
"Category Sum of Odds": "Fives",
|
||||
"Category Sum of Evens": "Sixes",
|
||||
"Category Double Threes and Fours": "Choice",
|
||||
"Category Quadruple Ones and Twos": "Choice",
|
||||
"Category Micro Straight": "Pair",
|
||||
"Category Three Odds": "ThreeOfAKind",
|
||||
"Category 1-2-1 Consecutive": "FourOfAKind",
|
||||
"Category Three Distinct Dice": "TinyStraight",
|
||||
"Category Two Pair": "SmallStraight",
|
||||
"Category 2-1-2 Consecutive": "LargeStraight",
|
||||
"Category Five Distinct Dice": "FullHouse",
|
||||
"Category 4&5 Full House": "Yacht"
|
||||
}
|
||||
|
||||
#This class adds logic to the apworld.
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user