Open Hawke opened 6 years ago
Hawke ::
BH = Badly Hurt SI = Serious Injury (+stat loss) KI = Killed IR1D1/IR1D@, etc - "Improvement Roll D1/D2" so you can trail results on improvement rolls.
I agree that a legend would be helpful - especially on the expanded stats.. but those ones should be pretty easily picked up.
I understand after some investigation what they mean, but I’m suggesting that they’re too cryptic and would be better off not used at best or at least explained in place, especially when they're not common to blood bowl proper (or at least not current editions).
They are mainly used for the BOTOCS and Cyanide applications.
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: Alex Mauer notifications@github.com Sent: Tuesday, January 9, 2018 2:42:12 PM To: TheNAF/naflm Cc: Subscribed Subject: Re: [TheNAF/naflm] Too many abbreviations (#236)
I understand after some investigation what they mean, but I’m suggesting that they’re too cryptic and would be better off not used at best or at least explained in place, especially when they're not common to blood bowl proper (or at least not current editions).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/TheNAF/naflm/issues/236#issuecomment-356392077, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMwJjI4vizbhRZWm0OuU_QkzmzltW5myks5tI8EUgaJpZM4RYF46.
There was a user doc done, that did have all the abbreviations in it. It is a little outdated now, as it was done 2 years ago... (this is not going to format well. but it will be below.)
The abbreviations are also used in the database, so each abbreviation is a database field, important to remember as you are adding data to a sql db at the time of entry.
Mvp (Most Valuable Player) cp (Completions) td (Touch Downs) intcpt (Interceptions) bh (Badly Hurt) si (Serious Injury) ki (Kills) cas (sum of PLAYER cas) tdcas ("td" + "cas") tcasf (Total TEAM cas by this team) tcasa (Total TEAM cas against this team) tcdiff (Equals to the arithmetic value of "tcasf" - "tcasa") gf (Total score made by this team) ga (Total score made against this team) sdiff (Equals to the arithmetic value of "gf" - "ga") played (Games played) won (Games won) lost (Games lost) draw (Games drawn) win_pct (Win percentage) elo (Elo Ranking) smp (Sportsmanship points) pts (Points) elo ELO value -- NOTE: this field can only be used for tournament standings swon Largest Win streak -- NOTE: this field can only be used for tournament standings sdraw Largest Draw streak -- NOTE: this field can only be used for tournament standings slost Largest Loose streak -- NOTE: this field can only be used for tournament standings pts Points mvp MVP cp CP td TD intcpt NT bh BH ki KI si SI cas CAS (player contributions only) tdcas Numeric value of "td+cas" fields smp Sportsmanship points spp SPP sum ff Fan Factor (total) ff_bought Fan factor bought won Won matches lost Lost matches draw Draw matches played Played matches win_pct Win percentages -- NOTE: this field can only be used for tournament standings wt_cnt Number of won tournaments ga Goals scores against team gf Goals scored by team sdiff Score/goal difference tcasa Total team CAS inflicted on team tcasf Total team CAS inflicted by team tcdiff Total team CAS difference name Team name f_rname Race name of team f_cname Coach name of team tv Team value treasury Treasury amount apothecary Has Apoth? rerolls Re-rolls ass_coaches Assistant coaches cheerleaders Cheerleaders rdy Is team marked ready by owning coach? retired Is team retired? team_id MySQL ID of team owned_by_coach_id MySQL ID of coach owning team f_did MySQL ID of division which the team is tied to f_lid MySQL ID of league which the team is tied to mvp MVP cp CP td TD intcpt INT bh Bh ki Ki si Si cas CAS tdcas Numeric value of "td+cas" spp SPP won Won matches lost Lost matches draw Draw matches played Played matches win_pct Win percentages -- NOTE: this field can only be used for tournament standings ga Goals scored against player's team gf Goals scored by player's team sdiff Goals scored difference name Player name nr Player number date_bought Date player was bought date_sold Date player was sold (if sold) ma MA st ST ag AG av AV ach_ma Achieved MA ach_st Achieved ST ach_ag Achieved AG ach_av Achieved AV inj_ma Injured MA inj_st Injured ST inj_ag Injured AG inj_av Injured AV inj_ni Injured Ni extra_spp Added extra SPP extra_val Added extra Value f_tname Name of owning team f_rname Name of race f_cname Name of owning coach f_pos_name Name of player position value Player Value status Player status date_died Date played dies (if dead) player_id MySQL ID of player owned_by_team_id MySQL ID of owning team
Shouldn't matter that it’s a database field, there’s no reason the display name must match the db field name. (also relevant for translation)
Tooltips would be a good addition as would a Glossary page, especially for new users. Should be added to mid term development goals.
Currently there are way too many abbreviations used in NAFLM, without explanation.
Examples: (from match report): Mvp | Cp | Td | Int | Bh | Si | Ki | IR 1 D1 | IR 1 D2 | IR 2 D1 | IR 2 D2 | IR 3 D1 | IR 3 D2 | Inj | Ageing 1 | Ageing 2 (from player standings): W | D | L | GP | GF | GA | Td | Cp | Int | Cas | BH | Si | Ki | MVP | SPP
Obviously many of these can be guessed at (W/D/L, BH/Si/Ki/MVP/SPP) but it might be better to either use the expanded version or otherwise indicate what they mean (mouseover tooltip?)