Jump to content

Dangermouse

Member
  • Posts

    114
  • Joined

  • Last visited

Everything posted by Dangermouse

  1. Hi Scott - at the moment the only option is to create a new skill, power etc under Items in the main Foundry directory and then drag the item to the character sheet. There isn't the option to do it directly from the character sheet. When (yeah, it's all tomorrow, tomorrow) I create an NPC sheet then I was going to put this function in for NPCs - but if there are enough people who want it for characters then it's probably not a big task - (I'd probably create a game setting so that you can decide if you want to give this option to players or just the GM). So folks shout - if you want this then please say so and I can add it to the project backlog. Cheers Simon
  2. Superpowers and Modifiers are already built in to the extent that they exist and you can add them to the character sheet - there's no automation around them at this stage. Hopefully enough so you can play a game but if not let me know. I've never played a superpower game so no idea if it does what you need.
  3. Sure thing - it's added. I've got two things on my plate before I can get some serious time for BRP (other than work, family) - but both should be done fairly soon (I hope). Before I add more things I do want to refactor BRP to allow for using compendia rather than just in world items etc. That may be a bit of a major recoding exercise but I've finished doing that for Pendragon so have a basis to work off.
  4. Is this the official release date, or a pre-launch?
  5. Thank you. Passions are already on the roadmap and I've now added Reputation - View 1 · @Genii-Locorum's BRP Development (github.com)
  6. Whilst I have installed the Foundry VTT implementation I havent actually got round to populating or playing it. You might try reaching out on Githubb to the authors sun-dragon-cult/fvtt-system-rqg: Runequest Glorantha Foundry VTT system (github.com) or ask over on Discord https://discord.com/channels/170995199584108546/751202546512691331 Sorry I can't be of more help.
  7. Thank you, it’s very kind of you to say that. hoping to get back to BRP in April and continuing development.
  8. Good afternoon - doing some work on Pendragon and I've fixed the Negative HP issue (thanks for calling it out). On the "editing HP on the token" - I have a sort of hack for this for NPCs but would welcome your input. NPCs have a "total wounds" value. Current HP is calculated as Max HP - Total Wounds. So you can't simply edit the Current HP value in the token bar (it would get reset by the calculation). What I can do is add "Total Wounds" as the second attribute on the token - which you could edit direcrtly. This won't work for characters as Total Wounds isn't used. Current HP = Max HP - sum of all wounds. Would this work for you? If so I can look at setting this as the default for new NPCs. EDIT: Screenshot below. Right click on the token then enter the number in the top box, hit ENTER and the HP value at the bottom and the bar updates And to manage expectations it's going to be April I suspect before I get a new version released Cheers
  9. Let me add it as an issue to the Github and I will look in to it. But it won’t be until April/May because of real life commitments.
  10. A basic form and data model should be easy. It's the twiddly bits that get fun (like having improvements and stuff) - I'll hold judgement until I've read the rules 🙂 But happy to have a go and learn some new stuff as needed.
  11. Cheers. I will have a look when time permits. It may be that I bring Manors in as a module to the system as it’s not strictly part of 6th Ed yet.
  12. @echomikedelta - if I were to add Estates sooner rather than later - can you point me towards the right book to get the info (Corerule book 5.2? Book of Estates etc). Cheers
  13. At the moment I've not built anything special for the combat tracker so it's whatever Foundry has out of the box. I have tweaked my version of the code to make the stats available for rolls (eg /r 1d10 + @dex.total). I have also added an initiative roll from the combat tracker to be 1D10 + @dex.total It wouldnt be difficult (I think, famous last words) to add a setting with a couple of options that you can choose from - but would need to agree what they are. Thoughts are DEX DEX + 1D10 Perhaps with a second game option to reverse the order (i.e. lowest goes first) Would this work as a short term fix for you?
  14. Sorry - I've been tied up with work and some other projects so this hasn't moved on very far and it's likely to be April/May before I get back to this. There's some failry major rework I need to do to get items working from the compendia etc. So it's not dead, it's just resting. I'd love to do a stat block parser - but I think I probably need to get the data models bottomed out first for NPCs/Creatures. Plus it's probably way beyond my current coding knowledge - so will have to invest some time learning how the Dhole house work and then adapt for BRP. I've added this to the project backlog over on Git Please do nudge me (or nag me) to spure me on to move this forward.
  15. The short answer is yes. the slightly longer answer is - but when depends on 6th edition releases. The system so far is built on 6th Ed starter set. I’m loathe to add something that then turns out to be in conflict with the official release. So I could add manors now (time permitting) but I’d rather know how they operate under 6th Ed so I build them properly.
  16. Im sure most things are possible. In Rivers of London I have pretty much automated combat so you select target, make the attack roll, press the "damage" button and it then applies the damage to the target adjusting for armour etc - and that has different damage and armour types (eg. ballistic armour protecting against gunfire whilst a stab-vest doesnt). Please keep this stuff in mind - once I get the basics done then let's revisit. Anything that's easy to change I will do as I go along - just the bigger bits I need to think a bit more about 🙂
  17. I've added (in my working copy) adjustments for Max HP, Damage (adds to the character damage score, not the rolled damage directly), Move and Armour. Any others you want (I think that covers most of them unless you want adjustments to the knockdown, major wound score etc). I'll have to have a think about the Token angle. It might be doable for NPCs as wounds arent individual items for them, but suspect not for PCs. I'll add it to my "To Do" list to consider. Thanks for the heads up on negative wounds for NPCs - will fix that. I've added Parry as a value to the weapon (rather than as part of a description) and doing some rework on combat rolls. At the moment combat is fairly unautomated - you can get told who wins/looses and if they can use their armour/shield. I'll look to add "Parry" in there as well. But at the moment it's a message/reminder. I'm trying to balance automation vs becoming a video game v letting players and GMs alter things. I'm reasonably confident that I could automate it so that when you roll damage it reduces the damage by the Armour/Shield/Parry and then create the wound if there was a target. But that removes the GMs ability to want to adjust things. I could add a setting to let the GM select automation or not. Hmmm, just spitballing here a bit. For now I'll keep things simple and unautomated - but happy to revisit when I get the next release out. And thank you for the kind words -much appreciated. And keep the feedback coming.
  18. Sorry @Ushgarak- missed these over the weekend. Glad the token vision is sorted. I will look to add a game setting so you can choose the default. I'll also look to add something about Bonuses to HP. What other "things" do you want to be able to modify. I'll see what I can add - although it's probably a month or two before the next release. I seem to have way more on than I can properly cope with at the moment.
  19. You don't need to code - there's loads of pre-built systems out there to use. It's more you can if you want to. I started playing with the Call of Cthulhu system then built one that wasnt available (anywhere that I could see) partly as an challenge to myself. If you're interested in Foundry and want to see what it's like give me a shout and I'm sure I can host soemthing for you (a bit more tailored than you tube videos) 🙂
  20. The Sun Dragon Cult implementation is the one you want and the one I believe Chaosium are looking to provide Official content for. As for Foundry v Roll 20 I used both heavily with Call fo Cthulhu and Foundry wins hands down for me and my players preferred it. Added to that I can self host games, the software is a one-off purchase and it has a lot of features that you have to pay for in Roll20 it's more cost effective (for me) as well. Geoff has a point regarding stability but I think the issue is when you start using lots of modules (some of which can conflict with others). So far (and I only use a handful of modules) I've had no issues in the last two of years. And it's reasonably easy to jump in and start coding your own system and modules and there's a massively helpful community for giving advice on doing your own development.
  21. I think I saw Lynne H post over in Facebook in Jan 2024 that there was some case files coming, starting this quarter. I didnt get to Dragonmeet in 2023. That's where we tended to get updates on release very vague timelines.
  22. KIvak - ok I didnt wait until Monday, found and sorted the dice damage maxing out at 20. It'll be out in the next release Are you rolling the attack from the Weapon on the Combat tab? If you roll from the Skills tab its an opposed roll, whereas if you roll from the weapon it's a combat roll. Opposed rolls won't let you do damage. If it's not that - then it might be ownership/GM - sorry if this is a basic question but are you the GM?
  23. Thanks for calling those out - I'll have a look tomorrow (I've been away this weekend). I've added them as issues on the github. Issues · Genii-Locorum/Pendragon (github.com)
  24. It's been a while but Beta version 8 is now released Added opposed rolls. Only the first roll added to card enters the Reflex Modifier. Refactored other rolls to adjust for the new opposed rolls Added tooltips for various roll options Added a game setting at user level to determine whether a roll is made with or without a dialogue box Default is a dialogue box appears and SHIFT means no dialogue box. Turning this on reverses this position. Added combat rolls from weapons, similar to opposed rolls, which in turn allows a follow on damage roll for the succesful parties. AutoXP added - if the GM selects this in game settings then you XP checkboxes will be automatically ticked on a Successful roll or a Fumble. In the case of traits a Fumble grants a tick to the opposing trat. For combat rolls the underlying skill is ticked Hotbar macros enabled for Skills, Traits, Passions and Weapons (from the combat tab)
  25. If you're not looking for "kidnapped" there's also the "practising magic" and acciendtally opened a portal then wandered through? She's wandered through, portal closed and got lost - the party have to look to find a way to go through and retrieve her? Perhaps she's then become friendly with the Demi-Monde and doesn't want to leave or maybe she has been taken prisoner and can't.
×
×
  • Create New...