Skip to content

Commit

Permalink
changed all <moduleName> values to 'nextlife'
Browse files Browse the repository at this point in the history
  • Loading branch information
nailorcngci committed Dec 6, 2019
1 parent 90d9f4c commit de947ae
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions assets/configs/playerSpawnConfig.json
Original file line number Diff line number Diff line change
@@ -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
}
}
2 changes: 1 addition & 1 deletion assets/configs/projectilesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dmgType": "energy",
"speed": 7,

"tex": "nextLifeModule:nextLifeX",
"tex": "nextlife:nextLifeX",
"texSz": 0.2,

"collisionEffect": {
Expand Down
8 changes: 4 additions & 4 deletions assets/configs/startingStation.json
Original file line number Diff line number Diff line change
@@ -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
}
}
2 changes: 1 addition & 1 deletion assets/items/nextLifeXGun/nextLifeXGun.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion assets/ships/nextLifeCapital/nextLifeCapital.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rechargeTime": 2
},
"displayName": "Next Life Capital",
"engine": "nextLifeModule:nextLifeBigEngine",
"engine": "nextlife:nextLifeBigEngine",
"gunSlots": [
{
"position": "0.4 0.15",
Expand Down
2 changes: 1 addition & 1 deletion assets/ships/nextLifeLarge/nextLifeLarge.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rechargeTime": 3
},
"displayName": "Next Life Large",
"engine": "nextLifeModule:nextLifeEngine",
"engine": "nextlife:nextLifeEngine",
"gunSlots": [
{
"position": "0.4 0.12",
Expand Down
2 changes: 1 addition & 1 deletion assets/ships/nextLifeMedium/nextLifeMedium.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rechargeTime": 10
},
"displayName": "Next Life Medium",
"engine": "nextLifeModule:nextLifeEngine",
"engine": "nextlife:nextLifeEngine",
"gunSlots": [
{
"position": "0.95 0.5",
Expand Down
2 changes: 1 addition & 1 deletion assets/ships/nextLifeSmall/nextLifeSmall.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rechargeTime": 8
},
"displayName": "Next Life Small",
"engine": "nextLifeModule:nextLifeEngine",
"engine": "nextlife:nextLifeEngine",
"gunSlots": [
{
"position": "0.95 0.5",
Expand Down
2 changes: 1 addition & 1 deletion assets/ships/nextLifeStation/nextLifeStation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit de947ae

Please sign in to comment.