diff --git a/assets/configs/playerSpawnConfig.json b/assets/configs/playerSpawnConfig.json index ee78e17..bfb837d 100644 --- a/assets/configs/playerSpawnConfig.json +++ b/assets/configs/playerSpawnConfig.json @@ -1,25 +1,25 @@ { "Next Life Small": { - "hull": "nextLifeModule:nextLifeSmall", - "items": "3*rep core:lightArmor-1 core:smallShield-1 core:blaster-1 nextLifeModule:nextLifeXGun-1", + "hull": "nextlife:nextLifeSmall", + "items": "3*rep core:lightArmor-1 core:smallShield-1 core:blaster-1 nextlife:nextLifeXGun-1", "money": 100 }, "Next Life Medium": { - "hull": "nextLifeModule:nextLifeMedium", + "hull": "nextlife:nextLifeMedium", "items": "3*rep core:lightArmor-1 core:smallShield-1 core:blaster-1", "money": 300 }, "Next Life Large": { - "hull": "nextLifeModule:nextLifeLarge", - "items": "99*rep core:advancedArmor-1 core:advancedShield-1 nextLifeModule:nextLifeXGun-1 core:fixedGun-2 99*core:bulletClip", + "hull": "nextlife:nextLifeLarge", + "items": "99*rep core:advancedArmor-1 core:advancedShield-1 nextlife:nextLifeXGun-1 core:fixedGun-2 99*core:bulletClip", "money": 9999 }, "Next Life Capital": { - "hull": "nextLifeModule:nextLifeCapital", - "items": "99*rep core:advancedArmor-1 core:advancedShield-1 nextLifeModule:nextLifeXGun-1 core:fixedGun-2 99*core:bulletClip", + "hull": "nextlife:nextLifeCapital", + "items": "99*rep core:advancedArmor-1 core:advancedShield-1 nextlife:nextLifeXGun-1 core:fixedGun-2 99*core:bulletClip", "money": 19999 } } \ No newline at end of file diff --git a/assets/configs/projectilesConfig.json b/assets/configs/projectilesConfig.json index 13250ab..4b67da7 100644 --- a/assets/configs/projectilesConfig.json +++ b/assets/configs/projectilesConfig.json @@ -4,7 +4,7 @@ "dmgType": "energy", "speed": 7, - "tex": "nextLifeModule:nextLifeX", + "tex": "nextlife:nextLifeX", "texSz": 0.2, "collisionEffect": { diff --git a/assets/configs/startingStation.json b/assets/configs/startingStation.json index d67e0fd..605f4a5 100644 --- a/assets/configs/startingStation.json +++ b/assets/configs/startingStation.json @@ -1,10 +1,10 @@ { - "hull": "nextLifeModule:nextLifeStation", - "items": "nextLifeModule:nextLifeXGun nextLifeModule:nextLifeXGun", + "hull": "nextlife:nextLifeStation", + "items": "nextlife:nextLifeXGun nextlife:nextLifeXGun", "guard": { - "hull": "nextLifeModule:nextLifeLarge", - "items": "nextLifeModule:nextLifeXGun core:mediumArmor+core:heavyArmor core:shield+core:bigShield", + "hull": "nextlife:nextLifeLarge", + "items": "nextlife:nextLifeXGun core:mediumArmor+core:heavyArmor core:shield+core:bigShield", "density": 3 } } diff --git a/assets/items/nextLifeXGun/nextLifeXGun.json b/assets/items/nextLifeXGun/nextLifeXGun.json index 0718776..cae5c50 100644 --- a/assets/items/nextLifeXGun/nextLifeXGun.json +++ b/assets/items/nextLifeXGun/nextLifeXGun.json @@ -5,7 +5,7 @@ "timeBetweenShots": 1, "reloadTime": 3, "price": 100, - "clipName": "nextLifeModule:nextLifeXClip", + "clipName": "nextlife:nextLifeXClip", "gunLength": 0.25, "texLenPerc": 0.7, "displayName": "Next Life X", diff --git a/assets/ships/nextLifeCapital/nextLifeCapital.json b/assets/ships/nextLifeCapital/nextLifeCapital.json index 7bb6e64..a2abc0c 100644 --- a/assets/ships/nextLifeCapital/nextLifeCapital.json +++ b/assets/ships/nextLifeCapital/nextLifeCapital.json @@ -9,7 +9,7 @@ "rechargeTime": 2 }, "displayName": "Next Life Capital", - "engine": "nextLifeModule:nextLifeBigEngine", + "engine": "nextlife:nextLifeBigEngine", "gunSlots": [ { "position": "0.4 0.15", diff --git a/assets/ships/nextLifeLarge/nextLifeLarge.json b/assets/ships/nextLifeLarge/nextLifeLarge.json index b6a5d39..0831042 100644 --- a/assets/ships/nextLifeLarge/nextLifeLarge.json +++ b/assets/ships/nextLifeLarge/nextLifeLarge.json @@ -9,7 +9,7 @@ "rechargeTime": 3 }, "displayName": "Next Life Large", - "engine": "nextLifeModule:nextLifeEngine", + "engine": "nextlife:nextLifeEngine", "gunSlots": [ { "position": "0.4 0.12", diff --git a/assets/ships/nextLifeMedium/nextLifeMedium.json b/assets/ships/nextLifeMedium/nextLifeMedium.json index 15244c5..4d50a3f 100644 --- a/assets/ships/nextLifeMedium/nextLifeMedium.json +++ b/assets/ships/nextLifeMedium/nextLifeMedium.json @@ -10,7 +10,7 @@ "rechargeTime": 10 }, "displayName": "Next Life Medium", - "engine": "nextLifeModule:nextLifeEngine", + "engine": "nextlife:nextLifeEngine", "gunSlots": [ { "position": "0.95 0.5", diff --git a/assets/ships/nextLifeSmall/nextLifeSmall.json b/assets/ships/nextLifeSmall/nextLifeSmall.json index c3658c8..1f8a051 100644 --- a/assets/ships/nextLifeSmall/nextLifeSmall.json +++ b/assets/ships/nextLifeSmall/nextLifeSmall.json @@ -9,7 +9,7 @@ "rechargeTime": 8 }, "displayName": "Next Life Small", - "engine": "nextLifeModule:nextLifeEngine", + "engine": "nextlife:nextLifeEngine", "gunSlots": [ { "position": "0.95 0.5", diff --git a/assets/ships/nextLifeStation/nextLifeStation.json b/assets/ships/nextLifeStation/nextLifeStation.json index 7bc620e..4348009 100644 --- a/assets/ships/nextLifeStation/nextLifeStation.json +++ b/assets/ships/nextLifeStation/nextLifeStation.json @@ -9,7 +9,7 @@ "allowsRotation": true } ], - "items": "nextLifeModule:nextLifeXGun core:mediumArmor+core:heavyArmor core:shield+core:bigShield", + "items": "nextlife:nextLifeXGun core:mediumArmor+core:heavyArmor core:shield+core:bigShield", "lightSrcPoss": [ "0.5 0.75" ],