Spaces:
Sleeping
Sleeping
Commit ·
3cee53a
1
Parent(s): c961e1c
Update: Modify common ability rarity pool configuration
Browse files
backend/environment/loot_tables.py
CHANGED
|
@@ -17,7 +17,7 @@ RARITY_WEIGHTS = {
|
|
| 17 |
}
|
| 18 |
|
| 19 |
ABILITY_RARITY_POOL = {
|
| 20 |
-
"common": ["dash", "
|
| 21 |
"rare": ["dash", "shield", "heal", "attack"],
|
| 22 |
"epic": ["attack", "shield"],
|
| 23 |
}
|
|
|
|
| 17 |
}
|
| 18 |
|
| 19 |
ABILITY_RARITY_POOL = {
|
| 20 |
+
"common": ["dash", "shield", "attack"],
|
| 21 |
"rare": ["dash", "shield", "heal", "attack"],
|
| 22 |
"epic": ["attack", "shield"],
|
| 23 |
}
|