Giter Site home page Giter Site logo

foundry-4e-tools's People

Contributors

draconas1 avatar foxlee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

foxlee

foundry-4e-tools's Issues

[Request] Any chance for Token Action HUD + CUB/Condition Lab compatibility?

I love having conditions available in Token Action HUD, but I also use Combat Utility Belt's Condition Lab to customise condition icons and link conditions to reference journal entries. Is there any chance you could get Token Action HUD refer to the customised set, like the regular Token HUD does?

(I'm asking here because it doesn't seem that Token Action HUD has conditions by default, and therefore you've added them? I don't know if I'm correct about that, so do forgive me if I should ask Token Action HUD's developer instead.)

[Suggestion] Allow auto bloodied to use the small icon

Currently, the only option we have when turning on "Auto Bloodied" is the large bloodied icon, which covers the token art. It would be nice to have an option to use the small icon istead.

I have changed the "overlay" property set on line 104 of auto-bloodied-dead.js on my end as a quick fix. I changed it to: "overlay": statusToCheck === dead, so dead will still use the large icon.

[Request] More "utility" functions for Token Action HUD

Any chance we could get a few more functions for Token Action HUD?

I would find it useful for the Utility category to contain the other "clickable" effects on the character sheet: Second Wind, Short Rest and Extended Rest, and Action Point. (And I suppose Death Save would be useful too, not that it ever comes up in my group.)

(I'm working on the assumption that this module decides what appears there for 4e, rather than it being determined by Token Action HUD. Please excuse me if that's not the case!)

Aura Macro Asisstance

Hi!

I've tried to adjust the code in the macro, but I don't know what to do with it unfortunately.

When i use the toggle aura macro, it auto sets the aura to "1" and I can't figure out how to change that line in the macro "const distance" (i assume is the line i need to mess with) to accept the preset size of the aura in the token controls.

I tried deleting that line and I get errors, i try adjusting it to "true" or something and it doesnt give me errors but nothing happens. Any assistance would be great! Thanks so much!

Nevermind for some reason when i deleted the token and replaced it, it seemed to no longer adjust the size of the aura. idk why, but i guess fixed!

Auto Roll Power macro only Auto rolling the attack roll, not the damage.

So, I was messing around with planning to use the auto roll attack and damage to expedite my combats and I was inserting the macro into my powers and it is only auto rolling the attack roll and not the damage or any healing associated to the power.

I was thinking it might be checking for a "Probable Hit" but even when targeting and hitting, it doesn't trigger the damage, so I am assuming it's not related to that (Though, it would be really cool if it could detect a hit and only roll the damage upon connection.)

So, anyway, I was just wondering if you could take another pass at this?

Macro Help: Healing/Temp HP macro

Hi! Thanks so much for these tools, i've been bust setting up a lot of automation for my game while i build out powers.

I was using your Temp HP/Healing macro to set up a temp HP automation on the end of recuperating strike and I ran into an issue, being mostly clueless about this stuff, and hope you can help if you find a minute!

const hpValue = @conMod;
await this.actor.applyTempHpChange(hpValue);

ChatMessage.create({
 user: game.user._id,
 speaker: ChatMessage.getSpeaker({token: this.actor}),
 content: `Gained ${hpValue} Temp HP`
});

However change "5" from your original macro (const hpValue) to @Conmod didn't work, how can I set it up to reference the con modifier?

Also I will need to also do one for a Con modifier + 5, if I'll need something different than just adding +5 to the above.

Thanks again! <3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.