-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOPS_Items_Generic.xml
62 lines (49 loc) · 1.38 KB
/
OPS_Items_Generic.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
<?xml version="1.0" encoding="utf-8"?>
<TranscendenceModule>
<!--
#########################
### HEADER ###
#########################
-->
<ItemType UNID="&OPS_itNakuraBolter;"
name= "Nakura bolter"
level= "1"
value= "300"
mass= "2000"
frequency= "uncommon"
attributes= "MajorItem; Nakura"
showReference= "true"
description= "The Nakura bolter is a recoilless cannon firing armor-piercing bolts."
>
<Image imageID="&rsItemsNAMI1;" imageX="96" imageY="0" imageWidth="96" imageHeight="96"/>
<Weapon
type= "missile"
damage= "kinetic:2d4; momentum1; armor:2"
fireRate= "20"
missileSpeed= "50"
interaction= "90"
lifetime= "50"
powerUse= "10"
effect= "&efKineticBoltDefault;"
sound= "&snRecoillessCannon;"
>
</Weapon>
</ItemType>
<ItemType UNID="&OPS_itNakura20MWReactor;"
name= "Osaka-20 reactor"
level= "3"
value= "2700"
frequency= "notRandom"
mass= "1000"
attributes= "MajorItem; Nakura"
description= "The Osaka-20 reactor was engineered specifically for the original series of Osaka-class ships."
>
<Image imageID="&rsItems1;" imageX="288" imageY="288" imageWidth="96" imageHeight="96"/>
<ReactorDevice
maxPower= "200"
fuelEfficiency= "15"
maxFuel= "42000"
fuelCriteria= "f L:1-4;"
/>
</ItemType>
</TranscendenceModule>