devyndamonster / TakeAndHoldTweaker

An H3VR plugin for modifying Take & Hold
GNU General Public License v3.0
17 stars 11 forks source link

Allow multiple sosig types in SupplyChallenge (Feature request) #95

Open DesiQuintans opened 2 years ago

DesiQuintans commented 2 years ago

It is possible to tell TnH to draw sosigs from several enemy types for Patrols and HoldPhases by giving the EnemyType field an array:

"EnemyType":[
    "PistolPilfererLV0",
    "PistolPilfererLV1",
    "PistolPilfererLV2",
    "PistolPilfererLV3",
    "PistolPilfererLV4",
    "PistolPilfererLV4Shield"
],

However, trying to do the same for the EnemyType field in SupplyChallenge (in the Endless mode, for example) produces a "Unexpected character: [." error and makes the game CTD. It would be great if this field could accept an array like the others do. Thanks! :3

devyndamonster commented 2 years ago

Will add this suggestion to the backlog. There's going to be a big rewrite of TNH Tweaker coming up and that will probably be when this feature is added

DesiQuintans commented 2 years ago

Legend! Is there also a way for you to open up the wiki to public editing? I've learned a lot about making custom characters and I'd like to expand the wiki.