LokeshReddy001 commited on
Commit
3cee53a
·
1 Parent(s): c961e1c

Update: Modify common ability rarity pool configuration

Browse files
Files changed (1) hide show
  1. backend/environment/loot_tables.py +1 -1
backend/environment/loot_tables.py CHANGED
@@ -17,7 +17,7 @@ RARITY_WEIGHTS = {
17
  }
18
 
19
  ABILITY_RARITY_POOL = {
20
- "common": ["dash", "heal", "shield"],
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
  }