File size: 666 Bytes
0f5c288
 
88de31c
2f63a42
b76daae
88de31c
 
b76daae
4079f21
 
88de31c
 
0f5c288
 
88de31c
 
b76daae
 
4079f21
88de31c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
from base.recipe import damage_addition_recipe, critical_strike_recipe
from general.gains.equipment import EQUIPMENT_GAINS, CriticalSet
from base.gain import Gain


GAINS = {
    (22035, 1): Gain(),
    1925: CriticalSet(11378),
    4290: damage_addition_recipe([16610], 102),
    4291: damage_addition_recipe([16803, 16802, 16801, 16800, 17043, 19423, 19424, 32859], 102),
    4294: damage_addition_recipe([16610], 51),
    4295: damage_addition_recipe([16760, 16382], 51),
    4296: critical_strike_recipe([16760, 16382], 500),
    4297: Gain(),
    2430: Gain(),
    1942: Gain(),
    17374: Gain(),
    17239: Gain(),
    17375: Gain(),
    **EQUIPMENT_GAINS,
}