Spanish translation by HeySoyYato
This commit is contained in:
parent
868e983282
commit
c6a6ccfa32
7 changed files with 1008 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Biomas",
|
||||
"description": "En progreso...",
|
||||
"icon": "betterend:end_mycelium"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "Crafteo",
|
||||
"description": "",
|
||||
"icon": "betterend:iron_hammer",
|
||||
"sortnum": 2
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "Velo del End",
|
||||
"description": "Mira sin temor a los ojos de los Enderman.",
|
||||
"icon": "betterend:textures/mob_effect/end_veil.png",
|
||||
"sortnum": 3
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "Rituales",
|
||||
"description": "El místico arte del End, ritales secretos que abren nuevos caminos y oportunidades.",
|
||||
"icon": "betterend:infusion_pedestal",
|
||||
"sortnum": 1
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "Ritual Eterno",
|
||||
"icon": "betterend:eternal_pedestal",
|
||||
"read_by_default": true,
|
||||
"category": "rituals",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "\"Una manera no tan simple de volver al Overworld.\"$(br2)Mientras viajas por el mundo del End, puedes encontrar ruinas antiguas."
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Hay un marco destruido (o no) de $(bold)Flavolita de Runa$() y 6 pedestales alrededor suya.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/eternal_ritual/portal_structure.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Estos son los restos de portales majestuosos que en algún momento enlazaban los mundos del End y del Overworld.$(br2)Para activar el portal necesitas reconstruir el marco (si está roto)."
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Y colocar 6 $(bold)Cristales Eternos$() en los pedestales.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/eternal_ritual/portal_frame_full.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Después de que hayas colocado el último cristal, el portal será activado.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/eternal_ritual/ritual_finished.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "$(bold)Flavolita de Runa$() (para reconstruir el marco) y $(bold)Cristales Eternos$() pueden ser obtenidos por $(l:rituals/infusion_ritual)Ritual de Infusión$(/l)."
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"name": "Ritual de Infusión",
|
||||
"icon": "betterend:infusion_pedestal",
|
||||
"read_by_default": true,
|
||||
"category": "rituals",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Infunde objetos con el poder de los elementos."
|
||||
},
|
||||
{
|
||||
"type": "crafting",
|
||||
"title": "Preparar la estructura",
|
||||
"text": "Primero, deberás craftear $(bold)Pedestal de Infusión$() y 8 pedestales de $(bold)cualquier$() otro tipo.",
|
||||
"recipe": "betterend:infusion_pedestal"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Luego debes de colocar el Pedestal de Infusión en el centro y los otros pedestales alrededor.",
|
||||
"border": true,
|
||||
"images": [
|
||||
"betterend:textures/images/infusion_ritual/infusion_ritual_start.png",
|
||||
"betterend:textures/images/infusion_ritual/infusion_ritual_full.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"title": "Infusión",
|
||||
"text": "Cuando la estructura para el ritual esté lista puedes empezar la infusión.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/infusion_ritual/ritual_structure.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Coloca el ingrediente principal en el $(bold)Pedestal de Infusión$() y cataliza los otros.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/infusion_ritual/ritual_ready.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "Puedes mirar recetas en el $(l:https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items)REI$(/l).$(br2)Para empezar la Infusión coloca el ingrediente principal al final o dale clic derecho al $(bold)Pedestal de Infusión$()."
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Entonces debes de esperar hasta que el ritual termine.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/infusion_ritual/ritual_started.png"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"text": "Y obtén el resultado.",
|
||||
"border": false,
|
||||
"images": [
|
||||
"betterend:textures/images/infusion_ritual/ritual_finished.png"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue