Inconsistency with lancer-data README documentation and implementation in lancer-data? #2298
sealtrowitz
started this conversation in
Homebrew
Replies: 1 comment 5 replies
-
I'm not sure I 100% follow -- these systems aren't correctly generating deactivation actions, they're instead generating erroneous recall actions? Is that correct? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I apologize if this is the wrong spot for this, but I wasn't sure where else to ask -- I've been helping my friend build an LCP for his homebrew and noticed a bit of an inconsistency with the lancer-data README documentation and actual implementation of said feature in lancer-data itself. Specifically, under the Deployables header, it mentions that:
"A
recall
value will generate a recall action, removing the deployable from the user's Deployables list and refunding the system thecost
value in charges.deactivation
does the same asrecall
but does not refund the charge cost."...But then checking the Hydra's Tempest Drone and Assassin Drones, both of which are non-Limited deployable systems, they use
recall
as opposed todeactivation
in lancer-data. I went through and checked the rest of the non-Limited deployables in lancer-data I could think of (Lotus Projector, Hive Drone, Sentinel Drone, Tempest Drone, Assassin Drone, and Pattern-A Jericho Deployable Cover is the complete list I looked at; I did not look at Perimeter Command Plate since it explicitly cannot be recalled except through being destroyed or deploying a new one) and they all also userecall
.Is this something I should report on the lancer-data repo, either in regards to the README documentation or those items? Or am I just misunderstanding what
cost
is (I thought it specifically was an item's Limited cost)? Or am I maybe being unnecessarily pedantic with something that doesn't appear to actually be causing problems?Beta Was this translation helpful? Give feedback.
All reactions