more
This commit is contained in:
@@ -118,7 +118,15 @@ namespace RulesConverter
|
|||||||
{ "Icon", "Icon" },
|
{ "Icon", "Icon" },
|
||||||
{ "$Description", "Description" },
|
{ "$Description", "Description" },
|
||||||
{ "$LongDesc", "LongDesc" } }
|
{ "$LongDesc", "LongDesc" } }
|
||||||
}
|
},
|
||||||
|
|
||||||
|
{ "Cargo", new PL {
|
||||||
|
{ "@PassengerTypes", "PassengerTypes" } }
|
||||||
|
},
|
||||||
|
|
||||||
|
{ "LimitedAmmo", new PL {
|
||||||
|
{ "Ammo", "Ammo" } }
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
using (var writer = File.CreateText(outputFile))
|
using (var writer = File.CreateText(outputFile))
|
||||||
|
|||||||
9
out.rul
9
out.rul
@@ -335,6 +335,7 @@ APC:
|
|||||||
Repairable:
|
Repairable:
|
||||||
Chronoshiftable:
|
Chronoshiftable:
|
||||||
Cargo:
|
Cargo:
|
||||||
|
PassengerTypes: [Foot]
|
||||||
Passenger:
|
Passenger:
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
@@ -365,6 +366,7 @@ MNLY.AP:
|
|||||||
MineImmune:
|
MineImmune:
|
||||||
Repairable:
|
Repairable:
|
||||||
LimitedAmmo:
|
LimitedAmmo:
|
||||||
|
Ammo: 5
|
||||||
Chronoshiftable:
|
Chronoshiftable:
|
||||||
Passenger:
|
Passenger:
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
@@ -396,6 +398,7 @@ MNLY.AT:
|
|||||||
MineImmune:
|
MineImmune:
|
||||||
Repairable:
|
Repairable:
|
||||||
LimitedAmmo:
|
LimitedAmmo:
|
||||||
|
Ammo: 5
|
||||||
Chronoshiftable:
|
Chronoshiftable:
|
||||||
Passenger:
|
Passenger:
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
@@ -493,6 +496,7 @@ LST:
|
|||||||
Speed: 14
|
Speed: 14
|
||||||
RenderUnit:
|
RenderUnit:
|
||||||
Cargo:
|
Cargo:
|
||||||
|
PassengerTypes: [Foot,Wheel,Track]
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
PT:
|
PT:
|
||||||
@@ -541,6 +545,7 @@ MIG:
|
|||||||
RenderUnit:
|
RenderUnit:
|
||||||
WithShadow:
|
WithShadow:
|
||||||
LimitedAmmo:
|
LimitedAmmo:
|
||||||
|
Ammo: 3
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
YAK:
|
YAK:
|
||||||
@@ -565,6 +570,7 @@ YAK:
|
|||||||
RenderUnit:
|
RenderUnit:
|
||||||
WithShadow:
|
WithShadow:
|
||||||
LimitedAmmo:
|
LimitedAmmo:
|
||||||
|
Ammo: 15
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
TRAN:
|
TRAN:
|
||||||
@@ -587,6 +593,7 @@ TRAN:
|
|||||||
RenderUnitRotor:
|
RenderUnitRotor:
|
||||||
WithShadow:
|
WithShadow:
|
||||||
Cargo:
|
Cargo:
|
||||||
|
PassengerTypes: [Foot]
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
HELI:
|
HELI:
|
||||||
@@ -611,6 +618,7 @@ HELI:
|
|||||||
RenderUnitRotor:
|
RenderUnitRotor:
|
||||||
WithShadow:
|
WithShadow:
|
||||||
LimitedAmmo:
|
LimitedAmmo:
|
||||||
|
Ammo: 6
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
HIND:
|
HIND:
|
||||||
@@ -635,6 +643,7 @@ HIND:
|
|||||||
RenderUnitRotor:
|
RenderUnitRotor:
|
||||||
WithShadow:
|
WithShadow:
|
||||||
LimitedAmmo:
|
LimitedAmmo:
|
||||||
|
Ammo: 12
|
||||||
IronCurtainable:
|
IronCurtainable:
|
||||||
|
|
||||||
IRON:
|
IRON:
|
||||||
|
|||||||
Reference in New Issue
Block a user