Advertisement
Tetrikitty

fish generator 2

Nov 22nd, 2022 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. $name : Fish Stats Generator
  2. $author : Capita
  3. $description : Generates stats for a cool random fish.
  4. $amount : 10
  5. $button : Cast!
  6.  
  7. $ai_type
  8. slippery
  9. fighty
  10. balanced
  11. unpredictable
  12.  
  13. $ave_weight
  14. [100-5000]
  15.  
  16. $length_width_ratio
  17. 3
  18. 2 {25%}
  19. 4 {25%}
  20.  
  21. $bait
  22. "worms"
  23. "woodgrubs"
  24. "crayfish"
  25. "insects"
  26. "baitfish"
  27. "mussels"
  28.  
  29. $bait_preference
  30. [bait]. [bait]. [bait]
  31.  
  32. $eats_other_baits
  33. yes
  34.  
  35. $location
  36. UNKNOWN_W
  37. OPEN_W
  38. DEEP_W
  39. REEDS
  40. SHADE
  41. PLANT_S
  42. PLANT_U
  43. MARGIN
  44. M_SHELF
  45. M_SNAG
  46.  
  47. $location_preference
  48. [location]. [location]. [location]
  49.  
  50. $time_preference
  51. 1. 1. 1
  52. 1. 1. 1
  53. 1. 1. 1
  54. 1. 0. 0
  55. 0. 1. 0
  56. 0. 0. 1
  57.  
  58. $output
  59. [ai_type], [ave_weight], [length_width_ratio], [bait_preference], [eats_other_baits], [location_preference], [time_preference]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement