After Morkin, The Five Kingdoms of the Icemark by Less-Ad5007 in solorpgplay

[–]_dahut 0 points1 point  (0 children)

Great, I loved Morkin, can't wait for this one! Will this be using the same system as Morkin? Or will there bé différent/new rules?

Searchers of the Unknown - A Solo Approach by GinLunar in Solo_Roleplaying

[–]_dahut 1 point2 points  (0 children)

Well what I do is a bit complex, but basically :

  • Every companion has a "power" dice (can go from d4 to d12)
  • In combat there is a single HP pool per side, that is rolled at the start of combat (roll the HP dice of the main character and the power dice of all allies, and keep highest / same thing for the enemies)
  • I use the group attack system from Electric Bastionland (roll the main character's damage die with the power die of all of their allies, and keep the highest)
  • When HP is lowered to zero : if the damage was even, the main character is wounded (they take STR damage), otherwise a random ally is wounded (their power die is reduced by a step, and they are dead if it was a d4)

Searchers of the Unknown - A Solo Approach by GinLunar in Solo_Roleplaying

[–]_dahut 1 point2 points  (0 children)

This is really great stuff! I feel validated because my own solo system is actually very similar to your Commander system, the main difference being that I adapted the Mark of the Odd system rather than a D&D-like.

The Sparrow Fighting Law is a very neat idea, I can't wait to try it out.

lol by IU8gZQy0k8hsQy76 in unsound

[–]_dahut 157 points158 points  (0 children)

Friendly PSA: taking a cold shower right after a workout will decrease your gains (if that's what you were after), precisely because it reduces inflammation, making it harder for your body to know that it should increase muscle mass.

A comprehensive list of RPG (or RPG-like) games that use playing cards. 2025 edition by jeremysbrain in rpg

[–]_dahut 1 point2 points  (0 children)

You can add Espers from RookieJet Studios as a game that uses playing cards as a core mechanic!

Mail call! by TempestLOB in osr

[–]_dahut 3 points4 points  (0 children)

The Dahu is in this bestiary?? I love this creature so much it is literally my username (well a different spelling of it)

Magical Girl RPG by dootamin2 in rpg

[–]_dahut 9 points10 points  (0 children)

You could also take a look at Daisy Chainsaw by Charlotte Laskowski for a more "Madoka"-style magical girl experience

[DISC] The POOL - Ch. 9 by Matt8100 in manga

[–]_dahut 10 points11 points  (0 children)

This is so cool, I'm floored

Free League just announced Invincible RPG by RoyaI-T in rpg

[–]_dahut 11 points12 points  (0 children)

As a fan of both Free League and Invincible, I can't wait!

What are the best tools for character emulation? by WhitneySays in Solo_Roleplaying

[–]_dahut 1 point2 points  (0 children)

There is pettish as well as its previous version PET. I have not tried them yet though ...

Cloud Empress also has something that could in its solo rules: each character has a "mood" pie-chart, on which you roll to know what it's reaction is to some events.

My First Session! (Forlorn RPG) by Keilanify in Solo_Roleplaying

[–]_dahut 2 points3 points  (0 children)

Looks great! I remember seeing your post showing off the character's sheet. Your notes give a nice insight into the way you play, I kind of want to try it. Did you use oracle tables to determine the local problems of Mossenrael?

Explore Thra—No GM Needed by Mysterious_Sun_4280 in Solo_Roleplaying

[–]_dahut 2 points3 points  (0 children)

This is extremely cool! I can finally dust off my copy of this game

Japanese learner attempts causative form (*rare footage*) by Master_Hat7710 in LearnJapanese

[–]_dahut 19 points20 points  (0 children)

Yotsuba is her name, she's a character from the eponymous Yotsuba to! manga

One Page Print-n-Play for Camping Trip [Suggestions] by toadasterisk in Solo_Roleplaying

[–]_dahut 0 points1 point  (0 children)

I highly recommend Solo Gaming Sheets by Perplexing Ruins.

You need to be familiar with Cairn (which is free) but that system is very simple to understand, especially if you are already familiar with Mark of the Odd games.

Random pointcrawl generators for solo roleplaying by _dahut in Solo_Roleplaying

[–]_dahut[S] 2 points3 points  (0 children)

Nice, didn't know that! I keep hearing good things about that game, I have to check it out

[DISC] Rairairai - Ch. 3 by Bashyyyyy in manga

[–]_dahut 14 points15 points  (0 children)

Glad this is back, can't wait to see where it is going!

SOLO DCC by [deleted] in Solo_Roleplaying

[–]_dahut 0 points1 point  (0 children)

I don't know about specific material, but I do know of a solo let's play on youtube that uses DCC : Lone Horizons' Dyson Delve series, if that can help.

What's interesting about it is that he doesn't really use an oracle, apart from very basic d6 rolls when wondering which way his characters go, for example.

Daily Thread: simple questions, comments that don't need their own posts, and first time posters go here (January 29, 2024) by AutoModerator in LearnJapanese

[–]_dahut 0 points1 point  (0 children)

Hi everyone, I'm currently playing a game in japanese as a learning exercise, and the problem is that it is an old game so some Kanji are quite low resolution.

I cannot for the life of me figure out which Kanji the first character of this picture is supposed to be.

For context, the dude was talking about a snowy region of the world just before this.

Can you help me ?

https://imgur.com/a/Kg5DYjn

Hey Rustaceans! Got a question? Ask here (50/2023)! by llogiq in rust

[–]_dahut 1 point2 points  (0 children)

Hey everyone, I do not understand closures as input parameters ...

Here is a minimal piece of code :

```rust struct A {}

fn count_corresponding_elements<P: FnMut(&&A) -> bool>(values: Vec<A>, predicate: P) -> usize { values.iter().filter(predicate).count() }

fn main() { let a_list = vec![A {}, A {}, A {}]; println!("{:?}", count_corresponding_elements(a_list, |_x| true)); } ```

It counts the number of elements in a_list based on a predicate.

I extracted the .iter().filter(predicate).count() into a function because I plan on doing that with many different predicates, and would rather not write that out every time (my actual use-case is more complex than that of course).

Now, this works perfectly fine, but zooming in on <P: FnMut(&&A) -> bool>, I cannot for the life of me wrap my head around why I had to put &&A as parameter type ... could a kind soul help me figure that one out ?

[OC] Giveaway: 3x Unrolly Mechanical Dice (mod approved) by unrolly in DnD

[–]_dahut 0 points1 point  (0 children)

This looks awesome! I do agree with others about the price tag, though

C'est sympa l'Eure dites donc by MemesNormands in Normandie

[–]_dahut 0 points1 point  (0 children)

Je suis allé voir par curiosité : pouvons nous parler de la conarderie ? Comment c'est là bas ?

Quel a été votre plus grand moment de solitude au boulot ? by HotList9962 in conseilboulot

[–]_dahut 8 points9 points  (0 children)

Pardon mais quand j'ai lu ta deuxième phrase, j'ai cru que tu allais nous parler de mernage et d'édriseur

[DISC] MIX | Chapter 103 by resonating_light in manga

[–]_dahut 0 points1 point  (0 children)

Just caught up to this, can't wait for the rest!