ship components and circuit graphics
This commit is contained in:
parent
4d6cd4470c
commit
0d0197b073
@ -68,16 +68,28 @@
|
||||
"_comment_Equipment_Ship" : "",
|
||||
"items.materials.original.ship.engine.basic_ship_engines" :"Ship engines",
|
||||
"items.materials.original.ship.engine.basic_ship_engines.desc" :"Test engines",
|
||||
"items.materials.original.ship.engine.rtg.":"RTG",
|
||||
"items.materials.original.ship.engine.rtg.desc":"very baisic and low power genarator with a long track record of reliability",
|
||||
"items.materials.original.ship.engine.gen1_fission_reactor":"Gen 1 nuclear reactor",
|
||||
"items.materials.original.ship.engine.gen1_fission_reactor.desc":"A boiling water reactor. Little more than a pile of glowing rocks in some hot water",
|
||||
"items.materials.original.ship.engine.gen2_fission_reactor":"Gen 2 nuclear reactor",
|
||||
"items.materials.original.ship.engine.gen2_fission_reactor.desc":"A Gas cooled reactor. Uses CO2 as a coolant allowing it to run hotter and at higher pressures and be much more power dense. The high power density and pressures comes at a price of reliability",
|
||||
"items.materials.original.ship.engine.gen3_fission_reactor":"Gen 3 nuclear reactor",
|
||||
"items.materials.original.ship.engine.gen3_fission_reactor.desc":"A Molten salt reactor. The pinical of fission power. Uses molten salt as its coolant allowing for very high temperatures and low pressures. Safer than most reactors",
|
||||
"items.materials.original.ship.plating.basic_ship_plating" :"Ship plating",
|
||||
"items.materials.original.ship.plating.basic_ship_plating.desc" :"Test plating",
|
||||
"items.materials.original.ship.plating.reflective_ship_plating.":"Reflective plating",
|
||||
"items.materials.original.ship.plating.reflective_ship_plating.desc":"about as strong as standerd plating but reflects damage back at attackers",
|
||||
"items.materials.original.ship.shields.basic_ship_shield" :"Ship shield",
|
||||
"items.materials.original.ship.shields.basic_ship_shield.desc" :"Test shield",
|
||||
"items.materials.original.ship.thruster.basic_ship_thruster" :"Ship thruster",
|
||||
"items.materials.original.ship.thruster.basic_ship_thruster.desc" :"Test thruster",
|
||||
"items.materials.original.ship.thruster.big_ship_thruster":"Big ship thruster",
|
||||
"items.materials.original.ship.thruster.big_ship_thruster.desc":"Used as a main drive for a ship",
|
||||
"items.materials.original.ship.weapon.basic_ship_weapon" :"Ship weapon",
|
||||
"items.materials.original.ship.weapon.basic_ship_weapon.desc" :"Test weapon",
|
||||
"items.materials.original.ship.weapon.unstable_partical_cannon" :"Ship unstable_partical_cannon",
|
||||
"items.materials.original.ship.weapon.unstable_partical_cannon.desc" :"Test unstable_partical_cannon",
|
||||
"items.materials.original.ship.weapon.unstable_partical_cannon" :"Unstable partical cannon",
|
||||
"items.materials.original.ship.weapon.unstable_partical_cannon.desc" :"Does a lot of damage in a small space but to power it requires a lot of changes to the ships internals making it more prone to damage",
|
||||
"_comment_Materials" : "",
|
||||
"items.materials.original.bio.bio_pulp" : "Bio pulp",
|
||||
"items.materials.original.bio.bio_pulp.desc" : "A pile of biological material.",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 445 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@ -5,7 +5,8 @@
|
||||
"description": "items.materials.original.ship.engine.basic_ship_engines.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/engines/basic_ship_enignes.png",
|
||||
"stats": {
|
||||
"health": 50
|
||||
"health": 20,
|
||||
"power": 10
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
|
||||
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:gen1_fission_reactor",
|
||||
"displayName": "items.materials.original.ship.engine.gen1_fission_reactor",
|
||||
"description": "items.materials.original.ship.engine.gen1_fission_reactor.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/engines/gen1_fission_reactor.png",
|
||||
"stats": {
|
||||
"health": 30,
|
||||
"power": 30
|
||||
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:ship_engines",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:gen2_fission_reactor",
|
||||
"displayName": "items.materials.original.ship.engine.gen2_fission_reactor",
|
||||
"description": "items.materials.original.ship.engine.gen2_fission_reactor.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/engines/gen2_fission_reactor.png",
|
||||
"stats": {
|
||||
"health": 30,
|
||||
"power": 50,
|
||||
"defence.rating": -0.1,
|
||||
"resistance.base": -0.1
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "uncommon",
|
||||
"equipmentSlot": "original:ship_engines",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:gen3_fission_reactor",
|
||||
"displayName": "items.materials.original.ship.engine.gen3_fission_reactor",
|
||||
"description": "items.materials.original.ship.engine.gen3_fission_reactor.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/engines/gen3_fission_reactor.png",
|
||||
"stats": {
|
||||
"health": 40,
|
||||
"power": 60,
|
||||
"defence.rating": 0.1,
|
||||
"resistance.base": 0.05
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "rare",
|
||||
"equipmentSlot": "original:ship_engines",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:rtg",
|
||||
"displayName": "items.materials.original.ship.engine.rtg",
|
||||
"description": "items.materials.original.ship.engine.rtg.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/engines/rtg.png",
|
||||
"stats": {
|
||||
"health": 20,
|
||||
"power": 10,
|
||||
"defence.rating": 0.05,
|
||||
"resistance.base": 0.2
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "common",
|
||||
"equipmentSlot": "original:ship_engines",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:reflective__ship_plating",
|
||||
"displayName": "items.materials.original.ship.plating.reflective_ship_plating",
|
||||
"description": "items.materials.original.ship.plating.reflective_ship_plating.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/hulls/reflective_ship_plating.png",
|
||||
"stats": {
|
||||
"health": 20,
|
||||
"resistance.base": 0.2,
|
||||
"defence.rating": 1,
|
||||
"reflect.chance": 11.3
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "rare",
|
||||
"equipmentSlot": "original:ship_hull",
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
{
|
||||
"plating": {
|
||||
"id": "original:Big_ship_thruster",
|
||||
"displayName": "items.materials.original.ship.thruster.big_ship_thruster",
|
||||
"description": "items.materials.original.ship.thruster.big_ship_thruster.desc",
|
||||
"texture": "original/assets/textures/equipement/ship/thrusters/big_ship_thruster.png",
|
||||
"stats": {
|
||||
"health": 35,
|
||||
"defence.rating": 0.1,
|
||||
"speed": 22.5
|
||||
},
|
||||
"meta": {
|
||||
"rarity": "uncommon",
|
||||
"equipmentSlot": [
|
||||
"original:ship_thruster_1",
|
||||
"original:ship_thruster_2"
|
||||
],
|
||||
"storeCategory": "original:ship_equipment",
|
||||
"dungeon": "space"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:circuit_ai_core",
|
||||
"texture": "test/assets/textures/materials/circuits/ai_core.png",
|
||||
"texture": "test/assets/textures/materials/circuits/ai_core.gif",
|
||||
"displayName": "items.materials.original.circuits.ai_core",
|
||||
"description": "items.materials.original.circuits.ai_core.desc",
|
||||
"meta": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:circuit_processing_unit",
|
||||
"texture": "test/assets/textures/materials/circuits/processing.png",
|
||||
"texture": "test/assets/textures/materials/circuits/processing_unit.png",
|
||||
"displayName": "items.materials.original.circuits.processing_unit",
|
||||
"description": "items.materials.original.circuits.processing_unit.desc",
|
||||
"meta": {
|
||||
Loading…
Reference in New Issue
Block a user