Skip to content

Commit

Permalink
Merge pull request vegastrike#100 from vegastrike/task_split
Browse files Browse the repository at this point in the history
Split master parts list into several files
  • Loading branch information
royfalk authored Jun 7, 2023
2 parents 281722e + 066bc8a commit c226e3a
Show file tree
Hide file tree
Showing 5 changed files with 3,821 additions and 3,811 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ INSTALL(FILES factions.xml DESTINATION share/vegastrike)

INSTALL(FILES master_part_list.csv DESTINATION share/vegastrike)
INSTALL(FILES master_part_list.json DESTINATION share/vegastrike)
INSTALL(FILES master_asteroid_list.json DESTINATION share/vegastrike)
INSTALL(FILES master_component_list.json DESTINATION share/vegastrike)
INSTALL(FILES master_ship_list.json DESTINATION share/vegastrike)


INSTALL(FILES py27_modules.7z DESTINATION share/vegastrike)

Expand Down
66 changes: 66 additions & 0 deletions master_asteroid_list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
[
{
"file": "small_asteroid0",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid1",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid2",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid3",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid4",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid5",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid6",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
},
{
"file": "small_asteroid7",
"categoryname": "Fragments",
"price": "0",
"mass": "100",
"volume": "1000",
"description": "@cargo/gems.image@A chunk of asteroid. Can be mined for ore if further shot upon."
}
]
Loading

0 comments on commit c226e3a

Please sign in to comment.