Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "RegularForestBirds" : {
  3. "Type" : "Simple",
  4. "Sound" : "ambiotic:forestbird",
  5. "CoolDown" : 1500,
  6. "Condition" : [
  7. "Foliage >= 1500",
  8. "and"
  9. "TimeOfDay >= 15000"
  10. ],
  11. "Pitch" : {
  12. "Type" : "Random",
  13. "Min" : 0.75,
  14. "Max" : 1.00
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement