randovania / randomprime

Prime1 patcher for Randovania and a few other things.
MIT License
3 stars 2 forks source link

Support setting custom SCAN for objects #64

Open Miepee opened 3 months ago

Miepee commented 3 months ago

Providing a way to set the Scan File used for entities would be nice. something akin to

"12456789": {
  "scanEntry": {
    "strg": [
        "This is Bob",
        "Names",
        "Bob likes to hydrate regularly. Be like Bob."
    ],
    "scanSpeed": 10,
    "logbookCategory": 0,
    "critical": true,
    "images": [
      {
        "textureID": 987654321,
        "appearancePercentage": 0.01,
        "imagePosition": 1,
        "width": 0,
        "height": 0,
        "interval": 0.0,
        "fadeDuration": 0.0
      },
      // repeat for all 4 images
    ]
  }
}