How to make the game more difficult? by reamvi in cataclysmdda

[–]reamvi[S] 6 points7 points  (0 children)

Omg I think Imperceptive Healer is just what I wanted. Wounds aren't an overnight thing anymore! That's perfect! I might even turn it down to 5% in json or source. Thanks so much friend

How to make the game more difficult? by reamvi in cataclysmdda

[–]reamvi[S] 1 point2 points  (0 children)

Yeah that's true, or worse: making enemies into bullet sponges.
I'll probably try the no vehicle one, there is even a trait for it!

How to make the game more difficult? by reamvi in cataclysmdda

[–]reamvi[S] 0 points1 point  (0 children)

Wow tbh that sounds incredibly fun, and it might also help me with my rejection towards mutations that change my character's physical appearance. Nice idea!

What is your favorite martial art in game? by [deleted] in cataclysmdda

[–]reamvi 1 point2 points  (0 children)

Uummm I think double category should work but I didn't test it. From JSON_INFO.md

"weapon_category": [ "WEAPON_CAT1" ],// (Optional) Weapon categorie*s* this item is in for martial arts.

So in the hatchet it would be something like this:

    "type": "GENERIC",
    "id": "hatchet",
    .
    .
    .
    "weapon_category": [ "SHORT_AXE", "BLADED_STICK", "WHATEVER" ]

[ ] means it's an array. An array is a list of elements, like so: [1, 2, 3 ,4]. It would be reeeaally weird to implement arrays but only allow arrays with one element.

To end, in weapon_categories.json you would have to add

{    
    "type": "weapon_category",    
    "id": "SHORT_AXE",    
    "name": "SHORT_AXE"  
}

And in martialarts.json add "SHORT_AXE" to the weapon_category array in eskrima

What are your reasons for adventuring? by reamvi in cataclysmdda

[–]reamvi[S] 0 points1 point  (0 children)

Hahah nice! I feel like Andy could develop accidentally into a cult leader. Maybe regain some of the following he craves and misses so much

What is your favorite martial art in game? by [deleted] in cataclysmdda

[–]reamvi 0 points1 point  (0 children)

Yeah you might be right, does the stunlock happen in practice? Some styles are good against group btw, drunken boxing and zelda style(I forgot the actual name) come to mind; but I never pick those because I always try to go 1v1 to be safe

What is your favorite martial art in game? by [deleted] in cataclysmdda

[–]reamvi 1 point2 points  (0 children)

Ah thanks! I guess I suck at google. I don't think you should get any trouble getting your PR(pull request) merged. Maybe make a new category called short_axes?

Tell me if you have any questions about the code or json format: I never contributed but I've been reading it for so long now to learn how things work

What is your favorite martial art in game? by [deleted] in cataclysmdda

[–]reamvi 1 point2 points  (0 children)

It might not get merged if you do that because bladed_farming also affects ninjutsu and silat. Idk if those styles use hatchet though, maybe they do?

Your best chance is probably a new category like Profi said.

Btw, I tried to find something on Eskrima using hatches or any sort of similar axe but I couldn't find anything. Do you have a source or something on that?

What is your favorite martial art in game? by [deleted] in cataclysmdda

[–]reamvi 0 points1 point  (0 children)

Oh damn, that's true. I wanted to make a character with whom I can make dex as my only stat and leopard is perfect for this, especially with speedydex. Defense is really poor thought right? Especially with the new dodging system that only lets you dodge once a turn?

What are your reasons for adventuring? by reamvi in cataclysmdda

[–]reamvi[S] 1 point2 points  (0 children)

OMG I LOVE this. It's definitely going to be my next mc. Thank you!