Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update game colours
Browse files Browse the repository at this point in the history
  • Loading branch information
UCDFiddes authored Feb 19, 2024
1 parent c4e4e0e commit 65965c3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-bedrock-data",
"version": "1.1.2",
"version": "1.1.3",
"description": "A repo to store and calculate data and type definitions from The Hive: Bedrock Edition server.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/games/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_cap: null,
level_multiplier: 1.08,

colours: ["#7a4b4f", "#d05548", "#1a90d6", "#0d5196", "#8f9e9e"],
colours: ["#9f2b33", "#d05548", "#1a90d6", "#0d5196", "#8f9e9e"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 100,
level_cap: null,

colours: ["#b99319", "#dbdbdb", "#242a30", "#faee3a", "#744414"],
colours: ["#ae4009", "#dbdbdb", "#242a30", "#faee3a", "#744414"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/ctf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
level_increment: 150,
level_cap: null,

colours: ["#279acf", "#cf5e40", "#64331a", "#d2d1d8", "#94840c"],
colours: ["#2aa7d0", "#cf5e40", "#64331a", "#d2d1d8", "#94840c"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/dr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 200,
level_cap: 42,

colours: ["#c1bcb5", "#472d21", "#7c6e61", "#69594b", "#6c645c"],
colours: ["#dac4a2", "#472d21", "#7c6e61", "#69594b", "#6c645c"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 150,
level_cap: 22,

colours: ["#808a24", "#e3ae2d", "#196b23", "#941a14", "#83ea44"],
colours: ["#116a2e", "#e3ae2d", "#196b23", "#941a14", "#83ea44"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/grav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 150,
level_cap: null,

colours: ["#559dbf", "#339b26", "#d6dddd", "#0b5099", "#61ba63"],
colours: ["#22565b", "#339b26", "#d6dddd", "#0b5099", "#61ba63"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/ground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 150,
level_cap: null,

colours: ["#ad7551", "#e2d4b4", "#0c1522", "#881f1c", "#b2b2aa"],
colours: ["#e47226", "#e2d4b4", "#0c1522", "#881f1c", "#b2b2aa"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/hide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 100,
level_cap: null,

colours: ["#624226", "#d1d0d0", "#97b4be", "#0b1726", "#8c949c"],
colours: ["#7a5332", "#d1d0d0", "#97b4be", "#0b1726", "#8c949c"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/murder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 100,
level_cap: 82,

colours: ["#95b5bd", "#b98d19", "#8e390e", "#417589", "#e6cf22"],
colours: ["#79b7bf", "#b98d19", "#8e390e", "#417589", "#e6cf22"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/party.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 150,
level_cap: null,

colours: ["#22262f", "#c79b18", "#2b3754", "#6e603d", "#847434"],
colours: ["#0144f7", "#c79b18", "#2b3754", "#6e603d", "#847434"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/sg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 150,
level_cap: null,

colours: ["#49703b", "#8ed25f", "#b08f6b", "#13161c", "#7e8a96"],
colours: ["#78b159", "#8ed25f", "#b08f6b", "#13161c", "#7e8a96"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/sky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
level_increment: 150,
level_cap: 52,

colours: ["#ad7d22", "#cdcdcd", "#812b2c", "#f2e11f", "#50545a"],
colours: ["#d6654d", "#cdcdcd", "#812b2c", "#f2e11f", "#50545a"],

modes: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/games/wars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
level_increment: 150,
level_cap: 52,

colours: ["#9c6322", "#e0cc52", "#481c17", "#989aa0", "#622116"],
colours: ["#ffc626", "#e0cc52", "#481c17", "#989aa0", "#622116"],

modes: [
{
Expand Down

0 comments on commit 65965c3

Please sign in to comment.