-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(autofix.ci): automated formatting
- Loading branch information
1 parent
c63c38d
commit a1b86fe
Showing
3 changed files
with
88 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ] ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters