Skip to content
Chafficui edited this page Apr 6, 2020 · 26 revisions

Crafting

Recipe

All drugs are working exactly like this but with their own ingrediants.

Creating own drugs

drugs.yml

  • '1': //put drugnumber here
  • information:
  •  Displayname: Codein //durgname
    
  •  ingredients: SPONGE //items to craft drug
    
  • effects: //add as many effects as you want
  •  '1': REGENERATION 
    
  •  '2': LUCK
    
  •  '3': DAMAGE_RESISTANCE
    
  •  '4': CONFUSION
    
  • consume:
  •  duration: 60 //time the drug effects last on average
    
  •  overdose: 5 //amount of drugs you ordinary have to take to die
    
  • drugnumber: 1 //put drugnumber also here
  • drugnumber has to always be one higher then drugnumber of the drug above
Clone this wiki locally