Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
borsek authored Sep 17, 2023
1 parent a1b86fe commit 7cec8f1
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 93 deletions.
56 changes: 28 additions & 28 deletions data/mods/Borsek_teleporters/furniture.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[
{
"id": "teleporter_anchor_deployed",
"type": "furniture",
"name": "Teleporter anchor (deployed)",
"move_cost_mod": 4,
"coverage": 0,
"required_str": 100,
"description": "A teleporter anchor, functioning as a target you can teleport to.",
"symbol": "O",
"color": "yellow",
"flags": [ "EASY_DECONSTRUCT", "NOCOLLIDE" ],
"looks_like": "telepad"
},
{
"id": "teleporter_station_deployed",
"type": "furniture",
"name": "Teleporter station (deployed)",
"move_cost_mod": 4,
"coverage": 0,
"required_str": 100,
"description": "A teleporter station, can be used to teleport.",
"symbol": "O",
"color": "yellow",
"flags": [ "EASY_DECONSTRUCT" ],
"looks_like": "f_MRI"
}
]
[
{
"id": "teleporter_anchor_deployed",
"type": "furniture",
"name": "Teleporter anchor (deployed)",
"move_cost_mod": 4,
"coverage": 0,
"required_str": 100,
"description": "A teleporter anchor, functioning as a target you can teleport to.",
"symbol": "O",
"color": "yellow",
"flags": [ "EASY_DECONSTRUCT", "NOCOLLIDE" ],
"looks_like": "telepad"
},
{
"id": "teleporter_station_deployed",
"type": "furniture",
"name": "Teleporter station (deployed)",
"move_cost_mod": 4,
"coverage": 0,
"required_str": 100,
"description": "A teleporter station, can be used to teleport.",
"symbol": "O",
"color": "yellow",
"flags": [ "EASY_DECONSTRUCT" ],
"looks_like": "f_MRI"
}
]
6 changes: 3 additions & 3 deletions data/mods/Borsek_teleporters/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"to_hit": -4,
"bashing": 1,
"use_action": "teleporter_anchor_use",
"looks_like": "tr_firewood_source"
"looks_like": "telepad"
},
{
"id": "teleporter_station_undeployed",
Expand All @@ -68,13 +68,13 @@
"to_hit": -4,
"bashing": 1,
"use_action": "teleporter_station_use",
"looks_like": "f_fridge"
"looks_like": "f_MRI"
},
{
"id": "schematics_teleportation",
"type": "BOOK",
"name": { "str_sp": "Teleporter network schematics" },
"description": "A disjointed collection of lab book pages , post-it notes, and computer printouts containing some funky physics equations and circuit diagrams. They seem to be describing some form of stable teleportation technology.",
"copy-from": "schematics_generic"
},
}
]
44 changes: 22 additions & 22 deletions data/mods/Borsek_teleporters/item_groups.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[
{
"id": "science",
"type": "item_group",
"items": [ [ "schematics_teleportation", 1 ] ]
},
{
"id": "schematics",
"type": "item_group",
"items": [ [ "schematics_teleportation", 10 ] ]
},
{
"id": "books_bank_vault",
"type": "item_group",
"items": [ [ "schematics_teleportation", 10 ] ]
},
{
"id": "teleport",
"type": "item_group",
"items": [ [ "schematics_teleportation", 10 ] ]
}
]
[
{
"id": "science",
"type": "item_group",
"items": [ [ "schematics_teleportation", 1 ] ]
},
{
"id": "schematics",
"type": "item_group",
"items": [ [ "schematics_teleportation", 10 ] ]
},
{
"id": "books_bank_vault",
"type": "item_group",
"items": [ [ "schematics_teleportation", 10 ] ]
},
{
"id": "teleport",
"type": "item_group",
"items": [ [ "schematics_teleportation", 10 ] ]
}
]
74 changes: 34 additions & 40 deletions data/mods/Borsek_teleporters/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,17 @@
"reversible": true,
"book_learn": [ [ "schematics_teleportation", 7 ] ],
"using": [ [ "soldering_standard", 15 ], [ "surface_heat", 10 ] ],
"components": [
[ [ "teleporter", 1 ] ],
[ [ "plastic_chunk", 4 ] ],
[ [ "cable", 2 ] ],
[ [ "scrap", 2 ] ],
[ [ "adhesive", 1, "LIST" ] ],
[ [ "amplifier", 2 ] ],
[ [ "antenna", 1 ] ],
[ [ "receiver", 1 ] ],
[ [ "processor", 5 ] ],
[ [ "RAM", 1 ] ],
[ [ "e_scrap", 10 ] ]
]
"components": [ [ [ "teleporter", 1 ] ],
[ [ "plastic_chunk", 4 ] ],
[ [ "cable", 2 ] ],
[ [ "scrap", 2 ] ],
[ [ "adhesive", 1, "LIST" ] ],
[ [ "amplifier", 2 ] ],
[ [ "antenna", 1 ] ],
[ [ "receiver", 1 ] ],
[ [ "processor", 5 ] ],
[ [ "RAM", 1 ] ],
[ [ "e_scrap", 10 ] ] ]
},
{
"result": "teleporter_station_undeployed",
Expand All @@ -34,24 +32,22 @@
"skill_used": "fabrication",
"skills_required": [ "electronics", 9 ],
"difficulty": 9,
"time": 10000,
"time": 300000,
"decomp_learn": 3,
"reversible": true,
"book_learn": [ [ "schematics_teleportation", 9 ] ],
"using": [ [ "soldering_standard", 150 ], [ "welding_standard", 500 ] ],
"components": [
[ [ "teleporter", 5 ] ],
[ [ "solar_panel_v2", 5 ] ],
[ [ "plastic_chunk", 12 ] ],
[ [ "processor", 50 ] ],
[ [ "hdframe", 1 ] ],
[ [ "adhesive", 10, "LIST" ] ],
[ [ "antenna", 3 ] ],
[ [ "receiver", 3 ] ],
[ [ "RAM", 10 ] ],
[ [ "e_scrap", 30 ] ],
[ [ "sheet_metal_small", 5 ] ]
]
"components": [ [ [ "teleporter", 5 ] ],
[ [ "solar_panel_v2", 5 ] ],
[ [ "plastic_chunk", 12 ] ],
[ [ "processor", 50 ] ],
[ [ "hdframe", 1 ] ],
[ [ "adhesive", 10, "LIST" ] ],
[ [ "antenna", 3 ] ],
[ [ "receiver", 3 ] ],
[ [ "RAM", 10 ] ],
[ [ "e_scrap", 30 ] ],
[ [ "sheet_metal_small", 5 ] ] ]
},
{
"result": "teleporter_anchor_undeployed",
Expand All @@ -61,21 +57,19 @@
"skill_used": "fabrication",
"skills_required": [ "electronics", 8 ],
"difficulty": 8,
"time": 10000,
"time": 100000,
"decomp_learn": 3,
"reversible": true,
"book_learn": [ [ "schematics_teleportation", 8 ] ],
"using": [ [ "soldering_standard", 150 ], [ "welding_standard", 500 ] ],
"components": [
[ [ "solar_panel_v2", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "plastic_chunk", 4 ] ],
[ [ "hdframe", 1 ] ],
[ [ "adhesive", 1, "LIST" ] ],
[ [ "antenna", 1 ] ],
[ [ "receiver", 1 ] ],
[ [ "RAM", 1 ] ],
[ [ "e_scrap", 3 ] ]
]
"components": [ [ [ "solar_panel_v2", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "plastic_chunk", 4 ] ],
[ [ "hdframe", 1 ] ],
[ [ "adhesive", 1, "LIST" ] ],
[ [ "antenna", 1 ] ],
[ [ "receiver", 1 ] ],
[ [ "RAM", 1 ] ],
[ [ "e_scrap", 3 ] ] ]
}
]
]

0 comments on commit 7cec8f1

Please sign in to comment.