u/Glen_Garrett_Gayhart

Why is Reprogrammable [-10] so dang cheap?
▲ 58 r/gurps+1 crossposts

Why is Reprogrammable [-10] so dang cheap?

Reprogrammable [-10] is Underpriced Compared to Other Disadvantages

Considering the effect it has on any character who has it, I don't understand why they made Reprogrammable [-10] so cheap relative to the other disadvantages.

  1. Like, would you rather be an Alcoholic for -15 points or an obedient slave for -10 points?
  2. Would you rather smell bad for -10 points or be an obedient slave for -10 points?
  3. Would you rather react at +4 to other people (is this even a problem for player characters? I don't make my players roll reactions to NPCs) and suffer a -2 to IQ rolls when alone (an easily mitigated downside) for -10 points or be an obedient slave for -10 points?
  4. Would you rather be Colorblind for -10 points or be an obedient slave for -10 points?
  5. Would you rather have a 'quite often' Duty (which doesn't include a responsibility to engage in extremely hazardous behaviors) for -10 points or be an obedient slave (who must engage in any extremely hazardous behaviors whenever your master decides to program you to) for -10 points?

Being an obedient slave generally seems massively worse than all of those alternatives, all of which are worth the same number of, or even more, negative points.

Also, who your master is (and how demanding/cruel or easygoing/kind your master is) seems like it should affect the price. Being reprogrammable by Aladdin is better than being reprogrammable by Jafar, and being reprogrammable by anyone at all is worse still.

Also, the text of Reprogrammable says:

>"You can be programmed to obey a master"

Does that mean just one master, or does it mean you can be reprogrammed to obey any master who knows the right password/buttons? One seems significantly worse than the other, and should probably involve a difference in price.

The last sentence in the description reads:

>It is rarely suitable for PCs, and the GM may choose to forbid it entirely

... and I almost wonder if they somewhat neglected the details and pricing for this disadvantage because they didn't imagine PCs would take it often, and therefore, it wouldn't matter how much it costs.

Well, I say that's lazy! People are rarely going to take Stress Atavism in most games, but I still appreciate that its various pricing options were carefully thought out.

An Alternate Way to Run Reprogrammable

Reprogrammable should be a disadvantage with a Self-Control number so you can resist orders if you want, with an option for no Self-Control roll which multiplies the cost of the disadvantage by x2.5.

Reprogrammable should be worth -5 points if your master would never give you orders that endanger you (like a super-nerd with his lovingly-constructed robot), -10 points if your master doesn't really care about you and might give you deadly orders in a pinch (like most slave-masters one might imagine), or -15 points if anyone with the right expertise or knowledge (Computer Hacking skill, Brainwashing skill, knowledge of your hypnotic trigger, knowledge of your command phrase, etc.) can reprogram you.

If you can only resist quite rarely with a Self-Control number of 6, then Reprogrammable would be worth -10 points, -20 points, or -30 points, depending on what kind of master(s) you have, or -12 points, -25 points, or -37 points if you can't resist any of your programming at all, and again, depending on your master(s) character.

u/Glen_Garrett_Gayhart — 6 days ago
▲ 3 r/gurps

A Limitation: X% Chance of Instant Death -Y%

If a limitation gives you an X% chance of instant death every time you use the advantage it's part of and has a limitation value of -Y%, what is the mathematical relationship between X and Y?

On a related note, if a limitation Z% chance of dealing W Dice of Damage injury to you whenever you use the advantage it's part of and has a limitation value of -V%, what is the mathematical relationship between Z, W, and V?

reddit.com
u/Glen_Garrett_Gayhart — 1 month ago
▲ 3 r/Batch

I'm converting a bunch of files from .webp to .png using a .bat file and ffmpeg. This process messes up the order of the files, since they no longer have their original Date Created metadata, and lots have irregular names.

I want to rename the files to include their creation dates at the start, so that if they're sorted by name, they'll still be in order.

The only method I've been able to find so far (using %%~tF in a for loop) only gives me the time down to the minute, which is no good, since lots of the files were created in the same minute.

What's a good way to get the precise time a file was created? I know that metadata must be stored somewhere, since when you sort by 'Date Created' it does it correctly, even if things were created within seconds of each other. I'm just not sure how to get that information using .bat.

reddit.com
u/Glen_Garrett_Gayhart — 3 months ago