File size: 119 Bytes
17a347d
 
 
 
 
 
1
2
3
4
5
6
7
from general.buffs import equipment, team

GENERAL_BUFFS = {
    **equipment.GENERAL_BUFFS,
    **team.GENERAL_BUFFS
}