feat(fifa17): economy policy mappers (match reward, pack price)

Pure FIFA17 policy: match_result_coins/match_reward_total (oracle MATCH_COINS
won 400/draw 200/loss 100 + participation 0), result_from_end_reason (endReason
enum -> outcome, draw default), pack_price (catalogue buy-now, None for
unknown/owned-only). 3 unit tests.
This commit is contained in:
OpenFUT Agent
2026-08-13 19:31:23 +00:00
parent 56c364e4c9
commit 09675a9f7f
2 changed files with 88 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
pub mod catalog;
pub mod club_response;
pub mod economy;
pub mod economy_policy;
pub mod entities;
pub mod item;
pub mod owned_query;