diff --git a/NPC-List.md b/NPC-List.txt similarity index 100% rename from NPC-List.md rename to NPC-List.txt diff --git a/README.md b/README.md index 470c50f..86351be 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Hi, i'm trying to re-create with Flare a completely open source version (using t currently the hours, days and seasons are disabled... I will re-enable them in the farmer's house, as soon as the house will be complete, because if I add them now, then editing the map file with tiled map editor, something disappears -the version of the engine currently used is in this repo, for an easier download +the version of the engine currently used is in this repo, for an easier download, windows version only, for other versions: https://github.com/clintbellanger/flare-game \ No newline at end of file diff --git a/TXT/CLOCK.txt b/TXT/CLOCK.txt new file mode 100644 index 0000000..c07b7ff --- /dev/null +++ b/TXT/CLOCK.txt @@ -0,0 +1,275 @@ +the functioning of the time, in the game... these events will be inserted on EVERY map that will be created (except for the first two, which are only needed in the initial map) + +[event] +# block clock +type=event +location=0,0,0,0 +activate=on_load +delay=2ms +requires_not_status=block_clock +set_status=block_clock + +[event] +# start clock +type=event +location=0,0,0,0 +activate=on_load +requires_not_status=block_clock +set_status=h06 +set_status=m00 +set_status=AM + +[event] +# 06:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h06,h07,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h06 +set_status=m00 +unset_status=h05 +unset_status=m50 +unset_status=hours + +[event] +# 07:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h07,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h07 +set_status=m00 +unset_status=h06 +unset_status=m50 +unset_status=hours + +[event] +# 08:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h08 +set_status=m00 +unset_status=h07 +unset_status=m50 +unset_status=hours + +[event] +# 09:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h09 +set_status=m00 +unset_status=h08 +unset_status=m50 +unset_status=hours + +[event] +# 10:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h10 +set_status=m00 +unset_status=h09 +unset_status=m50 +unset_status=hours + +[event] +# 11:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h11 +set_status=m00 +unset_status=h10 +unset_status=m50 +unset_status=hours + +[event] +# 12:00 AM +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h12,h01,h02,h03,h04,PM +requires_status=hours +set_status=h12 +set_status=m00 +set_status=PM +unset_status=h11 +unset_status=m50 +unset_status=hours +unset_status=AM + +[event] +# 12:00 PM +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h12,h01,h02,h03,h04,AM +requires_status=hours +set_status=h12 +set_status=m00 +set_status=AM +unset_status=h11 +unset_status=m50 +unset_status=hours +unset_status=PM + +[event] +# 01:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h01,h02,h03,h04 +requires_status=hours +set_status=h01 +set_status=m00 +unset_status=h12 +unset_status=m50 +unset_status=hours + +[event] +# 02:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h02,h03,h04 +requires_status=hours +set_status=h02 +set_status=m00 +unset_status=h01 +unset_status=m50 +unset_status=hours + +[event] +# 03:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h03,h04 +requires_status=hours +set_status=h03 +set_status=m00 +unset_status=h02 +unset_status=m50 +unset_status=hours + +[event] +# 04:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h02,h04 +requires_status=hours +set_status=h04 +set_status=m00 +unset_status=h03 +unset_status=m50 +unset_status=hours + +[event] +# 05:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h02,h03 +requires_status=hours +set_status=h05 +set_status=m00 +unset_status=h04 +unset_status=m50 +unset_status=hours + +[event] +# 10 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m00 +set_status=m10 +unset_status=m00 + +[event] +# 20 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m10 +set_status=m20 +unset_status=m10 + +[event] +# 30 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m20 +set_status=m30 +unset_status=m20 + +[event] +# 40 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m30 +set_status=m40 +unset_status=m30 + +[event] +# 50 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m40 +set_status=m50 +set_status=hours +unset_status=m40 \ No newline at end of file diff --git a/TXT/PARALLAX.txt b/TXT/PARALLAX.txt new file mode 100644 index 0000000..96742a1 --- /dev/null +++ b/TXT/PARALLAX.txt @@ -0,0 +1,172 @@ +these events will be inserted on EVERY (outdoor) map that will be created + +[event] +# change parallax 04 +type=event +location=0,0,0,0 +activate=static +hotspot=location +parallax_layers=maps/parallax/01.txt +repeat=false +requires_not_status=PM +requires_status=h04 + +[event] +# change parallax 05 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/02.txt +repeat=false +requires_not_status=PM +requires_status=h05 + +[event] +# change parallax 06 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/03.txt +repeat=false +requires_not_status=PM +requires_status=h06 + +[event] +# change parallax 07 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/04.txt +repeat=false +requires_not_status=PM +requires_status=h07 + +[event] +# change parallax 08 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/05.txt +repeat=false +requires_not_status=PM +requires_status=h08 + +[event] +# change parallax 09 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/06.txt +repeat=false +requires_not_status=PM +requires_status=h09 + +[event] +# change parallax 10 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/07.txt +repeat=false +requires_not_status=PM +requires_status=h10 + +[event] +# change parallax 11 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/08.txt +repeat=false +requires_not_status=PM +requires_status=h11 + +[event] +# change parallax 12 +type=event +location=0,0,0,0 +activate=static +parallax_layers= +repeat=false +requires_not_status=AM +requires_status=h12 + +[event] +# change parallax 17 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/17.txt +repeat=false +requires_not_status=AM +requires_status=h05 + +[event] +# change parallax 18 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/18.txt +repeat=false +requires_not_status=AM +requires_status=h06 + +[event] +# change parallax 19 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/19.txt +repeat=false +requires_not_status=AM +requires_status=h07 + +[event] +# change parallax 20 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/20.txt +repeat=false +requires_not_status=AM +requires_status=h08 + +[event] +# change parallax 21 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/21.txt +repeat=false +requires_not_status=AM +requires_status=h09 + +[event] +# change parallax 22 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/22.txt +repeat=false +requires_not_status=AM +requires_status=h10 + +[event] +# change parallax 23 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/23.txt +repeat=false +requires_not_status=AM +requires_status=h11 + +[event] +# change parallax 24 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/24.txt +repeat=false +requires_not_status=PM +requires_status=h12 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 38f629f..9cec29c 100644 --- a/changelog.md +++ b/changelog.md @@ -19,8 +19,9 @@ Alpha 0.07 * added the first 44/72 tiles of cutable grass (without character animation) * changed the tile of the grass to be cut and animated (animation should be improved) * started adding snow, rain and fog, in the parallax that make day/night cycle -* re-enable hours, even if they don't work correctly... hours, days and seasons should always be added as last things, when a map can be declared complete * added tavern +* split the 24 hour cycle into two cycles: one of 12 hours (which are repeated with AM and PM) and one for the minutes, in base 10, in this way it has decreased a lot the code that managed the hours +* added the day and night cycle (for now without weather conditions) ............................................ diff --git a/level-up.md b/level-up.md index ef797d9..f826ca4 100644 --- a/level-up.md +++ b/level-up.md @@ -1,14 +1,14 @@ -LVL EXP +LVL - EXP -* 1 150 -* 2 450 -* 3 900 -* 4 1500 -* 5 2250 -* 6 3160 -* 7 4210 -* 8 5410 -* 9 6760 -* 10 8260 +* 1 - 150 +* 2 - 450 +* 3 - 900 +* 4 - 1500 +* 5 - 2250 +* 6 - 3160 +* 7 - 4210 +* 8 - 5410 +* 9 - 6760 +* 10 - 8260 at the moment the skill levels will be purely aesthetic \ No newline at end of file diff --git a/maps/farm-house.txt b/maps/farm-house.txt index f8a1c44..a458316 100644 --- a/maps/farm-house.txt +++ b/maps/farm-house.txt @@ -102,67 +102,34 @@ data= type=event location=0,0,0,0 activate=on_load -delay=7s +delay=2ms requires_not_status=block_clock set_status=block_clock [event] -# clock +# start clock type=event location=0,0,0,0 activate=on_load requires_not_status=block_clock -set_status=06:00 +set_status=h06 +set_status=m00 +set_status=AM [event] -# 06:10 +# 06:00 type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=06:00 -set_status=06:10 - -[event] -# 06:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=06:10 -set_status=06:20 - -[event] -# 06:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=06:20 -set_status=06:30 - -[event] -# 06:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=06:30 -set_status=06:40 - -[event] -# 06:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=06:40 -set_status=06:50 +requires_not_status=h06,h07,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h06 +set_status=m00 +unset_status=h05 +unset_status=m50 +unset_status=hours [event] # 07:00 @@ -171,58 +138,13 @@ location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=06:50 -set_status=07:00 - -[event] -# 07:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=07:00 -set_status=07:10 - -[event] -# 07:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=07:10 -set_status=07:20 - -[event] -# 07:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=07:20 -set_status=07:30 - -[event] -# 07:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=07:30 -set_status=07:40 - -[event] -# 07:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=07:40 -set_status=07:50 +requires_not_status=h05,h07,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h07 +set_status=m00 +unset_status=h06 +unset_status=m50 +unset_status=hours [event] # 08:00 @@ -231,58 +153,13 @@ location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=07:50 -set_status=08:00 - -[event] -# 08:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=08:00 -set_status=08:10 - -[event] -# 08:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=08:10 -set_status=08:20 - -[event] -# 08:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=08:20 -set_status=08:30 - -[event] -# 08:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=08:30 -set_status=08:40 - -[event] -# 08:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=08:40 -set_status=08:50 +requires_not_status=h05,h06,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h08 +set_status=m00 +unset_status=h07 +unset_status=m50 +unset_status=hours [event] # 09:00 @@ -291,58 +168,13 @@ location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=08:50 -set_status=09:00 - -[event] -# 09:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=09:00 -set_status=09:10 - -[event] -# 09:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=09:10 -set_status=09:20 - -[event] -# 09:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=09:20 -set_status=09:30 - -[event] -# 09:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=09:30 -set_status=09:40 - -[event] -# 09:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=09:40 -set_status=09:50 +requires_not_status=h05,h06,h07,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h09 +set_status=m00 +unset_status=h08 +unset_status=m50 +unset_status=hours [event] # 10:00 @@ -351,58 +183,13 @@ location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=09:50 -set_status=10:00 - -[event] -# 10:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=10:00 -set_status=10:10 - -[event] -# 10:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=10:10 -set_status=10:20 - -[event] -# 10:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=10:20 -set_status=10:30 - -[event] -# 10:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=10:30 -set_status=10:40 - -[event] -# 10:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=10:40 -set_status=10:50 +requires_not_status=h05,h06,h07,h08,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h10 +set_status=m00 +unset_status=h09 +unset_status=m50 +unset_status=hours [event] # 11:00 @@ -411,983 +198,47 @@ location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=10:50 -set_status=11:00 +requires_not_status=h05,h06,h07,h08,h09,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h11 +set_status=m00 +unset_status=h10 +unset_status=m50 +unset_status=hours [event] -# 11:10 +# 12:00 AM type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=11:00 -set_status=11:10 +requires_not_status=h05,h06,h07,h08,h09,h10,h12,h01,h02,h03,h04,PM +requires_status=hours +set_status=h12 +set_status=m00 +set_status=PM +unset_status=h11 +unset_status=m50 +unset_status=hours +unset_status=AM [event] -# 11:20 +# 12:00 PM type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=11:10 -set_status=11:20 - -[event] -# 11:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=11:20 -set_status=11:30 - -[event] -# 11:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=11:30 -set_status=11:40 - -[event] -# 11:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=11:40 -set_status=11:50 - -[event] -# 12:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=11:50 -set_status=12:00 - -[event] -# 12:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=12:00 -set_status=12:10 - -[event] -# 12:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=12:10 -set_status=12:20 - -[event] -# 12:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=12:20 -set_status=12:30 - -[event] -# 12:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=12:30 -set_status=12:40 - -[event] -# 12:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=12:40 -set_status=12:50 - -[event] -# 13:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=12:50 -set_status=13:00 - -[event] -# 13:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=13:00 -set_status=13:10 - -[event] -# 13:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=13:10 -set_status=13:20 - -[event] -# 13:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=13:20 -set_status=13:30 - -[event] -# 13:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=13:30 -set_status=13:40 - -[event] -# 13:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=13:40 -set_status=13:50 - -[event] -# 14:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=13:50 -set_status=14:00 - -[event] -# 14:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=14:00 -set_status=14:10 - -[event] -# 14:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=14:10 -set_status=14:20 - -[event] -# 14:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=14:20 -set_status=14:30 - -[event] -# 14:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=14:30 -set_status=14:40 - -[event] -# 14:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=14:40 -set_status=14:50 - -[event] -# 15:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=14:50 -set_status=15:00 - -[event] -# 15:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=15:00 -set_status=15:10 - -[event] -# 15:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=15:10 -set_status=15:20 - -[event] -# 15:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=15:20 -set_status=15:30 - -[event] -# 15:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=15:30 -set_status=15:40 - -[event] -# 15:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=15:40 -set_status=15:50 - -[event] -# 16:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=15:50 -set_status=16:00 - -[event] -# 16:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=16:00 -set_status=16:10 - -[event] -# 16:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=16:10 -set_status=16:20 - -[event] -# 16:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=16:20 -set_status=16:30 - -[event] -# 16:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=16:30 -set_status=16:40 - -[event] -# 16:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=16:40 -set_status=16:50 - -[event] -# 17:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=16:50 -set_status=17:00 - -[event] -# 17:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=17:00 -set_status=17:10 - -[event] -# 17:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=17:10 -set_status=17:20 - -[event] -# 17:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=17:20 -set_status=17:30 - -[event] -# 17:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=17:30 -set_status=17:40 - -[event] -# 17:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=17:40 -set_status=17:50 - -[event] -# 18:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=17:50 -set_status=18:00 - -[event] -# 18:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=18:00 -set_status=18:10 - -[event] -# 18:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=18:10 -set_status=18:20 - -[event] -# 18:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=18:20 -set_status=18:30 - -[event] -# 18:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=18:30 -set_status=18:40 - -[event] -# 18:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=18:40 -set_status=18:50 - -[event] -# 19:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=18:50 -set_status=19:00 - -[event] -# 19:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=19:00 -set_status=19:10 - -[event] -# 19:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=19:10 -set_status=19:20 - -[event] -# 19:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=19:20 -set_status=19:30 - -[event] -# 19:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=19:30 -set_status=19:40 - -[event] -# 19:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=19:40 -set_status=19:50 - -[event] -# 20:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=19:50 -set_status=20:00 - -[event] -# 20:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=20:00 -set_status=20:10 - -[event] -# 20:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=20:10 -set_status=20:20 - -[event] -# 20:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=20:20 -set_status=20:30 - -[event] -# 20:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=20:30 -set_status=20:40 - -[event] -# 20:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=20:40 -set_status=20:50 - -[event] -# 21:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=20:50 -set_status=21:00 - -[event] -# 21:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=21:00 -set_status=21:10 - -[event] -# 21:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=21:10 -set_status=21:20 - -[event] -# 21:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=21:20 -set_status=21:30 - -[event] -# 21:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=21:30 -set_status=21:40 - -[event] -# 21:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=21:40 -set_status=21:50 - -[event] -# 22:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=21:50 -set_status=22:00 - -[event] -# 22:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=22:00 -set_status=22:10 - -[event] -# 22:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=22:10 -set_status=22:20 - -[event] -# 22:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=22:20 -set_status=22:30 - -[event] -# 22:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=22:30 -set_status=22:40 - -[event] -# 22:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=22:40 -set_status=22:50 - -[event] -# 23:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=22:50 -set_status=23:00 - -[event] -# 23:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=23:00 -set_status=23:10 - -[event] -# 23:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=23:10 -set_status=23:20 -unset_status=23:10 - -[event] -# 23:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=23:20 -set_status=23:30 - -[event] -# 23:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=23:30 -set_status=23:40 - -[event] -# 23:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=23:40 -set_status=23:50 - -[event] -# 00:00 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=23:50 -set_status=00:00 -unset_status=00:10 -unset_status=00:20 -unset_status=00:30 -unset_status=00:40 -unset_status=00:50 -unset_status=01:00 -unset_status=01:10 -unset_status=01:20 -unset_status=01:30 -unset_status=01:40 -unset_status=01:50 -unset_status=02:00 -unset_status=02:10 -unset_status=02:20 -unset_status=02:30 -unset_status=02:40 -unset_status=02:50 -unset_status=03:00 -unset_status=03:10 -unset_status=03:20 -unset_status=03:30 -unset_status=03:40 -unset_status=03:50 -unset_status=04:00 -unset_status=04:10 -unset_status=04:20 -unset_status=04:30 -unset_status=04:40 -unset_status=04:50 -unset_status=05:00 -unset_status=05:10 -unset_status=05:20 -unset_status=05:30 -unset_status=05:40 -unset_status=05:50 -unset_status=06:00 -unset_status=06:10 -unset_status=06:20 -unset_status=06:30 -unset_status=06:40 -unset_status=06:50 -unset_status=07:00 -unset_status=07:10 -unset_status=07:20 -unset_status=07:30 -unset_status=07:40 -unset_status=07:50 -unset_status=08:00 -unset_status=08:10 -unset_status=08:20 -unset_status=08:30 -unset_status=08:40 -unset_status=08:50 -unset_status=09:00 -unset_status=09:10 -unset_status=09:20 -unset_status=09:30 -unset_status=09:40 -unset_status=09:50 -unset_status=10:00 -unset_status=10:10 -unset_status=10:20 -unset_status=10:30 -unset_status=10:40 -unset_status=10:50 -unset_status=11:00 -unset_status=11:10 -unset_status=11:20 -unset_status=11:30 -unset_status=11:40 -unset_status=11:50 -unset_status=12:00 -unset_status=12:10 -unset_status=12:20 -unset_status=12:30 -unset_status=12:40 -unset_status=12:50 -unset_status=13:00 -unset_status=13:10 -unset_status=13:20 -unset_status=13:30 -unset_status=13:40 -unset_status=13:50 -unset_status=14:00 -unset_status=14:10 -unset_status=14:20 -unset_status=14:30 -unset_status=14:40 -unset_status=14:50 -unset_status=15:00 -unset_status=15:10 -unset_status=15:20 -unset_status=15:30 -unset_status=15:40 -unset_status=15:50 -unset_status=15:00 -unset_status=16:00 -unset_status=16:10 -unset_status=16:20 -unset_status=16:30 -unset_status=16:40 -unset_status=16:50 -unset_status=17:00 -unset_status=17:10 -unset_status=17:20 -unset_status=17:30 -unset_status=17:40 -unset_status=17:50 -unset_status=18:00 -unset_status=18:10 -unset_status=18:20 -unset_status=18:30 -unset_status=18:40 -unset_status=18:50 -unset_status=19:00 -unset_status=19:10 -unset_status=19:20 -unset_status=19:30 -unset_status=19:40 -unset_status=19:50 -unset_status=20:00 -unset_status=20:10 -unset_status=20:20 -unset_status=20:30 -unset_status=20:40 -unset_status=20:50 -unset_status=21:00 -unset_status=21:10 -unset_status=21:20 -unset_status=21:30 -unset_status=21:40 -unset_status=21:50 -unset_status=22:00 -unset_status=22:10 -unset_status=22:20 -unset_status=22:30 -unset_status=22:40 -unset_status=22:50 -unset_status=23:00 -unset_status=23:10 -unset_status=23:20 -unset_status=23:30 -unset_status=23:40 -unset_status=23:50 - -[event] -# 00:10 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=00:00 -set_status=new_day - -[event] -# 00:20 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=00:10 -set_status=00:20 - -[event] -# 00:30 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=00:20 -set_status=00:30 - -[event] -# 00:40 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=00:30 -set_status=00:40 - -[event] -# 00:50 -type=event -location=0,0,0,0 -activate=static -delay=7s -repeat=true -requires_status=00:40 -set_status=00:50 +requires_not_status=h05,h06,h07,h08,h09,h10,h12,h01,h02,h03,h04,AM +requires_status=hours +set_status=h12 +set_status=m00 +set_status=AM +unset_status=h11 +unset_status=m50 +unset_status=hours +unset_status=PM [event] # 01:00 @@ -1396,69 +247,129 @@ location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=00:50 -set_status=01:00 +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h01,h02,h03,h04 +requires_status=hours +set_status=h01 +set_status=m00 +unset_status=h12 +unset_status=m50 +unset_status=hours [event] -# 01:10 +# 02:00 type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=01:00 -set_status=01:10 -unset_status=00:00 +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h02,h03,h04 +requires_status=hours +set_status=h02 +set_status=m00 +unset_status=h01 +unset_status=m50 +unset_status=hours [event] -# 01:20 +# 03:00 type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=01:10 -set_status=01:20 +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h03,h04 +requires_status=hours +set_status=h03 +set_status=m00 +unset_status=h02 +unset_status=m50 +unset_status=hours [event] -# 01:30 +# 04:00 type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=01:20 -set_status=01:30 +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h02,h04 +requires_status=hours +set_status=h04 +set_status=m00 +unset_status=h03 +unset_status=m50 +unset_status=hours [event] -# 01:40 +# 05:00 type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=01:30 -set_status=01:40 +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h02,h03 +requires_status=hours +set_status=h05 +set_status=m00 +unset_status=h04 +unset_status=m50 +unset_status=hours [event] -# 01:50 +# 10 min type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=01:40 -set_status=01:50 +requires_status=m00 +set_status=m10 +unset_status=m00 [event] -# 20:00 +# 20 min type=event location=0,0,0,0 activate=static delay=7s repeat=true -requires_status=01:50 -set_status=save_game +requires_status=m10 +set_status=m20 +unset_status=m10 + +[event] +# 30 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m20 +set_status=m30 +unset_status=m20 + +[event] +# 40 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m30 +set_status=m40 +unset_status=m30 + +[event] +# 50 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m40 +set_status=m50 +set_status=hours +unset_status=m40 [event] # fire on diff --git a/maps/farm.txt b/maps/farm.txt index 567f9dc..ed9532d 100644 --- a/maps/farm.txt +++ b/maps/farm.txt @@ -1047,6 +1047,432 @@ data= 0,0,0,0,0,0,0,2,0,0,1,2,2,0,0,0,0,0,2,0,0,0,0,0,2,0,2,2,0,0,0,0,0,2,2,2,2,2,2,2,4,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0, 2,0,0,2,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,0,1,0,0,2,2,0,0,2,2,2,0,0,0,0,0,2,2,2,0,0,2,2,0,2,2,2,2,0,2,0,0,2,2,2,0,0,0,2,2 +[event] +# 06:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h06,h07,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h06 +set_status=m00 +unset_status=h05 +unset_status=m50 +unset_status=hours + +[event] +# 07:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h07,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h07 +set_status=m00 +unset_status=h06 +unset_status=m50 +unset_status=hours + +[event] +# 08:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h08,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h08 +set_status=m00 +unset_status=h07 +unset_status=m50 +unset_status=hours + +[event] +# 09:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h09,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h09 +set_status=m00 +unset_status=h08 +unset_status=m50 +unset_status=hours + +[event] +# 10:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h10,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h10 +set_status=m00 +unset_status=h09 +unset_status=m50 +unset_status=hours + +[event] +# 11:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h11,h12,h01,h02,h03,h04 +requires_status=hours +set_status=h11 +set_status=m00 +unset_status=h10 +unset_status=m50 +unset_status=hours + +[event] +# 12:00 AM +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h12,h01,h02,h03,h04,PM +requires_status=hours +set_status=h12 +set_status=m00 +set_status=PM +unset_status=h11 +unset_status=m50 +unset_status=hours +unset_status=AM + +[event] +# 12:00 PM +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h12,h01,h02,h03,h04,AM +requires_status=hours +set_status=h12 +set_status=m00 +set_status=AM +unset_status=h11 +unset_status=m50 +unset_status=hours +unset_status=PM + +[event] +# 01:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h01,h02,h03,h04 +requires_status=hours +set_status=h01 +set_status=m00 +unset_status=h12 +unset_status=m50 +unset_status=hours + +[event] +# 02:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h02,h03,h04 +requires_status=hours +set_status=h02 +set_status=m00 +unset_status=h01 +unset_status=m50 +unset_status=hours + +[event] +# 03:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h03,h04 +requires_status=hours +set_status=h03 +set_status=m00 +unset_status=h02 +unset_status=m50 +unset_status=hours + +[event] +# 04:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h02,h04 +requires_status=hours +set_status=h04 +set_status=m00 +unset_status=h03 +unset_status=m50 +unset_status=hours + +[event] +# 05:00 +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_not_status=h05,h06,h07,h08,h09,h10,h11,h12,h01,h02,h03 +requires_status=hours +set_status=h05 +set_status=m00 +unset_status=h04 +unset_status=m50 +unset_status=hours + +[event] +# 10 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m00 +set_status=m10 +unset_status=m00 + +[event] +# 20 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m10 +set_status=m20 +unset_status=m10 + +[event] +# 30 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m20 +set_status=m30 +unset_status=m20 + +[event] +# 40 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m30 +set_status=m40 +unset_status=m30 + +[event] +# 50 min +type=event +location=0,0,0,0 +activate=static +delay=7s +repeat=true +requires_status=m40 +set_status=m50 +set_status=hours +unset_status=m40 + +[event] +# change parallax 04 +type=event +location=0,0,0,0 +activate=static +hotspot=location +parallax_layers=maps/parallax/01.txt +repeat=false +requires_not_status=PM +requires_status=h04 + +[event] +# change parallax 05 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/02.txt +repeat=false +requires_not_status=PM +requires_status=h05 + +[event] +# change parallax 06 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/03.txt +repeat=false +requires_not_status=PM +requires_status=h06 + +[event] +# change parallax 07 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/04.txt +repeat=false +requires_not_status=PM +requires_status=h07 + +[event] +# change parallax 08 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/05.txt +repeat=false +requires_not_status=PM +requires_status=h08 + +[event] +# change parallax 09 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/06.txt +repeat=false +requires_not_status=PM +requires_status=h09 + +[event] +# change parallax 10 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/07.txt +repeat=false +requires_not_status=PM +requires_status=h10 + +[event] +# change parallax 11 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/08.txt +repeat=false +requires_not_status=PM +requires_status=h11 + +[event] +# change parallax 12 +type=event +location=0,0,0,0 +activate=static +parallax_layers= +repeat=false +requires_not_status=AM +requires_status=h12 + +[event] +# change parallax 17 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/17.txt +repeat=false +requires_not_status=AM +requires_status=h05 + +[event] +# change parallax 18 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/18.txt +repeat=false +requires_not_status=AM +requires_status=h06 + +[event] +# change parallax 19 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/19.txt +repeat=false +requires_not_status=AM +requires_status=h07 + +[event] +# change parallax 20 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/20.txt +repeat=false +requires_not_status=AM +requires_status=h08 + +[event] +# change parallax 21 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/21.txt +repeat=false +requires_not_status=AM +requires_status=h09 + +[event] +# change parallax 22 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/22.txt +repeat=false +requires_not_status=AM +requires_status=h10 + +[event] +# change parallax 23 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/23.txt +repeat=false +requires_not_status=AM +requires_status=h11 + +[event] +# change parallax 24 +type=event +location=0,0,0,0 +activate=static +parallax_layers=maps/parallax/24.txt +repeat=false +requires_not_status=PM +requires_status=h12 + [enemy] # fish type=enemy @@ -1097,160 +1523,6 @@ intermap=maps/farm-house.txt,6,11,0,0 requires_class=Standard show_on_minimap=false -[event] -# change parallax 01 -type=event -location=0,0,0,0 -activate=static -hotspot=location -parallax_layers=maps/parallax/01.txt -repeat=false -requires_status=01:00 - -[event] -# change parallax 02 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/02.txt -repeat=false -requires_status=02:00 - -[event] -# change parallax 03 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/03.txt -repeat=false -requires_status=03:00 - -[event] -# change parallax 04 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/04.txt -repeat=false -requires_status=04:00 - -[event] -# change parallax 05 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/05.txt -repeat=false -requires_status=05:00 - -[event] -# change parallax 06 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/06.txt -repeat=false -requires_status=06:00 - -[event] -# change parallax 07 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/07.txt -repeat=false -requires_status=07:00 - -[event] -# change parallax 08 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/08.txt -repeat=false -requires_status=08:00 - -[event] -# change parallax 09 -type=event -location=0,0,0,0 -activate=static -parallax_layers= -repeat=false -requires_status=09:00 - -[event] -# change parallax 17 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/17.txt -repeat=false -requires_status=17:00 - -[event] -# change parallax 18 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/18.txt -repeat=false -requires_status=18:00 - -[event] -# change parallax 19 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/19.txt -repeat=false -requires_status=19:00 - -[event] -# change parallax 20 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/20.txt -repeat=false -requires_status=20:00 - -[event] -# change parallax 21 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/21.txt -repeat=false -requires_status=21:00 - -[event] -# change parallax 22 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/22.txt -repeat=false -requires_status=22:00 - -[event] -# change parallax 23 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/23.txt -repeat=false -requires_status=23:00 - -[event] -# change parallax 24 -type=event -location=0,0,0,0 -activate=static -parallax_layers=maps/parallax/24.txt -repeat=false -requires_status=00:00 - [event] # light off type=event @@ -5532,7 +5804,7 @@ type=event location=39,31,1,1 activate=on_load hotspot=location -mapmod=level 2,38,30,43;level 9,39,30,44;level 3,40,30,45;level 7,38,31,107;level 39,31,17,108;level 8,40,31,109;level 4,38,32,171;level 6,39,32,172;level 5,40,32,173 +mapmod=level 2,38,30,43;level 9,39,30,44;level 3,40,30,45;level 7,38,31,107;level 10,39,31,108;level 8,40,31,109;level 4,38,32,171;level 6,39,32,172;level 5,40,32,173 requires_not_status=grass38 [event] @@ -5557,7 +5829,7 @@ requires_not_status=grass39 [event] # cut grass39 type=event -location=39,31,1,1 +location=38,31,1,1 activate=on_interact hotspot=location mapmod=level 2,37,30,0;level 9,38,30,0;level 3,39,30,0;level 7,37,31,0;level 10,38,31,0;level 8,39,31,0;level 4,37,32,0;level 6,38,32,0;level 5,39,32,0 @@ -5660,13 +5932,23 @@ requires_item=10 set_status=grass44 [event] -# grass20 +# grass45 type=event location=40,26,1,1 activate=on_load hotspot=location -mapmod=level 2,64,16,43;level 9,65,16,44;level 3,66,16,45;level 7,64,17,107;level 10,65,17,108;level 8,66,17,109;level 4,64,18,171;level 6,65,18,172;level 5,66,18,173 -requires_not_status=grass20 +mapmod=level 2,39,25,43;level 9,40,25,44;level 3,41,25,45;level 7,39,26,107;level 10,40,26,108;level 8,41,26,109;level 4,39,27,171;level 6,40,27,172;level 5,41,27,173 +requires_not_status=grass45 + +[event] +# cut grass45 +type=event +location=40,26,1,1 +activate=on_interact +hotspot=location +mapmod=level 2,39,25,0;level 9,40,0,44;level 3,41,25,0;level 7,39,26,0;level 10,40,26,0;level 8,41,26,0;level 4,39,27,0;level 6,40,27,0;level 5,41,27,0 +requires_item=10 +set_status=grass45 [event] # grass20 @@ -5911,3 +6193,21 @@ hotspot=location mapmod=level 2,64,16,43;level 9,65,16,44;level 3,66,16,45;level 7,64,17,107;level 10,65,17,108;level 8,66,17,109;level 4,64,18,171;level 6,65,18,172;level 5,66,18,173 requires_not_status=grass20 +[event] +# grass20 +type=event +location=37,28,1,1 +activate=on_load +hotspot=location +mapmod=level 2,64,16,43;level 9,65,16,44;level 3,66,16,45;level 7,64,17,107;level 10,65,17,108;level 8,66,17,109;level 4,64,18,171;level 6,65,18,172;level 5,66,18,173 +requires_not_status=grass20 + +[event] +# grass20 +type=event +location=39,30,1,1 +activate=on_load +hotspot=location +mapmod=level 2,64,16,43;level 9,65,16,44;level 3,66,16,45;level 7,64,17,107;level 10,65,17,108;level 8,66,17,109;level 4,64,18,171;level 6,65,18,172;level 5,66,18,173 +requires_not_status=grass20 + diff --git a/powers/clock.txt b/powers/clock.txt index 5df569b..e803263 100644 --- a/powers/clock.txt +++ b/powers/clock.txt @@ -10,7 +10,7 @@ icon=69 [power] id=101 -#name=06:00 +#name=00 type=fixed buff=true passive=true @@ -18,7 +18,7 @@ icon=21 [power] id=102 -#name=06:10 +#name=10 type=fixed buff=true passive=true @@ -26,7 +26,7 @@ icon=22 [power] id=103 -#name=06:20 +#name=20 type=fixed buff=true passive=true @@ -34,7 +34,7 @@ icon=46 [power] id=104 -#name=06:30 +#name=30 type=fixed buff=true passive=true @@ -42,7 +42,7 @@ icon=54 [power] id=105 -#name=06:40 +#name=40 type=fixed buff=true passive=true @@ -50,7 +50,7 @@ icon=62 [power] id=106 -#name=06:50 +#name=50 type=fixed buff=true passive=true @@ -66,54 +66,6 @@ buff=true passive=true icon=77 -[power] -id=108 -#name=07:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=109 -#name=07:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=110 -#name=07:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=111 -#name=07:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=112 -#name=07:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=113 -#name=07:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] @@ -124,54 +76,6 @@ buff=true passive=true icon=85 -[power] -id=115 -#name=08:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=116 -#name=08:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=117 -#name=08:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=118 -#name=08:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=119 -#name=08:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=120 -#name=08:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] @@ -182,54 +86,6 @@ buff=true passive=true icon=93 -[power] -id=122 -#name=09:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=123 -#name=09:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=124 -#name=09:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=125 -#name=09:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=126 -#name=09:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=127 -#name=09:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] @@ -240,54 +96,6 @@ buff=true passive=true icon=22 -[power] -id=129 -#name=10:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=130 -#name=10:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=131 -#name=10:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=132 -#name=10:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=133 -#name=10:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=134 -#name=10:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] @@ -298,54 +106,6 @@ buff=true passive=true icon=30 -[power] -id=136 -#name=11:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=137 -#name=11:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=138 -#name=11:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=139 -#name=11:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=140 -#name=11:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=141 -#name=11:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] @@ -356,730 +116,52 @@ buff=true passive=true icon=38 -[power] -id=143 -#name=12:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=144 -#name=12:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=145 -#name=12:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=146 -#name=12:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=147 -#name=12:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=148 -#name=12:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] id=149 -#name=13:00 +#name=01:00 type=fixed buff=true passive=true icon=29 -[power] -id=150 -#name=13:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=151 -#name=13:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=152 -#name=13:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=153 -#name=13:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=154 -#name=13:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=155 -#name=13:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] id=156 -#name=14:00 +#name=02:00 type=fixed buff=true passive=true icon=37 -[power] -id=157 -#name=14:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=158 -#name=14:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=159 -#name=14:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=160 -#name=14:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=161 -#name=14:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=162 -#name=14:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] id=163 -#name=15:00 +#name=03:00 type=fixed buff=true passive=true icon=45 -[power] -id=164 -#name=15:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=165 -#name=15:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=166 -#name=15:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=167 -#name=15:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=168 -#name=15:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=169 -#name=15:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] id=170 -#name=16:00 +#name=04:00 type=fixed buff=true passive=true icon=53 -[power] -id=171 -#name=16:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=172 -#name=16:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=173 -#name=16:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=174 -#name=16:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=175 -#name=16:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=176 -#name=16:50 -type=fixed -buff=true -passive=true -icon=70 - # -------- [power] id=177 -#name=17:00 +#name=05:00 type=fixed buff=true passive=true -icon=61 - -[power] -id=178 -#name=17:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=179 -#name=17:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=180 -#name=17:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=181 -#name=17:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=182 -#name=17:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=183 -#name=17:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=184 -#name=06:00 -type=fixed -buff=true -passive=true -icon=69 - -[power] -id=185 -#name=06:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=186 -#name=06:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=187 -#name=06:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=188 -#name=06:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=189 -#name=06:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=190 -#name=06:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=191 -#name=07:00 -type=fixed -buff=true -passive=true -icon=77 - -[power] -id=192 -#name=07:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=193 -#name=07:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=194 -#name=07:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=195 -#name=07:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=196 -#name=07:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=197 -#name=07:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=198 -#name=08:00 -type=fixed -buff=true -passive=true -icon=85 - -[power] -id=199 -#name=08:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=200 -#name=08:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=201 -#name=08:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=202 -#name=08:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=203 -#name=08:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=204 -#name=08:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=205 -#name=09:00 -type=fixed -buff=true -passive=true -icon=93 - -[power] -id=206 -#name=09:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=207 -#name=09:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=208 -#name=09:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=209 -#name=09:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=210 -#name=09:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=211 -#name=09:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=212 -#name=10:00 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=213 -#name=10:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=214 -#name=10:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=215 -#name=10:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=216 -#name=10:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=217 -#name=10:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=218 -#name=10:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=219 -#name=11:00 -type=fixed -buff=true -passive=true -icon=30 - -[power] -id=220 -#name=11:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=221 -#name=11:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=222 -#name=11:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=223 -#name=11:30 -type=fixed -buff=true -passive=true -icon=54 - -[power] -id=224 -#name=11:40 -type=fixed -buff=true -passive=true -icon=62 - -[power] -id=225 -#name=11:50 -type=fixed -buff=true -passive=true -icon=70 - -# -------- - -[power] -id=226 -#name=12:00 -type=fixed -buff=true -passive=true -icon=38 - -[power] -id=227 -#name=12:00 -type=fixed -buff=true -passive=true -icon=21 - -[power] -id=228 -#name=12:10 -type=fixed -buff=true -passive=true -icon=22 - -[power] -id=229 -#name=12:20 -type=fixed -buff=true -passive=true -icon=46 - -[power] -id=230 -#name=12:30 -type=fixed -buff=true -passive=true -icon=54 \ No newline at end of file +icon=61 \ No newline at end of file diff --git a/powers/trees/default.txt b/powers/trees/default.txt index 6b09bcd..f70493a 100644 --- a/powers/trees/default.txt +++ b/powers/trees/default.txt @@ -275,115 +275,73 @@ visible_when_locked=false [power] id=100 position=4,7 -requires_status=06:00 +requires_status=h06 visible_when_locked=false [power] id=107 position=4,7 -requires_status=07:00 +requires_status=h07 visible_when_locked=false [power] id=114 position=4,7 -requires_status=08:00 +requires_status=h08 visible_when_locked=false [power] id=121 position=4,7 -requires_status=09:00 +requires_status=h09 visible_when_locked=false [power] id=128 position=4,7 -requires_status=10:00 +requires_status=h10 visible_when_locked=false [power] id=135 position=4,7 -requires_status=11:00 +requires_status=h11 visible_when_locked=false [power] id=142 position=4,7 -requires_status=12:00 +requires_status=h12 visible_when_locked=false [power] id=149 position=4,7 -requires_status=13:00 +requires_status=h01 visible_when_locked=false [power] id=156 position=4,7 -requires_status=14:00 +requires_status=h02 visible_when_locked=false [power] id=163 position=4,7 -requires_status=15:00 +requires_status=h03 visible_when_locked=false [power] id=170 position=4,7 -requires_status=16:00 +requires_status=h04 visible_when_locked=false [power] id=177 position=4,7 -requires_status=17:00 -visible_when_locked=false - -[power] -id=184 -position=4,7 -requires_status=18:00 -visible_when_locked=false - -[power] -id=191 -position=4,7 -requires_status=19:00 -visible_when_locked=false - -[power] -id=198 -position=4,7 -requires_status=20:00 -visible_when_locked=false - -[power] -id=205 -position=4,7 -requires_status=21:00 -visible_when_locked=false - -[power] -id=212 -position=4,7 -requires_status=22:00 -visible_when_locked=false - -[power] -id=219 -position=4,7 -requires_status=23:00 -visible_when_locked=false - -[power] -id=226 -position=4,7 -requires_status=00:00 +requires_status=h05 visible_when_locked=false # ----------------------------------- @@ -391,673 +349,37 @@ visible_when_locked=false [power] id=101 position=50,7 -requires_status=06:00 +requires_status=m00 visible_when_locked=false [power] id=102 position=50,7 -requires_status=06:10 +requires_status=m10 visible_when_locked=false [power] id=103 position=50,7 -requires_status=06:20 +requires_status=m20 visible_when_locked=false [power] id=104 position=50,7 -requires_status=06:30 +requires_status=m30 visible_when_locked=false [power] id=105 position=50,7 -requires_status=06:40 +requires_status=m40 visible_when_locked=false [power] id=106 position=50,7 -requires_status=06:50 -visible_when_locked=false - -[power] -id=108 -position=50,7 -requires_status=07:00 -visible_when_locked=false - -[power] -id=109 -position=50,7 -requires_status=07:10 -visible_when_locked=false - -[power] -id=110 -position=50,7 -requires_status=07:20 -visible_when_locked=false - -[power] -id=111 -position=50,7 -requires_status=07:30 -visible_when_locked=false - -[power] -id=112 -position=50,7 -requires_status=07:40 -visible_when_locked=false - -[power] -id=113 -position=50,7 -requires_status=07:50 -visible_when_locked=false - -[power] -id=115 -position=50,7 -requires_status=08:00 -visible_when_locked=false - -[power] -id=116 -position=50,7 -requires_status=08:10 -visible_when_locked=false - -[power] -id=117 -position=50,7 -requires_status=08:20 -visible_when_locked=false - -[power] -id=118 -position=50,7 -requires_status=08:30 -visible_when_locked=false - -[power] -id=119 -position=50,7 -requires_status=08:40 -visible_when_locked=false - -[power] -id=120 -position=50,7 -requires_status=08:50 -visible_when_locked=false - -[power] -id=122 -position=50,7 -requires_status=09:00 -visible_when_locked=false - -[power] -id=123 -position=50,7 -requires_status=09:10 -visible_when_locked=false - -[power] -id=124 -position=50,7 -requires_status=09:20 -visible_when_locked=false - -[power] -id=125 -position=50,7 -requires_status=09:30 -visible_when_locked=false - -[power] -id=126 -position=50,7 -requires_status=09:40 -visible_when_locked=false - -[power] -id=127 -position=50,7 -requires_status=09:50 -visible_when_locked=false - -[power] -id=129 -position=50,7 -requires_status=10:00 -visible_when_locked=false - -[power] -id=130 -position=50,7 -requires_status=10:10 -visible_when_locked=false - -[power] -id=131 -position=50,7 -requires_status=10:20 -visible_when_locked=false - -[power] -id=132 -position=50,7 -requires_status=10:30 -visible_when_locked=false - -[power] -id=133 -position=50,7 -requires_status=10:40 -visible_when_locked=false - -[power] -id=134 -position=50,7 -requires_status=10:50 -visible_when_locked=false - -[power] -id=136 -position=50,7 -requires_status=11:00 -visible_when_locked=false - -[power] -id=137 -position=50,7 -requires_status=11:10 -visible_when_locked=false - -[power] -id=138 -position=50,7 -requires_status=11:20 -visible_when_locked=false - -[power] -id=139 -position=50,7 -requires_status=11:30 -visible_when_locked=false - -[power] -id=140 -position=50,7 -requires_status=11:40 -visible_when_locked=false - -[power] -id=141 -position=50,7 -requires_status=11:50 -visible_when_locked=false - -[power] -id=143 -position=50,7 -requires_status=12:00 -visible_when_locked=false - -[power] -id=144 -position=50,7 -requires_status=12:10 -visible_when_locked=false - -[power] -id=145 -position=50,7 -requires_status=12:20 -visible_when_locked=false - -[power] -id=146 -position=50,7 -requires_status=12:30 -visible_when_locked=false - -[power] -id=147 -position=50,7 -requires_status=12:40 -visible_when_locked=false - -[power] -id=148 -position=50,7 -requires_status=12:50 -visible_when_locked=false - -[power] -id=150 -position=50,7 -requires_status=13:00 -visible_when_locked=false - -[power] -id=151 -position=50,7 -requires_status=13:10 -visible_when_locked=false - -[power] -id=152 -position=50,7 -requires_status=13:20 -visible_when_locked=false - -[power] -id=153 -position=50,7 -requires_status=13:30 -visible_when_locked=false - -[power] -id=154 -position=50,7 -requires_status=13:40 -visible_when_locked=false - -[power] -id=155 -position=50,7 -requires_status=13:50 -visible_when_locked=false - -[power] -id=157 -position=50,7 -requires_status=14:00 -visible_when_locked=false - -[power] -id=158 -position=50,7 -requires_status=14:10 -visible_when_locked=false - -[power] -id=159 -position=50,7 -requires_status=14:20 -visible_when_locked=false - -[power] -id=160 -position=50,7 -requires_status=14:30 -visible_when_locked=false - -[power] -id=161 -position=50,7 -requires_status=14:40 -visible_when_locked=false - -[power] -id=162 -position=50,7 -requires_status=14:50 -visible_when_locked=false - -[power] -id=164 -position=50,7 -requires_status=15:00 -visible_when_locked=false - -[power] -id=165 -position=50,7 -requires_status=15:10 -visible_when_locked=false - -[power] -id=166 -position=50,7 -requires_status=15:20 -visible_when_locked=false - -[power] -id=167 -position=50,7 -requires_status=15:30 -visible_when_locked=false - -[power] -id=168 -position=50,7 -requires_status=15:40 -visible_when_locked=false - -[power] -id=169 -position=50,7 -requires_status=15:50 -visible_when_locked=false - -[power] -id=171 -position=50,7 -requires_status=16:00 -visible_when_locked=false - -[power] -id=172 -position=50,7 -requires_status=16:10 -visible_when_locked=false - -[power] -id=173 -position=50,7 -requires_status=16:20 -visible_when_locked=false - -[power] -id=174 -position=50,7 -requires_status=16:30 -visible_when_locked=false - -[power] -id=175 -position=50,7 -requires_status=16:40 -visible_when_locked=false - -[power] -id=176 -position=50,7 -requires_status=16:50 -visible_when_locked=false - -[power] -id=178 -position=50,7 -requires_status=17:00 -visible_when_locked=false - -[power] -id=179 -position=50,7 -requires_status=17:10 -visible_when_locked=false - -[power] -id=180 -position=50,7 -requires_status=17:20 -visible_when_locked=false - -[power] -id=181 -position=50,7 -requires_status=17:30 -visible_when_locked=false - -[power] -id=182 -position=50,7 -requires_status=17:40 -visible_when_locked=false - -[power] -id=183 -position=50,7 -requires_status=17:50 -visible_when_locked=false - -[power] -id=185 -position=50,7 -requires_status=18:00 -visible_when_locked=false - -[power] -id=186 -position=50,7 -requires_status=18:10 -visible_when_locked=false - -[power] -id=187 -position=50,7 -requires_status=18:20 -visible_when_locked=false - -[power] -id=188 -position=50,7 -requires_status=18:30 -visible_when_locked=false - -[power] -id=189 -position=50,7 -requires_status=18:40 -visible_when_locked=false - -[power] -id=190 -position=50,7 -requires_status=18:50 -visible_when_locked=false - -[power] -id=192 -position=50,7 -requires_status=19:00 -visible_when_locked=false - -[power] -id=193 -position=50,7 -requires_status=19:10 -visible_when_locked=false - -[power] -id=194 -position=50,7 -requires_status=19:20 -visible_when_locked=false - -[power] -id=195 -position=50,7 -requires_status=19:30 -visible_when_locked=false - -[power] -id=196 -position=50,7 -requires_status=19:40 -visible_when_locked=false - -[power] -id=197 -position=50,7 -requires_status=19:50 -visible_when_locked=false - -[power] -id=199 -position=50,7 -requires_status=20:00 -visible_when_locked=false - -[power] -id=200 -position=50,7 -requires_status=20:10 -visible_when_locked=false - -[power] -id=201 -position=50,7 -requires_status=20:20 -visible_when_locked=false - -[power] -id=202 -position=50,7 -requires_status=20:30 -visible_when_locked=false - -[power] -id=203 -position=50,7 -requires_status=20:40 -visible_when_locked=false - -[power] -id=204 -position=50,7 -requires_status=20:50 -visible_when_locked=false - -[power] -id=206 -position=50,7 -requires_status=21:00 -visible_when_locked=false - -[power] -id=207 -position=50,7 -requires_status=21:10 -visible_when_locked=false - -[power] -id=208 -position=50,7 -requires_status=21:20 -visible_when_locked=false - -[power] -id=209 -position=50,7 -requires_status=21:30 -visible_when_locked=false - -[power] -id=210 -position=50,7 -requires_status=21:40 -visible_when_locked=false - -[power] -id=211 -position=50,7 -requires_status=21:50 -visible_when_locked=false - -[power] -id=213 -position=50,7 -requires_status=22:00 -visible_when_locked=false - -[power] -id=214 -position=50,7 -requires_status=22:10 -visible_when_locked=false - -[power] -id=215 -position=50,7 -requires_status=22:20 -visible_when_locked=false - -[power] -id=216 -position=50,7 -requires_status=22:30 -visible_when_locked=false - -[power] -id=217 -position=50,7 -requires_status=22:40 -visible_when_locked=false - -[power] -id=218 -position=50,7 -requires_status=22:50 -visible_when_locked=false - -[power] -id=220 -position=50,7 -requires_status=23:00 -visible_when_locked=false - -[power] -id=221 -position=50,7 -requires_status=23:10 -visible_when_locked=false - -[power] -id=222 -position=50,7 -requires_status=23:20 -visible_when_locked=false - -[power] -id=223 -position=50,7 -requires_status=23:30 -visible_when_locked=false - -[power] -id=224 -position=50,7 -requires_status=23:40 -visible_when_locked=false - -[power] -id=225 -position=50,7 -requires_status=23:50 -visible_when_locked=false - -[power] -id=227 -position=50,7 -requires_status=00:00 -visible_when_locked=false - -[power] -id=228 -position=50,7 -requires_status=00:10 -visible_when_locked=false - -[power] -id=229 -position=50,7 -requires_status=00:20 -visible_when_locked=false - -[power] -id=230 -position=50,7 -requires_status=00:30 +requires_status=m50 visible_when_locked=false #----------------------------------- FORAGING