IPB

Welcome Guest ( Log In | Register )

39 Pages V  « < 16 17 18 19 20 > »   
Reply to this topicStart new topic
> Broken Rules., Or where RAW just fails.
Traul
post Sep 24 2010, 02:13 PM
Post #426


Running Target
***

Group: Members
Posts: 1,190
Joined: 31-May 09
From: London, UK
Member No.: 17,229



QUOTE (KarmaInferno @ Sep 24 2010, 04:06 PM) *
I've always found that you can discover a LOT of logical errors in a game's rules set if you go and try and create a character generator for the game.

Excel, for example, is really really intolerant of fuzzy rules and conditional errors.




-k

QFT. Game designers should start the other way around: once the RAI is unambiguous enough to be programmed, then they start writing them down, because even if the writing is fuzzy, at least someone has already wondered what it is supposed to mean.
Go to the top of the page
 
+Quote Post
Smokeskin
post Sep 24 2010, 02:26 PM
Post #427


Moving Target
**

Group: Members
Posts: 881
Joined: 31-July 06
From: Denmark
Member No.: 8,995



QUOTE (StealthSigma @ Sep 24 2010, 03:47 PM) *
It's not. Especially when you come from a computer science background or have even a rudimentary grasp of conditionals.

AND always means that the condition to the right and the left must both be true in order for the action to occur or be qualified to happen.


Actually, as someone with a computer science background, it is blindingly obvious that most people DON'T phrase their words like they describe conditionals, and to interpret a text outside of the realms of CS and math with such stringency is nothing more than deliberatedly trying to misunderstood the message.
Go to the top of the page
 
+Quote Post
StealthSigma
post Sep 24 2010, 02:47 PM
Post #428


Runner
******

Group: Members
Posts: 2,536
Joined: 13-July 09
Member No.: 17,389



QUOTE (Smokeskin @ Sep 24 2010, 10:26 AM) *
Actually, as someone with a computer science background, it is blindingly obvious that most people DON'T phrase their words like they describe conditionals, and to interpret a text outside of the realms of CS and math with such stringency is nothing more than deliberatedly trying to misunderstood the message.


"Because most people DON'T phrase their words like the describe" is not an excuse for poor grammar or even a reason to level the blame at the recipient. The entire purpose of grammar and language is to provide a unified rule set to express ideas between people with clarity. Clarity is the keyword. Since the intent of the idea does not match the expression (by the rules of grammar) this is entirely the fault of the writer not the reader.
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 24 2010, 02:49 PM
Post #429


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



Agreed, Smokeskin. Let's be serious for a moment: a compsci background only helps you understand how *compsci* contexts use conditionals. Conversational English is wholly different, and that's not an error or a bad thing. It's just how it works. Someone with a compsci background should easily understand that the rules are different in different languages. (IMG:style_emoticons/default/smile.gif)

Oh god. Let's not even get into the 'poor grammar' thing. The fact is, 'and' and 'or' can be used ambiguously in the sentence we're discussing. Neither is ungrammatical.
Go to the top of the page
 
+Quote Post
StealthSigma
post Sep 24 2010, 02:53 PM
Post #430


Runner
******

Group: Members
Posts: 2,536
Joined: 13-July 09
Member No.: 17,389



QUOTE (Yerameyahu @ Sep 24 2010, 10:49 AM) *
Agreed, Smokeskin. Let's be serious for a moment: a compsci background only helps your understand how *compsci* contexts use conditionals. Conversational English is wholly different, and that's not an error or a bad thing. It's just how it works. Someone with a compsci background should easily understand that the rules are different in different languages. (IMG:style_emoticons/default/smile.gif)


A book, written in English, should conform to English grammar. If the book was written in another language, it should conform to that languages rules of grammar. It is then the translator's job to properly translate the text to the next language and ensure that the intent of the original language is properly conveyed in the grammar rules of the new language.


QUOTE (Yerameyahu @ Sep 24 2010, 10:49 AM) *
Oh god. Let's not even get into the 'poor grammar' thing. The fact is, 'and' and 'or' can be used ambiguously in the sentence we're discussing. Neither is ungrammatical.


Yes, and and or can be use in that sentence. However using and or or greatly changes the outcome of the sentence by changing Willpower and Logic from either contrasting or non-contrasting attributes.
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 24 2010, 03:08 PM
Post #431


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



That's true: one possible interpretation is as you say. However, as always, there is ambiguity, and there are *other* possible, valid interpretations. Please don't pretend that English grammar works otherwise. (IMG:style_emoticons/default/smile.gif) It makes things worse. Again, there's nothing ungrammatical about either.

Possibly 'or' would be a superior choice in this specific case, assuming the intent is either attribute (which I agree is the case). There's no particular imperative to use the superior choice, and it doesn't make other choices 'incorrect grammar'.
Go to the top of the page
 
+Quote Post
Dumori
post Sep 24 2010, 04:13 PM
Post #432


Dumorimasoddaa
******

Group: Members
Posts: 2,687
Joined: 30-March 08
Member No.: 15,830



QUOTE (Dakka Dakka @ Sep 24 2010, 01:45 PM) *
Well there is the memory test (LOG+WIL) it affects that as well.

The and->or fix opens the question whether tests involving both attributes incur the double penalty.

No logicically or can be and to not commonly used as most uses of or are xor but still.
Go to the top of the page
 
+Quote Post
Brazilian_Shinob...
post Sep 24 2010, 09:37 PM
Post #433


Shooting Target
****

Group: Dumpshocked
Posts: 1,989
Joined: 28-July 09
From: Somewhere along the brazilian coast
Member No.: 17,437



i'm gonna side with StealthSigma here. I come from a computer sciences background and after a semester of Theory of Information (where we work with regular languages, Turing machines, deterministic and non-deterministic finite state machines, etc), I've come to realize two things.
The first one was that if rules were to be written under a regular grammar (that doesn't allow ambiguity) they couldn't be misinterpreted.
The second is that our teacher was insane (IMG:style_emoticons/default/grinbig.gif) .

Anyway, computer languages are context-free and regular. They need to be because a computer follows it to the letter and if there were more than one way for a sentence be interpreted the computer would go crazy.
"Natural" languages (english, portuguese, etc.) ARE NOT context-free, therefore they allow room for more than one interpretation depending on how they are written.
Go to the top of the page
 
+Quote Post
Dumori
post Sep 24 2010, 11:01 PM
Post #434


Dumorimasoddaa
******

Group: Members
Posts: 2,687
Joined: 30-March 08
Member No.: 15,830



Yes a specific set of grammar/English should be used for RPG rules. Though this would be a bitch for some to get used to it would make most forums less "trolly/flamey. I mean it would only have to be more like legal documents in the crunch sections.
Go to the top of the page
 
+Quote Post
Dakka Dakka
post Sep 25 2010, 01:22 PM
Post #435


Prime Runner
*******

Group: Members
Posts: 3,507
Joined: 11-November 08
Member No.: 16,582



QUOTE (Dumori @ Sep 24 2010, 06:13 PM) *
No logicically or can be and to not commonly used as most uses of or are xor but still.
I don't understand what you are trying to say.
"Or" in this case is a logical disjunction and not the exclusive disjunction of XOR. In the context of the rules XOR would make only marginally more sense than "and". All skill checks involving one of the two attributes would suffer the penalty, but the memory test (using both attributes) would not.
"And" however always is a logical conjunction, which creates the meaning that only tests involving both attributes suffer the penalty.
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 25 2010, 01:25 PM
Post #436


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



If that were how normal English worked, and it's not. (IMG:style_emoticons/default/smile.gif)
Go to the top of the page
 
+Quote Post
ZeroPoint
post Sep 26 2010, 05:22 AM
Post #437


Moving Target
**

Group: Members
Posts: 449
Joined: 9-July 09
From: midwest
Member No.: 17,368



I also will be siding with Stealth here. One thing that many of my English professors (especially Dr. Savage) always drilled into me was that sentence structure and context were just as important as grammar. If I handed in an essay that was 100% grammatically correct, it would still come back covered in red saying things like "Did you eat the mouse or did the cat"? or something infuriatingly inane because I would write something that was grammatically correct and under the average listener's interpretation would say that the cat ate the mouse. However, his notes would point out how it could also be interpreted otherwise. Why he stressed this was because this sort of writing left to much interpretation to the listener/reader. The only reason that most people would interpret the sentence properly is because they would subconsciously disregard the other interpretation as being silly.

Also...I also come from a Computer Science background. Most of the people I game with have programming experience, StealthSigma included. While as a programmer I recognize the difference between conditionals in a programming environment and in natural language environment, the later has been forever changed by my experience with the former. I do NOT deliberately interpret a text with the most literal of meanings in order to misunderstand it, Smokeskin (which in fact is the most ludicrous thing I've heard all week) but instead see several different interpretations because the literal one just doesn't make sense and point out to my players "this stupidly worded rule" and how I will be interpreting it in my game.

Which brings us back to topic. This thread is not meant to say "Hey look at the loophole i found in the RAW. This is how I'm going to exploit it". This thread's purpose is to find what rules create loopholes in RAW that would allow them to be used in a way that is not intended so that we can come up with rewordings or fixes for said rules so they DO work as intended. I think this thread has been very useful so far to me as a GM by bringing light to some rules that a player may attempt to abuse, giving me time to come up with a ruling before he/she brings it to the table.

My rules nitpick to date has to do with the way that the rules for recoil are written. I think many of us understand the way its supposed to work, but it took several readings and several different interpretations to find the write one. Could definitely use a rewrite for clarity's sake.
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 26 2010, 05:32 AM
Post #438


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



It's true: when a rule isn't clear enough, it can create problems for players. This is a continuum, of course; some things are a little ambiguous, while others are very ambiguous. The 'and' example is not one of the second kind. (IMG:style_emoticons/default/smile.gif) Its slight ambiguity is easily overcome, because only one interpretation is really reasonable, and it's not the 'literal' or 'Computer Science' version. It's the 'common English' version. It could absolutely be more clear, but it's also not dangerously unclear.

I certainly agree: rules writers should strive for clarity. I object only to the idea that it's appropriate to inflict the rules of one context on a completely different one; keep your prescriptivist grammar to yourself. (IMG:style_emoticons/default/wink.gif) It's this kind of thinking that's plagued us with ridiculous 'rules' like 'don't split infinitives' for generations.
Go to the top of the page
 
+Quote Post
ZeroPoint
post Sep 26 2010, 06:03 AM
Post #439


Moving Target
**

Group: Members
Posts: 449
Joined: 9-July 09
From: midwest
Member No.: 17,368



QUOTE (Yerameyahu @ Sep 26 2010, 01:32 AM) *
Its slight ambiguity is easily overcome, because only one interpretation is really reasonable, and it's not the 'literal' or 'Computer Science' version. It's the 'common English' version. It could absolutely be more clear, but it's also not dangerously unclear.


Just to clarify my point, 'literal' and 'Computer Science' versions are just as much 'common english' interpretations as any others. That was the point I was trying to make in my first paragraph.

"I looked in disgust at my cat, looking very satisfied with himself, while eating a mouse."

This sentence is grammatically correct. Obviously my cat is the one eating the mouse. Most people would read it as such. But my comma placement is bad and actually implies that I'm eating the mouse.

However, someone that comes from a culture where eating mice is perfectly normal wouldn't even blink at the literal interpretation.

Thats my point. There is no 'common english'. You have a hundred different vernaculars which is why clarity of writing is important, especially for a book with a worldwide distribution.

And as many rules discussions/arguments as we have on these forums, obviously there are many rules with different interpretations. And the fact that this rules has come up is indication enough that it deserves a place here as far as I'm concerned. Yes it is less of a mudpit, but a mudpit it is.
Go to the top of the page
 
+Quote Post
Neraph
post Sep 26 2010, 06:04 AM
Post #440


Great Dragon
*********

Group: Members
Posts: 5,542
Joined: 30-September 08
From: D/FW Megaplex
Member No.: 16,387



No one has brought this up yet.

1) Take Great Cat.

2) Implant Stirrup Interface.

3) Great Cat is now immune to stun damage, can sport up to 18 points of Vehicle Armor, and can have two Weapon Mounts (Normal, Fixed, External, Remote Control), plus another couple of bells and whistles.

