2025-10-30 00:15:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<modelCategory name="Ship" displayName="Ships" icon="ship_icon.png">
|
|
|
|
|
<model name="Destroyer" displayName="Destroyer"
|
|
|
|
|
description="High-speed combat vessel with powerful anti-submarine and air defense capabilities"
|
|
|
|
|
meshFile="models/destroyer.ive"
|
2025-11-01 10:08:02 +00:00
|
|
|
icon="icons/destroyer_icon.png"
|
2025-10-30 00:15:44 +00:00
|
|
|
enabled="true" />
|
|
|
|
|
<model name="Aircraft Carrier" displayName="Aircraft Carrier"
|
|
|
|
|
description="Large aircraft carrier, mobile airfield and command center at sea"
|
|
|
|
|
meshFile="models/carrier.ive"
|
2025-11-01 10:08:02 +00:00
|
|
|
icon="icons/carrier_icon.png"
|
2025-10-30 00:15:44 +00:00
|
|
|
enabled="true" />
|
|
|
|
|
</modelCategory>
|