Преглед изворни кода

UNDO THIS: RACE STUFF

tags/v0.9.0^2
Shaun пре 3 година
родитељ
комит
d2863c95dc
2 измењених фајлова са 224 додато и 4 уклоњено
  1. +220
    -4
      src/server/config/maps/fjolarok/map.json
  2. +4
    -0
      src/server/config/maps/fjolarok/zone.js

+ 220
- 4
src/server/config/maps/fjolarok/map.json Прегледај датотеку

@@ -971,7 +971,7 @@
"type":"",
"visible":true,
"width":8,
"x":920,
"x":912,
"y":888
},
{
@@ -1199,8 +1199,8 @@
"type":"",
"visible":true,
"width":8,
"x":992,
"y":776
"x":1000,
"y":792
},
{
"gid":293,
@@ -1753,6 +1753,222 @@
"width":8,
"x":928,
"y":1008
},
{
"gid":293,
"height":8,
"id":1007,
"name":"Seagull",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":1008,
"y":984
},
{
"gid":293,
"height":8,
"id":1008,
"name":"Seagull",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":936,
"y":856
},
{
"gid":293,
"height":8,
"id":1009,
"name":"Seagull",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":920,
"y":768
},
{
"gid":293,
"height":8,
"id":1010,
"name":"Seagull",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":936,
"y":800
},
{
"gid":293,
"height":8,
"id":1011,
"name":"Seagull",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":1032,
"y":808
},
{
"gid":293,
"height":8,
"id":1012,
"name":"Seagull",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":1032,
"y":760
},
{
"gid":291,
"height":8,
"id":1013,
"name":"Bunny",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":944,
"y":576
},
{
"gid":291,
"height":8,
"id":1014,
"name":"Bunny",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":824,
"y":648
},
{
"gid":291,
"height":8,
"id":1015,
"name":"Bunny",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":768,
"y":696
},
{
"gid":291,
"height":8,
"id":1016,
"name":"Bunny",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":1104,
"y":424
},
{
"gid":292,
"height":8,
"id":1017,
"name":"Elk",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":1000,
"y":432
},
{
"gid":292,
"height":8,
"id":1018,
"name":"Elk",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":1136,
"y":456
},
{
"gid":292,
"height":8,
"id":1019,
"name":"Elk",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":704,
"y":736
},
{
"gid":292,
"height":8,
"id":1020,
"name":"Elk",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":576,
"y":752
},
{
"gid":292,
"height":8,
"id":1021,
"name":"Elk",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":672,
"y":872
},
{
"gid":301,
"height":8,
"id":1022,
"name":"Flamingo",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":600,
"y":568
},
{
"gid":301,
"height":8,
"id":1023,
"name":"Flamingo",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":616,
"y":632
},
{
"gid":301,
"height":8,
"id":1024,
"name":"Flamingo",
"rotation":0,
"type":"",
"visible":true,
"width":8,
"x":488,
"y":560
}],
"opacity":1,
"properties":[
@@ -2871,7 +3087,7 @@
"y":0
}],
"nextlayerid":31,
"nextobjectid":1007,
"nextobjectid":1025,
"orientation":"orthogonal",
"properties":[
{


+ 4
- 0
src/server/config/maps/fjolarok/zone.js Прегледај датотеку

@@ -62,6 +62,7 @@ module.exports = {
},
seagull: {
level: 2,
spawnCd: 50,
regular: {
drops: {
chance: 60,
@@ -78,6 +79,7 @@ module.exports = {
},
bunny: {
level: 3,
spawnCd: 50,
regular: {
drops: {
chance: 56,
@@ -112,6 +114,7 @@ module.exports = {
},
elk: {
level: 4,
spawnCd: 50,
regular: {
drops: {
chance: 50,
@@ -128,6 +131,7 @@ module.exports = {
},
flamingo: {
level: 5,
spawnCd: 50,
regular: {
drops: {
chance: 45,


Loading…
Откажи
Сачувај