From 92df9d37a9286527e2cfb8e7d68813f4c94a6ffa Mon Sep 17 00:00:00 2001 From: Vexatos Date: Wed, 8 Apr 2015 17:41:39 +0200 Subject: [PATCH 1/2] Recoloured some of the loot disks. --- .../assets/opencomputers/loot/loot.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/assets/opencomputers/loot/loot.properties b/src/main/resources/assets/opencomputers/loot/loot.properties index 3fa73818a..3ec207af2 100644 --- a/src/main/resources/assets/opencomputers/loot/loot.properties +++ b/src/main/resources/assets/opencomputers/loot/loot.properties @@ -4,15 +4,15 @@ # of the floppy. The default weight is one. For example, a disk with # weight 2 is two times as likely to be generated than an item with # weight 1. The color defaults to gray. It must be a dye's ore-dict name. -BetterShell=besh -Builder=build:1:dyeCyan -MazeGen=maze:1:dyeBrown -Network=network:1:dyeYellow -OpenIRC=irc:1:dyeRed -OpenLoader=openloader:1:dyeOrange +BetterShell=besh:1:dyeLightGray +Builder=build:1:dyeYellow +MazeGen=maze:1:dyeOrange +Network=network:1:dyeLime +OpenIRC=irc:1:dyePurple +OpenLoader=openloader:1:dyeMagenta OpenOS=openos:1:dyeGreen -OPPM=oppm:1:dyeLime +OPPM=oppm:1:dyeCyan # Higher chance to find the dig program, because it has the most immediate # use - OpenOS is craftable and IRC can be downloaded once an internet card # is available - which one needs anyway, to use the program... -TheDig=dig:3:dyeBlue +TheDig=dig:3:dyeBrown From 5a60dc86ab4491c32031fffa24c505acf57750ce Mon Sep 17 00:00:00 2001 From: Vexatos Date: Wed, 8 Apr 2015 18:07:36 +0200 Subject: [PATCH 2/2] Re-did some of the weight values. Also improved the OpenIRC disk colour. --- .../resources/assets/opencomputers/loot/loot.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/opencomputers/loot/loot.properties b/src/main/resources/assets/opencomputers/loot/loot.properties index 3ec207af2..b7b1b1b53 100644 --- a/src/main/resources/assets/opencomputers/loot/loot.properties +++ b/src/main/resources/assets/opencomputers/loot/loot.properties @@ -3,16 +3,17 @@ # the 'weight' of an item in the random generation process and the color # of the floppy. The default weight is one. For example, a disk with # weight 2 is two times as likely to be generated than an item with -# weight 1. The color defaults to gray. It must be a dye's ore-dict name. +# weight 1. Weight 0 means it will not spawn at all. +#The color defaults to gray. It must be a dye's ore-dict name. BetterShell=besh:1:dyeLightGray Builder=build:1:dyeYellow MazeGen=maze:1:dyeOrange Network=network:1:dyeLime -OpenIRC=irc:1:dyePurple +OpenIRC=irc:1:dyeLightBlue OpenLoader=openloader:1:dyeMagenta -OpenOS=openos:1:dyeGreen +OpenOS=openos:0:dyeGreen OPPM=oppm:1:dyeCyan # Higher chance to find the dig program, because it has the most immediate # use - OpenOS is craftable and IRC can be downloaded once an internet card # is available - which one needs anyway, to use the program... -TheDig=dig:3:dyeBrown +TheDig=dig:2:dyeBrown