Refer a Friend
Page 154 of 331 First ... 54 104 144 152 153 154 155 156 164 204 254 ... Last
  1. #1531
    Wow, that looks great! You've captured the Attributes and Skills perfectly

    The only thing that doesn't fit is the Combat tile which was my original issue with using MoreCore for the d6 CS. It would need to show any Injured status, not a straight up health number. You could alter the titles to Stunned, Wounded, Wounded 2, Incapacitated, Mortally Wounded (doubt you need Killed). Then each block could be "Checked" to keep track of Injury status. I have no idea how difficult that alteration would be on your programming end.
    Last edited by Meliath1742; June 16th, 2019 at 20:13.
    Cross-examining Lawyer: Mister Cogburn, in your four years as US Marshal, how many men have you shot?
    Rooster Cogburn: Shot? Or killed?
    Cross-examining Lawyer: Let us restrict it to killed so we may have a manageable figure!

  2. #1532
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    24,754
    Blog Entries
    1
    Initiative: When you order each side by Perception - is that by 3d1 vs 3d vs 2d2 or is that 8 (3d1) vs 12 (3d) vs 9 (2d2)?
    Roll Actions: That is a major change on the programming...
    What are all the possible inputs to making a roll please?

  3. #1533
    Quote Originally Posted by damned View Post
    Initiative: When you order each side by Perception - is that by 3d1 vs 3d vs 2d2 or is that 8 (3d1) vs 12 (3d) vs 9 (2d2)? It would be 3d1 vs 3d vs 2d2

    Roll Actions: That is a major change on the programming...
    thought so...
    What are all the possible inputs to making a roll please?
    Are you referring to the Attribute/Skill roll vs the Difficulty? That's the basis for all d6 task rolls. There are situations where a "#D6" (+/-) modifier might be needed for the roll based on what the GM decides is applicable for the situation.
    Sorry, I'm not familiar enough with the system to come up with all the inputs for a task roll that may come up in game play. But having the ability to add a #D6 should get the job done.
    Last edited by Meliath1742; June 17th, 2019 at 01:56.
    Cross-examining Lawyer: Mister Cogburn, in your four years as US Marshal, how many men have you shot?
    Rooster Cogburn: Shot? Or killed?
    Cross-examining Lawyer: Let us restrict it to killed so we may have a manageable figure!

  4. #1534
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    24,754
    Blog Entries
    1
    So far you have introduced the following that can change the roll on the fly -
    Character Points (extra dice)
    Force Points (extra dice)
    and now I can choose to make more actions (lose dice)
    I can have a combination of these things.
    The fact some add and some subtract also makes it harder.

    This has a significant effect on programming stuff out.

    I cant just use modifiers to adjust the dice pool because the rolls can already have modifiers eg 3D2

    I have spent many hours on this already.
    I cant continue until I know what I need to program otherwise I end up writing code and then having to rewrite it and sometimes in a completely different way.

  5. #1535
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    24,754
    Blog Entries
    1
    Quote Originally Posted by damned View Post
    So far you have introduced the following that can change the roll on the fly -
    Character Points (extra dice)
    Force Points (extra dice)
    and now I can choose to make more actions (lose dice)
    I can have a combination of these things.
    The fact some add and some subtract also makes it harder.

    This has a significant effect on programming stuff out.

    I cant just use modifiers to adjust the dice pool because the rolls can already have modifiers eg 3D2

    I have spent many hours on this already.
    I cant continue until I know what I need to program otherwise I end up writing code and then having to rewrite it and sometimes in a completely different way.
    Im wrong - there is also Wounds that impact the number of Dice rolled.

  6. #1536
    I appreciate the effort you've put into this. I admit it's far more than I expected. Would it be easier if the dice we're put into the dice pool box instead of trying to automate every combination? The d6 system is a dice pool anyways. Or is this something you've already considered? Negative dice can be done manually after the initial roll if needed. To be honest I was more concerned with being able to track injury status than anything else. It's one of those things that can easily get confused during game play. If you need to move on from d6 I really appreciate the effort and time you've put into it.
    Last edited by Meliath1742; June 17th, 2019 at 10:27.
    Cross-examining Lawyer: Mister Cogburn, in your four years as US Marshal, how many men have you shot?
    Rooster Cogburn: Shot? Or killed?
    Cross-examining Lawyer: Let us restrict it to killed so we may have a manageable figure!

  7. #1537
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    24,754
    Blog Entries
    1
    Quote Originally Posted by Meliath1742 View Post
    I appreciate the effort you've put into this. I admit it's far more than I expected. Would it be easier if the dice we're put into the dice pool box instead of trying to automate every combination? The d6 system is a dice pool anyways. Or is this something you've already considered? Negative dice can be done manually after the initial roll if needed. To be honest I was more concerned with being able to track injury status than anything else. It's one of those things that can easily get confused during game play. If you need to move on from d6 I really appreciate the effort and time you've put into it.
    It would and wouldnt be easier using the dice pool...
    Adding dice from multiple sources is perfectly handled by the dice pool - you can even tell the dicepool to roll the dice with the weg roll type so long as you add 1 and only 1d6 and the rest of the dice are 1d1006

    /pooltype weg
    /pool 1d6
    /pool 1d1006

    but the pool does not allow you to reduce the number of dice in the pool...

  8. #1538
    Well, I think the dice pool will get it done just fine. Any negative die (if needed) can be rolled manually and subtracted from the first roll. Not a big deal. I'll take another look at the CS and see if I can figure out a way to manually track Injury status, perhaps typing it into the Description area. Are you making the CS you created available?
    Cross-examining Lawyer: Mister Cogburn, in your four years as US Marshal, how many men have you shot?
    Rooster Cogburn: Shot? Or killed?
    Cross-examining Lawyer: Let us restrict it to killed so we may have a manageable figure!

  9. #1539
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    24,754
    Blog Entries
    1
    Quote Originally Posted by Meliath1742 View Post
    Well, I think the dice pool will get it done just fine. Any negative die (if needed) can be rolled manually and subtracted from the first roll. Not a big deal. I'll take another look at the CS and see if I can figure out a way to manually track Injury status, perhaps typing it into the Description area. Are you making the CS you created available?
    I havent given up on it - Im just trying to understand the system better so that I dont have to re-do work.
    If using the dicepool in the meantime I suggest you determine the size of the pool before adding dice rather than taking away a separate dice roll.

  10. #1540
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    24,754
    Blog Entries
    1
    Ok I really need to know how combat works.
    I have some ideas for INIT but have not implemented them yet.
    I think I have damage working but I really need to know how you determine if an attack is successful.
    Is there armour?
    Does it reduce damage or make you harder to hit?
    Once you hit a target (or they hit you) I believe the target rolls Strength and the Attacker rolls Damage (based on weapon etc) and then the difference is compared to a matrix and applied from nothing right thru to Killed.
    Different levels of existing injury affect what the next attack does...

    Attached Images Attached Images

Page 154 of 331 First ... 54 104 144 152 153 154 155 156 164 204 254 ... Last

Thread Information

Users Browsing this Thread

There are currently 7 users browsing this thread. (0 members and 7 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in