|
One of my contentions about the D&D rules is that there are a number of areas where Gary Gygax failed to give a rule because it was in a previous edition of the rules. Thus, you require CHAINMAIL to use a lot of original D&D, and there are a number of...
Started by MerricB on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at enworld):
|
|
If I understand correctly (correct me if I'm wrong), each ability score is going to be used to make saving throws.
If this is true, I think this is a great idea. Someone tries to grapple you? Make a Strength save. Someone tries to disarm you? Dexterity...
Started by Falling Icicle on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at enworld):
If you rarely have to make a Cha save suggests that players will once....
The first is if they aren't implemented equally.
But who knows how often a PC will roll an Intelligence or Charisma saving throw (mostly I don't know what these.
|
|
Is it true that in Castles & Crusades there are no saving throws as such? but rather, saving throws are simply ability checks, rather than a special target number (1e/2e) or modifier (3e)?
Started by Chainsaw Mage on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at rpg):
A player rolls a d20 to the saving....
A saving throw is an attribute check.
As such? From the rules:
"A saving throw is simply an attribute check for a character to avoid damage or events causing it need clarification.
|
Ask your Facebook Friends
|
[D&D Next] Friday Poll: Wizards, Attack Rolls, and Saving Throws http://community.wizards.com/dndnext..._roll_dice_too
Have at it! (Haven't read it yet myself.) My blog (Take 2): http://gamesseriousbusiness.blogspot.com/
Started by Tokezo Tenken on
, 10 posts
by 9 people.
Answer Snippets (Read the full thread at rpg):
A 4e style system of eliminating: Wizards, Attack Rolls, and Saving Throws I like playing a caster because you don't throw dice, at least vs a set DC......
Roll to make the saving throw sounds clunky and time consuming.
|
|
I quite fancy a bloggy type thing to attempt me to motivate myself into saving. I really need to try and get £45k together in 3 years... which means £1111 a month over that time period. Lets see if I can get anywhere close?
I have a few small debts at...
Started by Touche on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at moneysavingexpert):
A cheque arrived the next day So got....
Sylvia Wow thats.
Good luck with saving towards your target goal.
I will be subscribing to your diary.
Now the saving can begin again come payday Hello Touche,
Congratulation on paying off your CCs.
|
|
Hello,
When a PC is suffering the effects of poison and he gets to make a save each round to end the effects, does he make his save before he takes poison damage or after? Does he get to take his actions for the round first?
Started by Falstaff on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at enworld):
The character must make a saving throw against every poison affecting....
An interesting pair of questions otherwise:
http://paizo.com/paizo/blog/v5748dyo5lc12
"3.
Suffers each time if he fails his saving throw against the affliction.
|
|
On Thu, 25 Dec 2008 02:32:53 +0000, Keith Davies <keith.davies@kjdavies.org
Merry Christmas, Everyone.
Enjoy. Thoughts, questions, comments are welcome.
Keith
----------------------------------------------------------------------
Recalibrating...
Started by Keith Davies on
, 17 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
50% sounds good,....
A high Wisdom protects against, but be careful not to nerf saving throw DCs to
the point saving throws are always made.
Scores in Dexterity and Wisdom sometimes give saving
throw bonuses.
|
|
First of all, a disclaimer: I have experience in other languages, but am still learning the subtleties of C#
On to the problem... I am looking at some code, which uses the try/catch blocks in a way that concerns me. When a parsing routine is called, rather...
Started by Noah on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Just ....
Throw (rather than catch useful exception, handle the error).
Catching an exception, just to throw it again is just a pointless waste of time-by-zero exception; check to see if the divisor is zero beforehand).
Can deal with them.
|
|
So I have a large 2d array that i serialize, but when I attempt to unserialize the array it just throws the same error to the point of nearly crashing firefox.
The error is:
Warning: unserialize() [function.unserialize]: Node no longer exists in /var/...
Started by thirsty93 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Usually.
To answer your second question about how else you could save the data
why not output the xml responce directly to a file and save it locally, then read from the local file when required.
|
|
Hello... I am writing my first windows ce app. I am using an xml file (app.Config) to store state data... basically user preferences on the last location (connection string) that the person was using before closing the app. I am having trouble understanding...
Started by sdmiller on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I can think of three possible issues that might cause this behaviour:
The app.config gets renamed at compile/deploy time... .
I was able to get something similar working using this post .
You have to make sure you're reading and writing to the correct place .
|