-
Notifications
You must be signed in to change notification settings - Fork 34
Description
According to lancer-data documentation at https://github.com/massif-press/lancer-data#deployables : "A recall
value will generate a recall action, removing the deployable from the user's Deployables list and refunding the system the cost
value in charges. deactivation
does the same as recall but does not refund the charge cost." Per discussion at massif-press/compcon#2298 , deployables without the limited tag should use deactivation
, however several instead use recall
. Full list that I was able to find is Hive Drone, Sentinel Drone, Tempest Drone, and Assassin Drone.
Hive Drone:
Line 1292 in fec5461
"recall": "Quick", |
Sentinel Drone:
Line 1489 in fec5461
"recall": "Quick", |
Tempest Drone:
Line 1607 in fec5461
"recall": "Quick", |
Assassin Drone:
Line 1631 in fec5461
"recall": "Quick", |
(sorry for the lazy formatting of this report, i've been pressed for time lately and wanted to finally post this since i haven't been able to yet!)