Skip to content

Commit

Permalink
Merge pull request #79361 from QuillInkwell/fix-intergrated-ar-bionic
Browse files Browse the repository at this point in the history
Fix broken EFilePocket on Integrated AR Bionic
  • Loading branch information
GuardianDll authored Jan 27, 2025
2 parents 48550ec + 457ec4d commit d95d165
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,16 @@
"description": "Extremely thin lenses provides user with augmented reality overlay allowing the user to zoom, and it displays handy information about local topology.",
"charges_per_use": 1,
"use_action": [ "CAMERA", "PORTABLE_GAME", "EBOOKSAVE", "E_FILE_DEVICE" ],
"etransfer_rate": "140 MB",
"e_port": "phone",
"pocket_data": [
{
"pocket_type": "EBOOK",
"pocket_type": "E_FILE_STORAGE",
"rigid": true,
"max_contains_volume": "1 ml",
"max_contains_weight": "1 g",
"weight_multiplier": 0
"weight_multiplier": 0.0,
"ememory_max": "2 TB"
}
],
"flags": [
Expand Down

0 comments on commit d95d165

Please sign in to comment.