Alyxia Sother

Results 7 issues of Alyxia Sother

The library locks you into providing only specific parameters. For example, `\Api\CurrentUser`: ![image](https://user-images.githubusercontent.com/54973868/158139424-d0b78a5b-861a-4d2a-b182-387ff02c3123.png) The `/user/repos` endpoint has more parameters than just these, though, such as `per_page`, which is now being...

Currently you'd have to use an external editor or the builtin (but rather unhandy) JSON editor to properly edit these: ![image](https://github.com/CCDirectLink/crosscode-map-editor/assets/54973868/62b4d062-d957-42fe-88a7-4ed102119a53) Would be handy if we could utilize existing subeditors...

Look into using https://github.com/redstonekasi/cc-textparser/ to highlight text in fields that the player can eventually see in-game. Kasi's implementation example was this: > you'd overlap a text area and the rendered...

See here: https://github.com/SuperAnt220/mc-dp-icons/blob/805321f678aede1eb472148b3879b20ceee562a7/fileicons/mc-dp-icon-theme.json#L509-L510 They should either get their own icon or adhere to the `js` or `ts` filetypes. Preferably the former though.

It seems that enemies are all above level 30 despite the Equilibrium level being 0, 30 is the minimum level for Equilibrium level 1, so is there any chance support...

This event/action step is currently not supported properly. Can this be added?

enhancement

When patching existing maps, it'd be handy if users could copy entire JSON structures of entities or properties of said entities (e.g. `event` in `EventTrigger`)