diff --git a/data/encounters.csv b/data/encounters.csv index 4839b7f3..8d3afdfe 100644 --- a/data/encounters.csv +++ b/data/encounters.csv @@ -106,7 +106,7 @@ Forsaken Village;๐Ÿฆโ€โฌ›;Startled Crow;Swift;1;1;2;0;3;0;Wild Animal;Seems to Forsaken Village;๐Ÿฆ…;Bald Eagle;Swift;1;3;1;0;-1;0;Wild Animal;Attacks from high altitude.
;Got their brains pecked out. Forsaken Village;๐Ÿ;Poisonous Snake;Swift;2;2;1;0;-1;0;Reptile;Perfectly blends with the surroundings.
Almost stepped on it.; Forsaken Village;๐Ÿฟ๏ธ;Greedy Chipmunk;Swift;1;1;2;0;2;0;Wild Animal;Probably carries some nasty diseases.
;Contracted a deadly disease. -Forsaken Village;๐Ÿฆ‚;Fierce Scorpion;Swift;1;3;2;0;-1;0;Extremely Venomous;Dangerous tail ready for action..
;Pinched to death. +Forsaken Village;๐Ÿฆ‚;Fierce Scorpion;Swift;1;3;1;0;-1;0;Extremely Venomous;Dangerous tail ready for action..
;Pinched to death. Forsaken Village;๐Ÿˆโ€โฌ›;Possesed Cat;Demon;1;2;1;1;3;0;Cute Animal;These usually bring bad luck.
;Bitten into neck artery. Forsaken Village;๐Ÿชก;Possesed Needle;Demon;1;1;2;1;-1;0;Deadly Tool;Whatever this is... it's scary.
;Got their holes sewn shut. @@ -135,7 +135,7 @@ Forsaken Village;๐Ÿช“;Steel Axe;Item;0;1;0;0;0;0;Makeshift Weapon;Definitely cou Forsaken Village;๐Ÿชš;Rusty Saw;Item;0;1;0;0;0;0;Worn Tool;Perhaps could be of service.
;Obtained a makeshift weapon. Forsaken Village;๐Ÿน;Cursed Bow;Item;-1;1;0;0;0;0;Malevolent Weapon;Requires handling with care.
;Shot an arrow in the knee Forsaken Village;๐Ÿ”ช;Kitchen Knife;Item;0;1;0;0;0;0;Multi-tool;The blade still looks sharp.
;Could still make a bloody mess. -Forsaken Village;๐Ÿงน;Crippling Broom;Item;0;1;0;0;-3;0;Cursed Object;The handle has a strange glow.
;Intrusive thoughts took over +//;Forsaken Village;๐Ÿงน;Crippling Broom;Item;0;1;0;0;-3;0;Cursed Object;The handle has a strange glow.
;Got stuck with it Forsaken Village;โ›;Hefty Pickaxe;Item;0;1;-1;0;0;0;Makeshift Weapon;Carrying this costs -1 ๐ŸŸข Energy.
;Tiring to carry. Forsaken Village;๐Ÿ“—;Survival Manual;Item;0;0;1;0;0;0;Knowledge Book;n/a;Embraced the knowledge. Forsaken Village;๐Ÿ“•;First Aid;Item;1;0;0;0;0;0;Instructions Book;How to save a life?
;Embraced the knowledge. @@ -218,6 +218,7 @@ Depriving Fairyland;๐Ÿ•‹;Strange Box;Locked-Container;0;0;0;0;0;0;Indestructible Depriving Fairyland;๐ŸŽญ;Psychotic Episode;Curse;0;0;0;0;-2;0;Mind State;Strange thoughts filling the mind.
;Suffered lasting changes. Depriving Fairyland;๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ;Haunting Voices;Curse;0;0;0;0;-1;0;Misfortune;Eerie whispers and screams echoing around.
;Suffered mental damage. Depriving Fairyland;๐ŸŽถ;Captivating Song;Curse;0;0;0;0;-1;0;Misfortune;Suggestive voice draws attention.
;Suffered mental damage. +Depriving Fairyland;๐ŸŽถ;Annoying Melody;Curse;0;0;0;0;-2;0;Misfortune;Familiar music suppresses thoughts.
;Suffered mental damage. Depriving Fairyland;๐Ÿ›๏ธ;Ancient Temple;Altar;-1;0;0;0;0;1;Ritual Place;Wholesome statues gaze upon the altar.
;Embraced ancient gods Depriving Fairyland;๐Ÿ•Š๏ธ;Peace Dove;Altar;1;0;0;0;0;0;Sacred Sign;Beautiful warmth fills thy soul
;Received a powerful blessing diff --git a/js/game_loop.js b/js/game_loop.js index c74e9c95..c04577af 100644 --- a/js/game_loop.js +++ b/js/game_loop.js @@ -2,7 +2,7 @@ //...submit a pull request if you dare //Debug -var versionCode = "fpm 10/28/24 โ€ข 4:37 am" +var versionCode = "fpm 10/28/24 โ€ข 1:09 pm" var initialEncounterOverride=0; //7 skips tutorial if (initialEncounterOverride!=0) initialEncounterOverride-=3; //To handle notes and death in .csv @@ -15,7 +15,7 @@ var colorRed = "#FF0000"; var colorGrey = "#CCCCCC"; var colorDarkGrey = "#888888"; var colorOrange = "orange"; -var colorYellow = "#EDD93B"; +var colorYellow = "#F7D147"; var colorBlue = "#1059AA"; var colorPurple = "#BF40BF";