mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Subnautica: add some more missed aggressive creatures
This commit is contained in:
@@ -55,7 +55,6 @@ all_creatures: Dict[str, int] = {
|
|||||||
"Sea Emperor Juvenile": 1700,
|
"Sea Emperor Juvenile": 1700,
|
||||||
}
|
}
|
||||||
|
|
||||||
# be nice and make these require Stasis Rifle
|
|
||||||
aggressive: Set[str] = {
|
aggressive: Set[str] = {
|
||||||
"Cave Crawler", # is very easy without Stasis Rifle, but included for consistency
|
"Cave Crawler", # is very easy without Stasis Rifle, but included for consistency
|
||||||
"Crashfish",
|
"Crashfish",
|
||||||
@@ -75,6 +74,8 @@ aggressive: Set[str] = {
|
|||||||
"Lava Lizard",
|
"Lava Lizard",
|
||||||
"Sea Dragon Leviathan",
|
"Sea Dragon Leviathan",
|
||||||
"River Prowler",
|
"River Prowler",
|
||||||
|
"Ghost Leviathan Juvenile",
|
||||||
|
"Ghost Leviathan"
|
||||||
}
|
}
|
||||||
|
|
||||||
containment: Set[str] = { # creatures that have to be raised from eggs
|
containment: Set[str] = { # creatures that have to be raised from eggs
|
||||||
|
Reference in New Issue
Block a user