Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: why doesn't this reaction work?  (Read 437 times)

theGman

  • Bay Watcher
    • View Profile
why doesn't this reaction work?
« on: July 27, 2011, 12:30:38 am »

Ive been trying to mod in some weapons and for some reason the reaction won't come up in the workshop i made.

heres what i made up for one

[REACTION:MAKE_STEEL_SCYTHE]
      [NAME:make steel scythe]
      [BUILDING:WEAPON_FORGE_SUPER]
      [REAGENT:A:1:BAR:NO_SUBTYPE:METAL:STEEL]
      [PRODUCT:100:1:WEAPON:ITEM_WEAPON_SCYTHE:GET_MATERIAL_FROM_REAGENT:A:NONE]
      [SKILL:FORGE_WEAPON]

the weapons appear in the arena and i added the reaction and weapon to the entity files so im not sure why its not working
any help would be appreciated
Logged

IT 000

  • Bay Watcher
  • Strange Mood
    • View Profile
Re: why doesn't this reaction work?
« Reply #1 on: July 27, 2011, 12:53:58 am »

Quote
Ive been trying to mod in some weapons and for some reason the reaction won't come up in the workshop i made.

You need to put it in your entity files [PERMITTED_REACTION:MAKE_STEEL_SCYTHE]

Number two


      [REAGENT:A:150:BAR:NO_SUBTYPE:METAL:STEEL]

Number 3


      [BUILDING:WEAPON_FORGE_SUPER:CUSTOM_(whatever letter must be capitalized) or NONE]
Logged

***CORROSION v2.14***
<<<More Than Just Zombies>>>
Back from the Dead!

theGman

  • Bay Watcher
    • View Profile
Re: why doesn't this reaction work?
« Reply #2 on: July 27, 2011, 06:58:05 am »

that fixed it, thank you
Logged