Update cubzh.lua
Browse files
cubzh.lua
CHANGED
|
@@ -268,18 +268,22 @@ local skills = {
|
|
| 268 |
}
|
| 269 |
|
| 270 |
local locations = {
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
}
|
| 284 |
|
| 285 |
local NPCs = {
|
|
@@ -324,7 +328,7 @@ local NPCs = {
|
|
| 324 |
local gigaxWorldConfig = {
|
| 325 |
simulationName = SIMULATION_NAME,
|
| 326 |
simulationDescription = SIMULATION_DESCRIPTION,
|
| 327 |
-
startingLocationName = "
|
| 328 |
skills = skills,
|
| 329 |
locations = locations,
|
| 330 |
NPCs = NPCs,
|
|
|
|
| 268 |
}
|
| 269 |
|
| 270 |
local locations = {
|
| 271 |
+
{
|
| 272 |
+
name = "Scientist Island",
|
| 273 |
+
description = "A small island with a scientist and its pet chilling.",
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
name = "Baker Island",
|
| 277 |
+
description = "A small bakery on a floating island in the sky.",
|
| 278 |
+
},
|
| 279 |
+
{
|
| 280 |
+
name = "Pirate Island",
|
| 281 |
+
description = "A small floating island in the sky with a pirate and its ship.",
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
name = "Center",
|
| 285 |
+
description = "Center point between the three islands.",
|
| 286 |
+
},
|
| 287 |
}
|
| 288 |
|
| 289 |
local NPCs = {
|
|
|
|
| 328 |
local gigaxWorldConfig = {
|
| 329 |
simulationName = SIMULATION_NAME,
|
| 330 |
simulationDescription = SIMULATION_DESCRIPTION,
|
| 331 |
+
startingLocationName = "Center",
|
| 332 |
skills = skills,
|
| 333 |
locations = locations,
|
| 334 |
NPCs = NPCs,
|