Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Fishi 3
- Game runs on a tick system which influences most parts of the game, fish use a hybrid tick and enter frame system (ticks for hunger/growth etc, e-frame for movement)
- --------------------
- Fish
- ---------------------
- Fish have 3 growth stages now, are randomly assigned a gender and can breed and also have different hunger levels (each breed has an average hunger level with each generated fish having a slightly randomised hunger.
- Egg - Doesn't eat, worth 25% of adult fish's value. Grows into a Juvenile fish after a specific number of ticks
- Juvenile - Eats, worth 60% of adult fish's value, Grows into an adult Fish after a specific number of ticks
- Adult - Eats, has a chance to breed when sharing a tank with a fish of the same breed and opposite gender.
- --------------------
- Feeders
- ---------------------
- Automated Feeders now run on timers rather than detecting hunger levels, the player can toggle between different values to control food distribution.
- -1 "Off" - The Feeder will not drop any food ever.
- 6 - The Feeder drops food every 6 seconds (1 tick = 1 second)
- 15 - The Feeder will drop food every 15 seconds
- 30 - The Feeder will drop food every 30 seconds
- 60 - The Feeder will drop food every 60 seconds.
- 120 - The Feeder will drop food every 2 minutes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement