ワイルドカード、カットカードの出目

アクションパケット(incoming 0x28)に含まれるアクション対象のanimationの値で判別できる。
リテールサーバーの場合は、

-- Action Category 06/ param 96
wildcard_number = animation - 131
-- Action Category 06/ param 339
cuttingcards_number = animation - 320

LSBの場合は、ワイルドカードとカットカードのどちらともアニメーション(132~)が設定されている。
https://github.com/LandSandBoat/server/blob/8cc29cdefd2dab6dab006e4424207c7dc5cd8b41/scripts/globals/job_utils/corsair.lua#L220
https://github.com/LandSandBoat/server/blob/8cc29cdefd2dab6dab006e4424207c7dc5cd8b41/scripts/globals/job_utils/corsair.lua#L292