Skip to content

Releases: HeyOmae/OMA3

Fix refresh 404 error on vercel

08 Jun 13:26
Compare
Choose a tag to compare

While trying to experiment with WebXR, it turns out I just needed to turn off output: export in the next config. Who'd have guessed...

Add Cyberears to cyberware data

11 Feb 22:44
Compare
Choose a tag to compare

I guess when I stole the data from genesis, they put cyberears in a different bucket. Anyway, I just tossed it in either all the other cyberware.

resolves #1827

Fix char sheet not working if runner is missing sim mod

08 Feb 03:00
Compare
Choose a tag to compare

Special thanks to /u/twoeyes_toondragon for finding this bug.

The problem was that I made a foolish assumption that people would have a sim mod if they add any electronic accessories. But obviously that doesn't need to be true as there are plenty of other cool accessories. So I added a simple check and all is right in the world.

Skill Table in Character Sheet

24 Jan 06:11
Compare
Choose a tag to compare

Displaying skills in Character sheet, with dice pools and stuff.

Initiative Calculations in Character Sheet

06 Jan 04:09
Compare
Choose a tag to compare

Hopefully I did the calculations right.

The character sheet has physical initiative, matrix (hot and cold) initiative, and astral initiative.

Fix JSON Download button

25 Nov 18:57
Compare
Choose a tag to compare

Fixed a bug where quotes were being escaped when you download the runner JSON file.

  • Also, since I'm bad a version control, a preview of the character sheet. It's not doing too much and is very incomplete.

Add upload runner modal

14 Oct 22:23
Compare
Choose a tag to compare

Not only can you download runners, but you can now upload them and share with the awesome power of copy and paste.

Just make sure each runner has a unique name.

Able to download a JSON copy of your runner

13 Oct 17:31
Compare
Choose a tag to compare
  • display error message if release note API fails

Next will be able to upload a copy of a runner, so you can share! Or restore from a backup...

Buy Knowledge skills with Karma

30 Sep 14:03
Compare
Choose a tag to compare

While, I'm sure no one would really care to do this, but if you buy a knowledge skill after you use up all your knowledge points, you spend karma on the skill now.

Expertise

28 Sep 02:57
Compare
Choose a tag to compare

You can buy an expertise for skills over 5. It costs 10 karma, but should be able to be bought for 5 karma if you bought a specialization with a skill point. But that's really hard to implement, so this seemed easier. I might make this better later. But for now, this works.