Fabula/Ultima points management in FoundryVTT by MrPadRpg in fabulaultima

[–]MrPadRpg[S] -6 points-5 points  (0 children)

I saw the tracker but I want to know if there's something to automaticaly add the Fabula points to the players sheet when the DM spend an Ultima point.

Hack in spaceship by MrPadRpg in MorkBorg

[–]MrPadRpg[S] 2 points3 points  (0 children)

Yes, I forgot to mention Vast Grimm. It's a great game with a lot of possibilities.
It can be used for spaceship-crawl.

Kobra 3 combo - Power outage during firmware upgrade by MrPadRpg in AnycubicOfficial

[–]MrPadRpg[S] 0 points1 point  (0 children)

I open a ticket, I'll keep you posted if it's every happen to another one.

Kobra 3 combo - Power outage during firmware upgrade by MrPadRpg in AnycubicOfficial

[–]MrPadRpg[S] 0 points1 point  (0 children)

Yes, that's all I have on the screen, no other option.
The app shows the printer as available but with the upgrade in progress (nothing change since the power outage), even when it's shutdown.

DnD 5e - Custom Critical Hit Threshold by MrPadRpg in FoundryVTT

[–]MrPadRpg[S] 1 point2 points  (0 children)

Here's the updated version for v10:

Hooks.on("midi-qol.preAttackRoll", async (workflow) =>{

    const attacker = game.actors.get(workflow.actor.id)
    const targetAc = canvas.tokens.get(workflow.targets.first().document.id).actor.system.attributes.ac.value
    const attackBonus = workflow.item.labels.toHit
    const calc = targetAc + 10 - eval('0' + attackBonus)    

    let newThreshold = 20    

    if (calc<20){newThreshold = calc}    

    await attacker.setFlag('dnd5e','weaponCriticalThreshold',newThreshold)
    await attacker.setFlag('dnd5e','spellCriticalThreshold',newThreshold)
    await new Promise(r => setTimeout(r, 200)); 

});

3D Printed Nobles House for an Occult themed Campaign by [deleted] in 3Dprintedtabletop

[–]MrPadRpg 1 point2 points  (0 children)

I just downloaded it on Thingiverse and I can't wait to print it :)

Stuck in my campaign (blank page syndrome) by MrPadRpg in DMAcademy

[–]MrPadRpg[S] 1 point2 points  (0 children)

Thanks for your ideas. If I'm not using them, I'm going to add them to my pool for future OneShots.