For example: Limited Maneuverability. Or Rail Propulsion. Or Ducted Water Jets (after R2 Amphibious Operation that is).
Go to the top of the page
 
+Quote Post
Neraph
post Sep 26 2010, 06:06 AM
Post #441


Great Dragon
*********

Group: Members
Posts: 5,542
Joined: 30-September 08
From: D/FW Megaplex
Member No.: 16,387



QUOTE (ZeroPoint @ Sep 26 2010, 12:03 AM) *
"I looked in disgust at my cat, looking very satisfied with himself, while eating a mouse."

This sentence is grammatically correct. Obviously my cat is the one eating the mouse. Most people would read it as such. But my comma placement is bad and actually implies that I'm eating the mouse.

However, someone that comes from a culture where eating mice is perfectly normal wouldn't even blink at the literal interpretation.

Is it bad that that was my first impression?

Or rather, does that surprise anyone who reads my posts/topics?
Go to the top of the page
 
+Quote Post
KarmaInferno
post Sep 26 2010, 06:15 AM
Post #442


Old Man Jones
********

Group: Dumpshocked
Posts: 4,415
Joined: 26-February 02
From: New York
Member No.: 1,699



The phrase we really should be using is "technical writing", as used in technical manuals.

Which are what roleplaying game books essentially are. Technical manuals for a game system.

Technical writing normally requires precise syntax and unambiguous wording.

It's also hard for a single writer to accomplish by himself - the problem is, a given writer will know what he MEANT to say, and as such when reviewing his own work will often miss phrases that could have unintended alternate meanings.

This is, of course, why there exists the position of Editor. To catch fuzzy wording, suggest alternates, and tighten up spelling and grammar mistakes.

Even then some stuff will slip through. It happens. This in turn is why tech manuals get updates and revisions. RPGs get errata.

The bigger problem for Shadowrun is not just that there exist a number of places where the wording of text really could have been done better, but that it often takes SO DAMN LONG to get errata, updates and revisions to the problem text. This is probably partly due to a lack of available man-hours to do the corrections, but in some cases the delays get to inexplicable extremes.



-k
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 26 2010, 06:23 AM
Post #443


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



Jesus, Neraph. Where does it say that a biodrone is a vehicle, or can have vehicle mods? (IMG:style_emoticons/default/biggrin.gif) You're insane. For your sake, I hope it's not "functions exactly like a regular drone", because that's beneath you.

I agree with you, ZeroPoint. Ironically, there's a potential ambiguity in my post: I intended 'yourself' to refer to the impersonal 'you', not to ZeroPoint. (IMG:style_emoticons/default/smile.gif) Glancing back, it could be read as a personal (and kinda mean) statement. All I really meant is that it's a profound mistake to claim that the authors of a given text *meant* for a 'Computer Science' interpretation to be used, on the grounds that it's 'correct'.
Go to the top of the page
 
+Quote Post
Marcus
post Sep 26 2010, 06:26 AM
Post #444


Moving Target
**

Group: Members
Posts: 202
Joined: 1-November 09
Member No.: 17,826



QUOTE (Mäx @ Sep 9 2010, 03:19 AM) *
Page 103 "SAFETY SYSTEMS AND CRASHING"(also seriuosly it took me 30s to find that and i havent even read it ever before.)


Its pretty clear from this reference and from 170 in 4A under the heading crashing that only the vehicle is targeted, further unless a passenger is specifically target vehicles take all vehicle combat damage. The confusion come in from the last sentence of Damage and Passengers From 4A page 171 which says in the case of ramming the Vehicle and passengers Resist the damage equally. A fairly unclear wording imo. I suspect this was put into place for the purpose making people not deiced to use cars as their preferred weapons in SR4. The Body based damage is somewhat of an odd choice but it does make crashing crotch rockets fairly safe activity.

An important note in all this the Value of Speed is expressed as Meters per turn (Mpt) (NOT KPH OR MPH!) (4A 168) so if you speed is 25, and your driving ye oldie mercury comet and you crash and don't follow what is said above or you don't happen to be wearing a seat belt/have no safety system you take 10P. Which isn't great but it is way better then 20P.
Go to the top of the page
 
