From 01c58e6873d58c6090ba8a7ed5caa69b3ade5a60 Mon Sep 17 00:00:00 2001 From: jsb5468 Date: Tue, 22 Jan 2019 17:35:46 -0500 Subject: [PATCH] More Tooltips added tooltips to difficulty(not displayed for some reason) , human prey, military, and magic --- features.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/features.js b/features.js index 04e3aba..d75bf4e 100644 --- a/features.js +++ b/features.js @@ -622,11 +622,13 @@ options = [ [ { "name": "Sandbox", - "value": "0" + "value": "0", + "tooltip": "Grow how you want, when you want.", }, { "name": "Stompvival", - "value": "1" + "value": "1", + "tooltip": "Actions earn you growth points, which are used to grow bigger.", } ] } @@ -674,12 +676,14 @@ options = [ { "name": "Human prey", "id": "victimsHuman", - "type": "checkbox" + "type": "checkbox", + "tooltip": "When checked, your prey is humans. By default your prey is a wide array of anthros." }, { "name": "Military", "id": "victimsMilitary", - "type": "checkbox" + "type": "checkbox", + "tooltip": "When checked, you can prey on military units like soldiers, tanks, helicopeter, up to destroying entire armies." }, { "name": "Macros", @@ -1696,6 +1700,7 @@ options = [ "type": "checkbox", "buttons": ["magic_shrink"], "default": true, + "tooltip": "Allows you to shrink a wide area(relative to your size) into a smaller area, allowing you to devour prey much bigger than you are." }, { "name": "Fast digestion", @@ -1703,6 +1708,7 @@ options = [ "type": "checkbox", "buttons": ["magic_fast_digestion"], "default": true, + "tooltip": "Fast Digestion allows you to speed up your digestion for a short duration." }, ] },