Skip to content

Commit

Permalink
Tweak yellow color, balance pass
Browse files Browse the repository at this point in the history
  • Loading branch information
IGPenguin committed Oct 28, 2024
1 parent aa0fced commit 5f6d8b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions data/encounters.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>;Got their brains pecked out.
Forsaken Village;🐍;Poisonous Snake;Swift;2;2;1;0;-1;0;Reptile;Perfectly blends with the surroundings.<br>Almost stepped on it.;
Forsaken Village;🐿️;Greedy Chipmunk;Swift;1;1;2;0;2;0;Wild Animal;Probably carries some nasty diseases.<br>;Contracted a deadly disease.
Forsaken Village;🦂;Fierce Scorpion;Swift;1;3;2;0;-1;0;Extremely Venomous;Dangerous tail ready for action..<br>;Pinched to death.
Forsaken Village;🦂;Fierce Scorpion;Swift;1;3;1;0;-1;0;Extremely Venomous;Dangerous tail ready for action..<br>;Pinched to death.

Forsaken Village;🐈‍⬛;Possesed Cat;Demon;1;2;1;1;3;0;Cute Animal;These usually bring bad luck.<br>;Bitten into neck artery.
Forsaken Village;🪡;Possesed Needle;Demon;1;1;2;1;-1;0;Deadly Tool;Whatever this is... it's scary.<br>;Got their holes sewn shut.
Expand Down Expand Up @@ -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.<br>;Obtained a makeshift weapon.
Forsaken Village;🏹;Cursed Bow;Item;-1;1;0;0;0;0;Malevolent Weapon;Requires handling with care.<br>;Shot an arrow in the knee
Forsaken Village;🔪;Kitchen Knife;Item;0;1;0;0;0;0;Multi-tool;The blade still looks sharp.<br>;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.<br>;Intrusive thoughts took over
//;Forsaken Village;🧹;Crippling Broom;Item;0;1;0;0;-3;0;Cursed Object;The handle has a strange glow.<br>;Got stuck with it
Forsaken Village;⛏;Hefty Pickaxe;Item;0;1;-1;0;0;0;Makeshift Weapon;Carrying this costs <b>-1 🟢 Energy</b>.<br>;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?<br>;Embraced the knowledge.
Expand Down Expand Up @@ -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.<br>;Suffered lasting changes.
Depriving Fairyland;👁️‍🗨️;Haunting Voices;Curse;0;0;0;0;-1;0;Misfortune;Eerie whispers and screams echoing around.<br>;Suffered mental damage.
Depriving Fairyland;🎶;Captivating Song;Curse;0;0;0;0;-1;0;Misfortune;Suggestive voice draws attention.<br>;Suffered mental damage.
Depriving Fairyland;🎶;Annoying Melody;Curse;0;0;0;0;-2;0;Misfortune;Familiar music suppresses thoughts.<br>;Suffered mental damage.

Depriving Fairyland;🏛️;Ancient Temple;Altar;-1;0;0;0;0;1;Ritual Place;Wholesome statues gaze upon the altar.<br>;Embraced ancient gods
Depriving Fairyland;🕊️;Peace Dove;Altar;1;0;0;0;0;0;Sacred Sign;Beautiful warmth fills thy soul<br>;Received a powerful blessing
Expand Down
4 changes: 2 additions & 2 deletions js/game_loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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";

Expand Down

0 comments on commit 5f6d8b5

Please sign in to comment.