Author Topic: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST  (Read 93262 times)

nckestrel

  • Scientia Bellator
  • Moderator
  • Lieutenant Colonel
  • *
  • Posts: 11146
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #600 on: 11 September 2024, 13:52:26 »
Has any progress been made toward the record sheet project? Will only a limited selection be available or is everything going to be available?

We're not able to provide updates on the new MUL project.  Our team deals with the data, not the technical aspects of the site. The Tuesday Newsday was going to have an update on the new MUL from the digital projects lead, but his appearance was postponed.  I don't know if/when that will be rescheduled.
Alpha Strike Introduction resources
Left of Center blog - Tukayyid Expanded Random Unit Tables, Nashira Campaign for A Game of Armored Combat, TP 3039 Vega Supplemental Record Sheets

pascal

  • Corporal
  • *
  • Posts: 57
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #601 on: 13 September 2024, 11:17:10 »
Duplicate dash in Specials
http://masterunitlist.info/Unit/Details/7227 Foot Platoon, Marian 3049+ (1/4) (Flamer)

Units with spaces in the Specials (there's probably more)
http://masterunitlist.info/Unit/Details/7477 BattleMaster C 3
http://masterunitlist.info/Unit/Details/7550 Ryoken (Stormcrow) T
http://masterunitlist.info/Unit/Details/7521 Marauder II MAD-6C

Units with lowercase Type/TP (there's probably more)
http://masterunitlist.info/Tools/CustomCard/9538 Shadow Hawk SHD-3H2

Units with /-SPC in the Specials
http://masterunitlist.info/Unit/Details/306 Batu B
http://masterunitlist.info/Unit/Details/309 Batu Prime

Missing Stats (I think this is expected for some units?)
http://masterunitlist.info/Unit/Details/8117 Star Dagger S-2B
http://masterunitlist.info/Unit/Details/8119 Transit TR-9
http://masterunitlist.info/Unit/Details/8152 Sturmblitz Assault Gun (2500 Upgrade)

Only Named Pilot with Pilot Special Abilities I came cross (probably doesn't matter?)
http://masterunitlist.info/Unit/Details/7425 Wolfhound (Lucian Finn)

pascal

  • Corporal
  • *
  • Posts: 57
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #602 on: 15 September 2024, 08:25:30 »
I also noticed that the sort order for Clan mechs is wonky, typically you see unique mechs first, and then the regular ones, with the Prime variant somewhere in the middle...

Assuming the MUL has an SQL database in the backend, something along these lines should fix it:


SELECT * FROM Units
    WHERE Name LIKE "%Dire Wolf%"
    ORDER BY
        Name ASC,
        CASE WHEN Model LIKE "Prime" THEN "1"
             WHEN Model LIKE """%" THEN "3"
             WHEN Model LIKE "(%" THEN "4"
             ELSE "2"
        END ASC,
        Model ASC


This makes some assumptions about schema, so some adaptation will likely be needed.
« Last Edit: 15 September 2024, 08:29:58 by pascal »

Centurian99

  • Private
  • *
  • Posts: 32
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #603 on: 15 September 2024, 22:45:08 »
The Alpha Strike stats for the Balius omnimech look...odd.  even taking into account the heat dissipation issues, the damage/OV numbers looks really low.

The prime, B, C, and D look particularly odd. 



« Last Edit: 15 September 2024, 22:47:19 by Centurian99 »

Weirdo

  • Painter of Borth the Magic Puma
  • Catalyst Demo Team
  • Major General
  • *
  • Posts: 41360
  • We can do it. We have to.
    • Christina Dickinson Writes
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #604 on: 16 September 2024, 10:08:50 »
Hello,
The Union and Mule Pockets WarShip are listed as Extinct after the Jihad, but appear on the following RATs:

Union PWS

FM: 3085 – Former Free Worlds League General, Taurian Concordat
ER: 3145: Former Free Worlds League, Lyran Commonwealth, Taurian Concordat
FM: 3145 - Free Worlds League, Lyran Commonwealth, Mercenary, Taurian Concordat
Tamar Rising - Lyran Commonwealth, Mercenary
Dominions Divided - Taurian Concordat
Empire Alone - Free Worlds League, Duchy of Andurien, Marian Hegemony

Mule PWS

FM: 3085 – Former Free Worlds League General, Taurian Concordat, Periphery, Mercenary
ER: 3145: Former Free Worlds League, Periphery General, Taurian Concordat
FM: 3145 - Free Worlds League, Periphery General, Taurian Concordat
Tamar Rising – Periphery General
Empire Alone - Marian Hegemony
Dominions Divided – Republic of the Sphere, Taurian Concordat

I know that RATs aren't normally considered in the MUL, but that's a LOT, especially for ships that are listed as not existing at all in these eras. Considering how little production information is usually published about space assets and the extreme span of time such vessels can serve as long as they're not actually blown to bits, perhaps an exception might be made for these?

Thanks!
My wife writes books

Sixteen tons means sixteen suits. CT must be repaired.

"Damn you, Weirdo... Damn you for being right!" - Paul

Sartris

  • Codex Conditor
  • BattleTech Volunteer
  • Colonel
  • *
  • Posts: 20067
  • Cap’n-Generalissimost
    • Master Unit List
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #605 on: 16 September 2024, 11:33:16 »
Their inclusion on RATs would at least preclude extinction

You bought the box set and are ready to expand your bt experience. Now what? | Modern Sourcebook Index | FASA Sourcebook Index | Print on Demand Index
Equipment Reference Cards | DIY Pilot Cards | PaperTech Mech and Vehicle Counters

Quote
Interviewer: Since you’ve stopped making art, how do you spend your time?
Paul Chan Breathers: Oh, I’m a breather. I’m a respirateur. Isn’t that enough?

danilapal

  • Recruit
  • *
  • Posts: 20
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #606 on: 16 September 2024, 11:53:34 »
Unit : Victor C
http://www.masterunitlist.info/Unit/Details/3403/victor-c

Problem : In Alpha Strike card this mech has CASE special rule , but not in Record Sheet .
Solution (?) : remove CASE special rule
 
Source (Classic Record sheet) : https://bg.battletech.com/wp-content/uploads/2021/10/Victor_C.pdf
Source (Alpha Strike) :http://www.masterunitlist.info/Unit/Card/3403?skill=4

Weirdo

  • Painter of Borth the Magic Puma
  • Catalyst Demo Team
  • Major General
  • *
  • Posts: 41360
  • We can do it. We have to.
    • Christina Dickinson Writes
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #607 on: 16 September 2024, 12:41:56 »
Their inclusion on RATs would at least preclude extinction

Sweet, thanks!
My wife writes books

Sixteen tons means sixteen suits. CT must be repaired.

"Damn you, Weirdo... Damn you for being right!" - Paul

nckestrel

  • Scientia Bellator
  • Moderator
  • Lieutenant Colonel
  • *
  • Posts: 11146
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #608 on: 16 September 2024, 19:40:24 »
Unit : Victor C
Problem : In Alpha Strike card this mech has CASE special rule , but not in Record Sheet .

Thanks, will remove the CASE when we can update the MUL again. (No change to PV).
Alpha Strike Introduction resources
Left of Center blog - Tukayyid Expanded Random Unit Tables, Nashira Campaign for A Game of Armored Combat, TP 3039 Vega Supplemental Record Sheets

MoneyLovinOgre4Hire

  • Lieutenant General
  • *
  • Posts: 26910
  • Need a hand?
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #609 on: 17 September 2024, 14:47:35 »
DVS-2 Devastator has an availability for the Early Succession Wars Era (for Clan Smoke Jaguar, no less) despite its introduction date of 3048 in the Late Succession Wars Era.
Warning: this post may contain sarcasm.

"I think I've just had another near-Rincewind experience," Death, The Color of Magic

"When in doubt, C4." Jamie Hyneman

mordel

  • Artificiosus Caupo
  • BattleTech Volunteer
  • Master Sergeant
  • *
  • Posts: 325
    • Mordel.Net
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #610 on: 24 September 2024, 21:08:38 »
The Alpha Strike stats for the Balius omnimech look...odd.  even taking into account the heat dissipation issues, the damage/OV numbers looks really low.

The prime, B, C, and D look particularly odd.

The stats look fine based on our calculations. If you'd care to show stats to the contrary, we'd be happy to see them.

Hellraiser

  • Colonel
  • *
  • Posts: 13952
  • Cry Havoc and Unleash the Gods of Fiat.
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #611 on: 24 September 2024, 22:52:28 »
DVS-2 Devastator has an availability for the Early Succession Wars Era (for Clan Smoke Jaguar, no less) despite its introduction date of 3048 in the Late Succession Wars Era.

Kerensky had the prototypes with him.
They even made a few more & modified them.

Quote
DVS-2-EC
Several Devastators were hand-built by Clan technicians for Operation Klondike. These used Improved Gauss Rifles and carried two more tons of Gauss ammunition (four tons total). Later Clan Wolverine would overhaul the weapons completely, leaving the Improved Gauss Rifles in place (adding CASE to the arms for protection), but trading the PPCs for Enhanced ER PPCs and the medium lasers for ER medium lasers. To handle the massive heat load, twenty Clan-spec double heat sinks were installed. (Note: EC is an abbreviation used by historians to designate "Early Clan" designs.)[11] BV (2.0) = 2,699[12]
3041: General Lance Hawkins: The Equalizers
3053: Star Colonel Rexor Kerensky: The Silver Wolves

"I don't shoot Urbanmechs, I walk up, stomp on their foot, wait for the head to pop open & drop in a hand grenade (or Elemental)" - Joel47
Against mechs, infantry have two options: Run screaming from Godzilla, or giggle under your breath as the arrogant fools blunder into your trap. - Weirdo

MoneyLovinOgre4Hire

  • Lieutenant General
  • *
  • Posts: 26910
  • Need a hand?
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #612 on: 24 September 2024, 23:23:28 »
The DVS-2-EC has it's own separate entry in the MUL.
Warning: this post may contain sarcasm.

"I think I've just had another near-Rincewind experience," Death, The Color of Magic

"When in doubt, C4." Jamie Hyneman

ThePPCMightier

  • Recruit
  • *
  • Posts: 3
  • I'll order a dozen!
Re: Master Unit List (MUL) Feedback Thread IV - READ THE FIRST POST
« Reply #613 on: 05 October 2024, 17:09:55 »
The Jagatai Prime has the ENE ability even though it is armed with an LRM-20. Also potentially questionable; the Jengiz E has one-shot SRMs which may or may not disqualify it from having ENE.