-
Notifications
You must be signed in to change notification settings - Fork 1
/
freighterXML.xml
66 lines (66 loc) · 1.88 KB
/
freighterXML.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<Vehicle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Key>YT1000</Key>
<Name>YT-1000 Light Freighter</Name>
<Description>
[H3]YT-1000 Light Freighter[h3]
Please see page 65 of the Enter the Unknown Sourcebook for details.
</Description>
<Source Page="65">Enter the Unknown</Source>
<Type>Freighter</Type>
<Categories>
<Category>Non-Fighter Starship</Category>
<Category>Starship</Category>
</Categories>
<Encumbrance>0</Encumbrance>
<HP>5</HP>
<Price>75000</Price>
<Rarity>5</Rarity>
<MaxAltitude />
<HyperdrivePrimary>3</HyperdrivePrimary>
<HyperdriveBackup>16</HyperdriveBackup>
<StarFighters>None</StarFighters>
<NaviComputer>true</NaviComputer>
<SensorRangeValue>srShort</SensorRangeValue>
<Crew>One pilot, one copilot/engineer</Crew>
<EncumbranceCapacity>150</EncumbranceCapacity>
<Passengers>4</Passengers>
<Consumables>Two months</Consumables>
<Silhouette>4</Silhouette>
<Speed>3</Speed>
<Handling>-1</Handling>
<DefFore>1</DefFore>
<DefAft>1</DefAft>
<DefPort>0</DefPort>
<DefStarboard>0</DefStarboard>
<Armor>2</Armor>
<HullTrauma>20</HullTrauma>
<SystemStrain>14</SystemStrain>
<Starship>true</Starship>
<VehicleWeapons>
<VehicleWeapon>
<FiringArcs>
<Fore>true</Fore>
<Aft>true</Aft>
<Port>true</Port>
<Starboard>true</Starboard>
<Dorsal>true</Dorsal>
<Ventral>false</Ventral>
</FiringArcs>
<Turret>true</Turret>
<Location>Dorsal</Location>
<Retractable>false</Retractable>
<Qualities>
<Quality>
<Key>LINKED</Key>
<Count>1</Count>
<Index>0</Index>
<MiscDesc />
<DefZone />
</Quality>
</Qualities>
<Key>LASERLT</Key>
<Count>1</Count>
</VehicleWeapon>
</VehicleWeapons>
</Vehicle>