Template:Ship Infobox: Difference between revisions

no edit summary
m (Oops (fixed grammatical error).)
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
(2 intermediate revisions by 2 users not shown)
Line 78: Line 78:
         <data source="ice_shard"><label>Ice Shards</label></data>
         <data source="ice_shard"><label>Ice Shards</label></data>
         <data source="frost_core"><label>Frost Cores</label></data>
         <data source="frost_core"><label>Frost Cores</label></data>
    <group row-items="2">
        <data source="annihilator_fighter_bay"><label>Annihilator Fighter Bay</label></data>
        <data source="permit"><label>Permit</label></data>
        <data source="punisher_weapon_salvage"><label>Punisher Weapon Salvage</label></data>
        <data source="prize_condition"><label>Prize Conditions</label></data>
        <data source="obliterator_shield_systems"><label>Obliterator Shield Systems</label></data>
        <data source="credit"><label>Estimated Manufacturing Fee</label></data>
        <data source="intact_bastion_module"><label>Intact Bastion Module</label></data>
        <data source="material_cost"><label>Estimated Materials Cost</label></data>
        <data source="precursor_component"><label>Precursor Component</label></data>
        <data source="warehouse"><label>Warehouse Level</label></data>
        <data source="ancient_scrap"><label>Ancient Scrap</label></data>
        <data source="total_cost" layout="default"><label>Estimated Total Cost</label></data>
        <data source="sojourn_exclusive_part"><label>Sojourn Exclusive Part</label></data>
    </group>
        <data source="precursor_nanite"><label>Precursor Nanite</label></data>
        <data source="typhoon_membrane"><label>Typhoon Membrane</label></data>
 
        <group row-items="2">
            <data source="permit"><label>Permit</label></data>
            <data source="prize_condition"><label>Prize Conditions</label></data>
            <data source="credit"><label>Estimated Manufacturing Fee</label></data>
            <data source="material_cost"><label>Estimated Materials Cost</label></data>
            <data source="warehouse"><label>Warehouse Level</label></data>
            <data source="total_cost" layout="default"><label>Estimated Total Cost</label></data>
        </group>


     </group>
     </group>
Line 94: Line 104:
         <data source="creator"><label>Creator</label></data>
         <data source="creator"><label>Creator</label></data>
         <data source="version_added"><label>Version Added</label></data>
         <data source="version_added"><label>Version Added</label></data>
        <data source="date_released"><label>Released on</label></data>
        <data source="related_events"><label>Related Event(s)</label></data>
         <data source="vip_required"><label>VIP Required</label></data>
         <data source="vip_required"><label>VIP Required</label></data>
         <data source="loyalty_required"><label>Loyalty Required</label></data>
         <data source="loyalty_required"><label>Loyalty Required</label></data>
Line 195: Line 207:
"type": "string"
"type": "string"
},
},
        "shield_regen_rate": {
"shield_regen_rate": {
            "label": "Shield Regen Rate",
"label": "Shield Regen Rate",
"description": "Should be a number, specifies how much shield health is regenerated per second while in combat. Check for the stat using the \"/info\" command in-game.",
"description": "Should be a number, specifies how much shield health is regenerated per second while in combat. Check for the stat using the \"/info\" command in-game.",
"type": "number"},
"type": "number"
},
"turret_dps": {
"turret_dps": {
"type": "number",
"type": "number",
Line 243: Line 256:
"ice_shard": {},
"ice_shard": {},
"frost_core": {},
"frost_core": {},
"annihilator_fighter_bay": {},
"punisher_weapon_salvage": {},
"obliterator_shield_systems": {},
"intact_bastion_module": {},
"precursor_component": {},
"ancient_scrap": {},
"sojourn_exclusive_part": {},
"precursor_nanite": {},
"typhoon_membrane": {},
"permit": {
"permit": {
"type": "string"
"type": "string"
Line 304: Line 326:
"type": "number",
"type": "number",
"label": "Explosion Radius"
"label": "Explosion Radius"
},
"related_events": {
"label": "Related Events",
"description": "Links to events related to the ship",
"type": "string"
},
"date_released": {
"description": "The date the ship was originally released on, in YYYY-MM-DD format",
"type": "date"
}
}
},
},
Line 311: Line 342:
"shields",
"shields",
"hull",
"hull",
        "shield_regen_rate",
"shield_regen_rate",
"top_speed",
"top_speed",
"acceleration",
"acceleration",
Line 364: Line 395:
"ice_shard",
"ice_shard",
"frost_core",
"frost_core",
"annihilator_fighter_bay",
"punisher_weapon_salvage",
"obliterator_shield_systems",
"intact_bastion_module",
"precursor_component",
"ancient_scrap",
"sojourn_exclusive_part",
"precursor_nanite",
"typhoon_membrane",
"permit",
"permit",
"prize_condition",
"prize_condition",
Line 373: Line 413:
"creator",
"creator",
"version_added",
"version_added",
"date_released",
"related_events",
"vip_required",
"vip_required",
"loyalty_required"
"loyalty_required"