Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 382c9a2

Browse files
committed
Updated Craft MaxMass -> MaxInventoryMass
All instances of ACraft's `MaxMass` have now been replaced with `MaxInventoryMass` to accomodate cortex-command-community/Cortex-Command-Community-Project-Source#274 . This value has also been modified to only include the Actor's inventory items, not the actors mass as well. As such, all Craft have had their mass subracted from their `MaxMass` value.
1 parent 65e9ab4 commit 382c9a2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Base.rte/Craft/Dropships/DropshipMK1.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ AddActor = ACDropShip
14361436
Description = Trade Star's reliable and safe dropship. Its tough armor can withstand numerous hits while delivering or transporting troops to the field. Its powerful thrusters allow it to carry even very heavy loads. Equipped with two underslung machine gun turrets.
14371437
AddToGroup = Craft
14381438
Mass = 2400
1439-
MaxMass = 4220
1439+
MaxInventoryMass = 800
14401440
MaxPassengers = 4
14411441
HitsMOs = 1
14421442
GetsHitByMOs = 1

Base.rte/Craft/Rockets/MK2/RocketMK2.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ AddActor = ACRocket
526526
Description = Trade Star's newest delivery purpose rocket. Much stronger and resiliant than the older Mk1. Features more powerful thrusters and cool modern design.
527527
AddToGroup = Craft
528528
Mass = 1000
529-
MaxMass = 1750
529+
MaxInventoryMass = 600
530530
MaxPassengers = 3
531531
HitsMOs = 1
532532
GetsHitByMOs = 1

Base.rte/Craft/StorageCrate/Crate.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ AddEffect = MOSRotating
5151
AddActor = ACRocket
5252
PresetName = Crate
5353
Mass = 300
54-
MaxMass = 600
54+
MaxInventoryMass = 300
5555
MaxPassengers = 1
5656
Position = Vector
5757
X = 0

Dummy.rte/Craft/Dropships/Dropship.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ AddActor = ACDropShip
12131213
Description = Armored aerial transport. Reliable and stable.
12141214
AddToGroup = Craft
12151215
Mass = 2000
1216-
MaxMass = 3420
1216+
MaxInventoryMass = 700
12171217
MaxPassengers = 4
12181218
HitsMOs = 1
12191219
GetsHitByMOs = 1

Dummy.rte/Craft/Rockets/Rocklet.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ AddEffect = ACRocket
295295
Description = Small and compact space transport. Incredibly light and fast.
296296
AddToGroup = Craft
297297
Mass = 600
298-
MaxMass = 980
298+
MaxInventoryMass = 300
299299
MaxPassengers = 2
300300
DeliveryDelayMultiplier = 0.8
301301
HitsMOs = 1

Ronin.rte/Craft/Rocket/RocketMK1.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ AddActor = ACRocket
8282
Description = Trade Star's standard delivery rocket. Outdated model, but its still very popular because of its economic price and good durability.
8383
AddToGroup = Craft
8484
Mass = 900
85-
MaxMass = 1550
85+
MaxInventoryMass = 500
8686
MaxPassengers = 3
8787
Velocity = Vector
8888
X = 0

0 commit comments

Comments
 (0)