Kamalisk / arkhamdb

147 stars 84 forks source link

Cards are using "fast" instead of "free" for squiggle abilites #437

Open Samurai-Kyo opened 3 years ago

Samurai-Kyo commented 3 years ago

We currently have 2 standards splitting what a "free action" (squiggle) is called. I believe it should be "free" based on the older cards. Here is a list of cards I noticed have this issue. They do not appear when you search x:free

https://pastebin.com/kREHt4ry

haakenlid commented 3 years ago

https://github.com/Kamalisk/arkhamdb/blob/1f6659a5834c4ee118393c88dd23833b79332ab3/src/AppBundle/Services/CardsData.php#L33

This icon has three different aliases [free], [lightning] and [fast]. In the game rules the icon is referred to as "free triggered ability". I agree that "fast" should be deprecated in favour of "free" here.

The first step should be to replace non-canonical use in the https://github.com/Kamalisk/arkhamdb-json-data repo.