Skip to content

Commit

Permalink
Interim commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidadas committed Oct 20, 2024
1 parent 38d8548 commit b382b59
Show file tree
Hide file tree
Showing 86 changed files with 5,618 additions and 1,618 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
60 changes: 60 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.vs": true,
"**/.gitmodules": true,
"**/.vsconfig": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
"**/*.user": true,
"**/*.userprefs": true,
"**/*.unityproj": true,
"**/*.dll": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
"**/*.jpeg": true,
"**/*.png": true,
"**/*.psd": true,
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.lxo": true,
"**/*.LXO": true,
"**/*.ma": true,
"**/*.MA": true,
"**/*.obj": true,
"**/*.OBJ": true,
"**/*.asset": true,
"**/*.cubemap": true,
"**/*.flare": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"build/": true,
"Build/": true,
"Library/": true,
"library/": true,
"obj/": true,
"Obj/": true,
"Logs/": true,
"logs/": true,
"ProjectSettings/": true,
"UserSettings/": true,
"temp/": true,
"Temp/": true
},
"dotnet.defaultSolution": "rebellion2.sln"
}
28 changes: 14 additions & 14 deletions Assets/Resources/Configs/NewGameConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"Buildings": {
"InitialBuildings": {
"GameIDs": [
"TypeIDs": [
"BDFA01",
"BDFA02",
"BDFA03",
Expand Down Expand Up @@ -85,29 +85,29 @@
"GalaxySize": {
"Small": [
{
"OwnerGameID": "FNEMP1",
"InitialParentGameID": "PLSEW05",
"GameID": "CSEM006"
"OwnerTypeID": "FNEMP1",
"InitialParentTypeID": "PLSEW05",
"TypeID": "CSEM006"
},
{
"OwnerGameID": "FNEMP1",
"GameID": "CSEM005"
"OwnerTypeID": "FNEMP1",
"TypeID": "CSEM005"
},
{
"OwnerGameID": "FNALL1",
"GameID": "CSAL002"
"OwnerTypeID": "FNALL1",
"TypeID": "CSAL002"
},
{
"OwnerGameID": "FNALL1",
"GameID": "ALCS003"
"OwnerTypeID": "FNALL1",
"TypeID": "ALCS003"
},
{
"OwnerGameID": "FNALL1",
"GameID": "ALCS006"
"OwnerTypeID": "FNALL1",
"TypeID": "ALCS006"
},
{
"OwnerGameID": "FNALL1",
"GameID": "ALCS006"
"OwnerTypeID": "FNALL1",
"TypeID": "ALCS006"
}
],
"Medium": [
Expand Down
32 changes: 16 additions & 16 deletions Assets/Resources/Data/Buildings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- ******************* FACILITIES ******************* -->
<!-- ************************************************** -->
<Building>
<GameID>BDFA01</GameID>
<TypeID>BDFA01</TypeID>
<DisplayName>Construction Facility</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>10</ConstructionCost>
Expand All @@ -14,7 +14,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDFA02</GameID>
<TypeID>BDFA02</TypeID>
<DisplayName>Training Facility</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>10</ConstructionCost>
Expand All @@ -24,7 +24,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDFA03</GameID>
<TypeID>BDFA03</TypeID>
<DisplayName>Orbital Shipyard</DisplayName>
<BuildingSlot>Orbit</BuildingSlot>
<ConstructionCost>20</ConstructionCost>
Expand All @@ -34,7 +34,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDFA04</GameID>
<TypeID>BDFA04</TypeID>
<DisplayName>Mining Facility</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>20</ConstructionCost>
Expand All @@ -44,7 +44,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDFA05</GameID>
<TypeID>BDFA05</TypeID>
<DisplayName>Refinery</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>20</ConstructionCost>
Expand All @@ -54,7 +54,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDFA06</GameID>
<TypeID>BDFA06</TypeID>
<DisplayName>Advanced Training Facility</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>10</ConstructionCost>
Expand All @@ -64,7 +64,7 @@
<ResearchLevel>1</ResearchLevel>
</Building>
<Building>
<GameID>BDFA07</GameID>
<TypeID>BDFA07</TypeID>
<DisplayName>Advanced Orbital Shipyard</DisplayName>
<BuildingSlot>Orbit</BuildingSlot>
<ConstructionCost>20</ConstructionCost>
Expand All @@ -77,7 +77,7 @@
<!-- ******************** DEFENSES ******************** -->
<!-- ************************************************** -->
<Building>
<GameID>BDDF01</GameID>
<TypeID>BDDF01</TypeID>
<DisplayName>LNR Series I</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>7</ConstructionCost>
Expand All @@ -88,7 +88,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDDF02</GameID>
<TypeID>BDDF02</TypeID>
<DisplayName>GenCore Level I</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>12</ConstructionCost>
Expand All @@ -99,7 +99,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDDF03</GameID>
<TypeID>BDDF03</TypeID>
<DisplayName>KDY-150</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>4</ConstructionCost>
Expand All @@ -110,7 +110,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDDF04</GameID>
<TypeID>BDDF04</TypeID>
<DisplayName>Death Star Shield</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>25</ConstructionCost>
Expand All @@ -121,7 +121,7 @@
<ResearchLevel>3</ResearchLevel>
</Building>
<Building>
<GameID>BDDF05</GameID>
<TypeID>BDDF05</TypeID>
<DisplayName>LNR Series II</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>10</ConstructionCost>
Expand All @@ -132,7 +132,7 @@
<ResearchLevel>4</ResearchLevel>
</Building>
<Building>
<GameID>BDDF06</GameID>
<TypeID>BDDF06</TypeID>
<DisplayName>GenCore Level II</DisplayName>
<BuildingSlot>Ground</BuildingSlot>
<ConstructionCost>20</ConstructionCost>
Expand All @@ -146,7 +146,7 @@
<!-- ******************** Utility ********************* -->
<!-- ************************************************** -->
<Building>
<GameID>BDUT01</GameID>
<TypeID>BDUT01</TypeID>
<DisplayName>Orbital Telescope</DisplayName>
<BuildingSlot>Orbit</BuildingSlot>
<ConstructionCost>10</ConstructionCost>
Expand All @@ -157,7 +157,7 @@
<ResearchLevel>0</ResearchLevel>
</Building>
<Building>
<GameID>BDUT02</GameID>
<TypeID>BDUT02</TypeID>
<DisplayName>Orbital Minefield</DisplayName>
<BuildingSlot>Orbit</BuildingSlot>
<ConstructionCost>35</ConstructionCost>
Expand All @@ -168,7 +168,7 @@
<ResearchLevel>7</ResearchLevel>
</Building>
<Building>
<GameID>BDUT03</GameID>
<TypeID>BDUT03</TypeID>
<DisplayName>Advanced Orbital Telescope</DisplayName>
<BuildingSlot>Orbit</BuildingSlot>
<ConstructionCost>111</ConstructionCost>
Expand Down
Loading

0 comments on commit b382b59

Please sign in to comment.