+Quote Post
Neraph
post Sep 26 2010, 06:27 AM
Post #445


Great Dragon
*********

Group: Members
Posts: 5,542
Joined: 30-September 08
From: D/FW Megaplex
Member No.: 16,387



QUOTE (Yerameyahu @ Sep 26 2010, 12:23 AM) *
Jesus, Neraph. Where does it say that a biodrone is a vehicle, or can have vehicle mods? (IMG:style_emoticons/default/biggrin.gif) You're insane.

QUOTE (Stirrup Interface, page 153, Augmentation)
The recipient can be controlled by a specialized Pilot program, but then functions exactly like a regular drone.

Emphasis mine.

EDIT: And that's not beneath me, that's RAW.
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 26 2010, 06:30 AM
Post #446


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



HA. I knew it. And as I said, that's totally beneath you. From the context, it's beyond obvious that that refers to the function of the Pilot program *only*. It's not RAW to deliberately misinterpret things out of context.

How about this: "The respirator adds its ratings to toxin resistance tests." That means it works against injection and contact, right? Nevermind that the previous sentence says it's for inhalation-vector only, because *this* sentence doesn't, right? ;D
Go to the top of the page
 
+Quote Post
Neraph
post Sep 26 2010, 06:38 AM
Post #447


Great Dragon
*********

Group: Members
Posts: 5,542
Joined: 30-September 08
From: D/FW Megaplex
Member No.: 16,387



QUOTE (Neraph @ Sep 26 2010, 12:27 AM) *
EDIT: And that's not beneath me, that's RAW.

The text states that it functions exactly as a normal drone, in a rules area talking about generalities of the drone.

Sentence 1: Functions as normal animal, except when jumped in.
Sentence 2: Functions as a jumped-in drone, with a -1 dicepool.
Sentence 3: Functions as a normal drone.

Normal drones are allowed all sorts of interesting things, as I mentioned.

But that aside, when jumped in, what attribute do you use for attack rolls, Agility or Sensor (and how do you figure the Sensor rating?)? Or Defense Tests (Reaction or Response)?

The Stirrup Interface rules are broken. Half the stats are either made erroneous by jumping into the biodrone or while run by a Pilot, or many Tests no longer work since the attributes the rules tell you to use don't exist.
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 26 2010, 06:42 AM
Post #448


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



The brokenness of the Stirrup rules in the other ways you mention (while probably true) is a matter apart from 'functions as a drone'. The fact that there are other problems doesn't justify that. (IMG:style_emoticons/default/smile.gif) In no way can that sentence, in context, mean 'is a vehicle'.
Go to the top of the page
 
+Quote Post
Neraph
post Sep 26 2010, 06:49 AM
Post #449


Great Dragon
*********

Group: Members
Posts: 5,542
Joined: 30-September 08
From: D/FW Megaplex
Member No.: 16,387



Yes it can. That paragraph is talking about how the animal, now drone, functions on a basic level, so that means that the sentence is in context by saying it now is considered a vehicle. The two preceeding sentences hint at it also, as what other rules do you use when jumping into a drone?
Go to the top of the page
 
+Quote Post
Yerameyahu
post Sep 26 2010, 06:52 AM
Post #450


Advocatus Diaboli
**********

Group: Members
Posts: 13,994
Joined: 20-November 07
From: USA
Member No.: 14,282



'Functions as' is not 'is considered' is not 'is'. That paragraph is talking about dice rolls and skills; it is impossible to construe it as saying that using a special Pilot allows vehicle hardware modifications.
Go to the top of the page
 
+Quote Post

39 Pages V  « < 16 17 18 19 20 > » 
Reply to this topicStart new topic

 



RSS Lo-Fi Version Time is now: 10th January 2025 - 06:48 PM

Topps, Inc has sole ownership of the names, logo, artwork, marks, photographs, sounds, audio, video and/or any proprietary material used in connection with the game Shadowrun. Topps, Inc has granted permission to the Dumpshock Forums to use such names, logos, artwork, marks and/or any proprietary materials for promotional and informational purposes on its website but does not endorse, and is not affiliated with the Dumpshock Forums in any official capacity whatsoever.