Rust Quarry health modifier

Discussion in 'Plugin Requests' started by adamvc, Jun 23, 2015.

  1. I'm looking into the code for quarries now.

    What I would ideally like to do is:
    • Allow you to change health of quarries. (Looks like it's possible with BaseCombat Entity)
    • Change radius of quarries. (Unknown)
    • Allow all queries to gather all resources. (Unknown)
    I'd also do quarry gather speed, but there is a gathering plugin for that. :) I'll let you know how these go.
     
    Last edited by a moderator: Jun 24, 2015
  2. Wonderful this sounds awesome thank you!
     
  3. Alright, so I was looking at your post again, after going through the code. I don't believe I can (easily, if at all) change the quarry radius or gather types. However I noticed in your post you said that plugin wasn't working for you. I checked and your using "mining_quarry" the actual name is "mining.quarry" change that then reload and it should work. :)
     
  4. I just tried doing "mining.quarry" instead of "mining_quarry" and I still can't get a quarry to take more than 300 damage per C4. My config is
    Code:
        "mining.quarry": {
          "costMultiplier": 1.0,
          "grades": {},
          "healthMultiplier": 0.2
     
  5. I see what you mean, and I think I see in the code why that is. I'm working on a plugin for it now, give me 30 minutes, I'll send you a copy and then submit it.
     
  6. Wow ok sounds great will do.