Difference between revisions of "User:Lavtiz29"

From 30 Minute Missions: Wargame
(Created page with "== The issue: == What you see is what you get (WYSIWYG) play vs. Tournament or non-WYSIWYG play. == Web App solution: == === Opening page === New Unit -> New WYSIWYG Un...")
 
Line 8: Line 8:
=== Opening page ===
=== Opening page ===


New Unit  
Units
 
New Unit
-> New WYSIWYG Unit
> WYSISYG
 
>Tournament  
-> New Tournament Unit
Load Unit
 
Pilots
New Pilot
New Pilot
New Hanger File
Load Hanger
Load Unit
Load Pilot
Load Pilot
 
Hangar
 
New Hangar
Load Hangar


=== New WYSIWYG Unit ===
=== New WYSIWYG Unit ===

Revision as of 13:51, 7 September 2021

The issue:

What you see is what you get (WYSIWYG) play vs. Tournament or non-WYSIWYG play.


Web App solution:

Opening page

Units New Unit > WYSISYG >Tournament Load Unit Pilots New Pilot Load Pilot Hangar New Hangar Load Hangar

New WYSIWYG Unit

Request: Name - TextBox

Description - Long textbox

Number of arms and legs - Comboboxes

If arms > 2 and < 4 then add one ancillary arm

If arms >= 4 and odd then add Ancillary R and Ancillary L arms with Ancillary arm for the odd one

If arms >= 4 and even then add Ancillary R # and Ancillary L # with # being the paired number of arms.


If legs > 2 and < 4 then add one ancillary leg

If legs >= 4 and odd then add Ancillary R and Ancillary L legs with Ancillary leg for the odd one

If legs >= 4 and even then add Ancillary R # and Ancillary L # with # being the paired number of legs.

If 0 arms then remove the option from the Core parts list

If 0 legs then remove the option from the core parts list Request method of movement

@Black, add something here I'm catching the dumb

Core Parts Page

I'm not sure the most efficient way to get the list of parts for a mech. However do it section by section starting with head. Once that's done add the numbers together to create the Core Durability part of the sheet.

Head page
Torso
Main R. Arm
Main L. Arm
Main R. Leg
Main L. Leg
Ancillary arms and legs

Equipment

Thrusters
Weapons

Add location of equipment as part of creation. IE for Hands or mounted

If Mounted, request location based on number of limbs.


Other

Systems

Completed Unit

Show completed mech

-> Add to new hanger -> Send to new Hanger file

-> Add to existing hanger -> Load Hanger file

-> Save unit solo - > Save Unit file


New Pilot

Request:

Name - Text Box

Affiliation - Text Box

Background - Long Text box

Rank - Combobox

Traits

Cap Number based on rank

Mods

Cap number based on rank


Pilot Completed

Show Pilot -> Add to new hanger -> Send to new Hanger file

-> Add to existing hanger -> Load Hanger file

-> Save Pilot -> Save pilot file


Create New Hanger

Create a file to save and load units and pilots. Request: Name Hanger Save file locally on Person's machine


Load hanger

Generate list of Units and Pilots

Units by Size Category then Durability

Pilots by rank

Assign Pilots to units somehow? I'm not really sure on this one.

View Unit Datasheet