Cynicide / RMSS-FoundryVTT

An Implementation of the Rolemaster Standard System for FoundryVTT
GNU General Public License v3.0
5 stars 0 forks source link

Is th project still alive ? #10

Open LeRatierBretonnien opened 1 month ago

LeRatierBretonnien commented 1 month ago

I plan to start a fork and to work actively on it

Cynicide commented 1 month ago

Please feel free, I do work on it every now and then and may do so in the future. But my situation at the moment means I don't have the time. I'm not sure what you could re-use there is a lot of code here that is a candidate for replacement.

rubendelblanco commented 1 week ago

Hi guys. In fact, i did a fork months ago and i'm continuing this work. At the moment, I created automatization calcs for potential stats (avoid manual roll dies for that!!!), sum all the values in the category skills (a great relief for GMs) and enhanced race items in order to automatically put the race bonuses in stats, resistance rolls, etc. When I was finished, I'll upload a video explaining how to create a character. My idea is to do four main milestones in the app:

I was dreaming about something like this like years ago and with this base project (thanks Cynicide) and this framework I think is time for RM fans to have a proper VTT!!!!

Link to my repo https://github.com/rubendelblanco/RolemasterSS

LeRatierBretonnien commented 1 week ago

Ah !! On my side I did a fork also : https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp I started some automations, as well as table and critical table automations....

rubendelblanco commented 1 week ago

As you can se here, the stats fields are automatically filled. The potential values are automated. potential_stats

The development costs for professions are stored in compendiums. Clone the skills compendium, fill them and import them in the character sheet. Simple as that. The total skills values are automatically calculated with the values of the rest of the columns 2024-09-01_22-04

I hope this raise your spirit!!!

EDIT: Some text are in spanish because I am spaniard. No worries, there is a translation file.

rubendelblanco commented 1 week ago

Ah !! On my side I did a fork also : https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp I started some automations, as well as table and critical table automations....

Interesting!!! I'll take a look and bookmark it. How do you did the critical table automations? My thought is to reuse some json that i had from another app that I tried to make from scratch years ago and insert them like rollable tables.

LeRatierBretonnien commented 1 week ago

Automation parsing + Json conversion. I am more working on rolls/fight enhancements right now, character creation will be done later.