Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Reactions not appearing in workshop,  (Read 503 times)

Tinfect

  • Bay Watcher
  • Want an Orange?
    • View Profile
Reactions not appearing in workshop,
« on: November 15, 2022, 02:28:33 am »

EDIT: Solution found! Check next post.

Short version; working on a private mod for experimental purposes, and I'm trying to add some reactions so that I can get the items I'm adding actually produced. I've followed the DF Wiki page on reactions as best I could, but they're not showing up in the workshop. I'm sure there's something I've misunderstood, but I can't find it; looking for an explanation of what I've done wrong as much as a fix.

Here's two of the reactions:

Code: [Select]
[REACTION:MAKE_SLINGSTONES]
[NAME:make slingstones]
[BUILDING:CRAFTSMAN:NONE]
[REAGENT:stone:1:STONE:INORGANIC:NONE]
[PRODUCT:100:25:AMMO:SLINGSTONES:GET_MATERIAL_FROM_REAGENT:stone:NONE]
[SKILL:STONECRAFT]

[REACTION:MAKE_SLING]
[NAME:make sling]
[BUILDING:CRAFTSMAN:NONE]
[REAGENT:cloth:2:CLOTH:INORGANIC:NONE]
[PRODUCT:100:1:WEAPON:SLING:GET_MATERIAL_FROM_REAGENT:cloth:NONE]
[SKILL:CLOTHESMAKING]

And the associated items I'm trying to make, if y'all have need of that too.

Spoiler (click to show/hide)
« Last Edit: November 15, 2022, 04:21:22 pm by Tinfect »
Logged
Wizard one casts a Spell, Wizard two casts a Counterspell. Wizard one casts another Spell, Wizard two casts another Counterspell. Army comes along and chops 'em both up.

Tinfect

  • Bay Watcher
  • Want an Orange?
    • View Profile
Re: Reactions not appearing in workshop,
« Reply #1 on: November 15, 2022, 04:20:39 pm »

Post cancelled, I'm stupid. In case anyone else has this issue, you have to specifically permit custom reaction for the entity you want to use them. In this case, ENTITY:MOUNTAIN, or they won't show up.
Logged
Wizard one casts a Spell, Wizard two casts a Counterspell. Wizard one casts another Spell, Wizard two casts another Counterspell. Army comes along and chops 'em both up.