For the author of the mod. Thank you so much for this. I have been looking for this for a long time. You did a great job with this one. Keep it up with the good work, and good luck.
Hello, Thank you so much for this Mod! I have downloaded the newest version but the magical buildings are not showing up in my config file. Do I have to have access to them in the game beforehand?
22 comments
Sorry for the long delay, life got in the way and I didn't play SDV anymore
El mod utiliza los nombres en inglés para realizar el cambio, por lo que, si tienen el juego en español, tienen que cambiar los nombres en el archivo "config.JSON". El código de abajo tiene los nombres traducidos, y los edificios de la carpintería establecidos en 0 (porque los cambié antes de darme cuenta y me da flojera volverlos a cambiar). Solo remplacen el código con este:
{
"Buildings": {
"Corral": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 300
},
{
"ItemID": 390,
"Amount": 100
}
],
"DaysToBuild": 2
},
"Corral grande": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 400
},
{
"ItemID": 390,
"Amount": 150
}
],
"DaysToBuild": 2
},
"Corral de lujo": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 500
},
{
"ItemID": 390,
"Amount": 200
}
],
"DaysToBuild": 2
},
"Establo": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 350
},
{
"ItemID": 390,
"Amount": 150
}
],
"DaysToBuild": 2
},
"Establo grande": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 450
},
{
"ItemID": 390,
"Amount": 200
}
],
"DaysToBuild": 2
},
"Establo de lujo": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 550
},
{
"ItemID": 390,
"Amount": 300
}
],
"DaysToBuild": 2
},
"Cabaña": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 300
}
],
"DaysToBuild": 2
},
"Cobertizo grande": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 550
},
{
"ItemID": 390,
"Amount": 300
}
],
"DaysToBuild": 2
},
"Silo": {
"GoldCost": 0,
"Items": [
{
"ItemID": 390,
"Amount": 100
},
{
"ItemID": 330,
"Amount": 10
},
{
"ItemID": 334,
"Amount": 5
}
],
"DaysToBuild": 2
},
"Molino": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 150
},
{
"ItemID": 390,
"Amount": 50
},
{
"ItemID": 428,
"Amount": 4
}
],
"DaysToBuild": 2
},
"Pozo": {
"GoldCost": 0,
"Items": [
{
"ItemID": 390,
"Amount": 75
}
],
"DaysToBuild": 2
},
"Estanque de peces": {
"GoldCost": 0,
"Items": [
{
"ItemID": 390,
"Amount": 200
},
{
"ItemID": 152,
"Amount": 5
},
{
"ItemID": 153,
"Amount": 5
}
],
"DaysToBuild": 2
},
"Cuadra": {
"GoldCost": 0,
"Items": [
{
"ItemID": 709,
"Amount": 100
},
{
"ItemID": 335,
"Amount": 5
}
],
"DaysToBuild": 2
},
"Criadero de babas": {
"GoldCost": 0,
"Items": [
{
"ItemID": 390,
"Amount": 500
},
{
"ItemID": 338,
"Amount": 10
},
{
"ItemID": 337,
"Amount": 1
}
],
"DaysToBuild": 2
},
"Cubo de entrega": {
"GoldCost": 0,
"Items": [
{
"ItemID": 388,
"Amount": 150
}
],
"DaysToBuild": 2
},
"Reloj de oro": {
"GoldCost": 10000000,
"Items": [],
"DaysToBuild": 2
},
"Cabaña junimo": {
"GoldCost": 20000,
"Items": [
{
"ItemID": 390,
"Amount": 200
},
{
"ItemID": 771,
"Amount": 100
},
{
"ItemID": 268,
"Amount": 9
}
],
"DaysToBuild": 2
},
"Obelisco del desierto": {
"GoldCost": 1000000,
"Items": [
{
"ItemID": 337,
"Amount": 20
},
{
"ItemID": 88,
"Amount": 10
},
{
"ItemID": 90,
"Amount": 10
}
],
"DaysToBuild": 2
},
"Obelisco de la isla": {
"GoldCost": 1000000,
"Items": [
{
"ItemID": 337,
"Amount": 10
},
{
"ItemID": 91,
"Amount": 10
},
{
"ItemID": 852,
"Amount": 10
}
],
"DaysToBuild": 2
},
"Obelisco terrestre": {
"GoldCost": 500000,
"Items": [
{
"ItemID": 337,
"Amount": 10
},
{
"ItemID": 86,
"Amount": 10
}
],
"DaysToBuild": 2
},
"Obelisco marino": {
"GoldCost": 500000,
"Items": [
{
"ItemID": 337,
"Amount": 5
},
{
"ItemID": 372,
"Amount": 10
},
{
"ItemID": 393,
"Amount": 10
}
],
"DaysToBuild": 2
}
}
}
Y con eso el mod funciona a la perfección.
For the author of the mod.
Thank you so much for this. I have been looking for this for a long time. You did a great job with this one.
Keep it up with the good work, and good luck.