Merge branch '4.3-dev' into 1.12.2
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
"images": {
|
||||
"workbench": {
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/arcane_workbench.png",
|
||||
"caption": "The Arcane Workbench",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -19,7 +19,7 @@
|
||||
"height": 110
|
||||
},
|
||||
"crystal_ore": {
|
||||
"location": "ebwizardry:textures/gui/ore_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/crystal_ore.png",
|
||||
"caption": "Crystal Ore",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -47,7 +47,7 @@
|
||||
"border": false
|
||||
},
|
||||
"crystal_flower": {
|
||||
"location": "ebwizardry:textures/gui/flower_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/crystal_flower.png",
|
||||
"caption": "A Crystal Flower",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -55,7 +55,7 @@
|
||||
"height": 48
|
||||
},
|
||||
"wizard_tower": {
|
||||
"location": "ebwizardry:textures/gui/tower_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/wizard_tower.png",
|
||||
"caption": "A Wizard's Tower",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -63,7 +63,7 @@
|
||||
"height": 110
|
||||
},
|
||||
"wizard_armour": {
|
||||
"location": "ebwizardry:textures/gui/armour_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/wizard_armour.png",
|
||||
"caption": "A Set Of Wizard Armour",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -71,7 +71,7 @@
|
||||
"height": 90
|
||||
},
|
||||
"obelisk": {
|
||||
"location": "ebwizardry:textures/gui/obelisk_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/obelisk.png",
|
||||
"caption": "An Obelisk",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -79,15 +79,31 @@
|
||||
"height": 67
|
||||
},
|
||||
"shrine": {
|
||||
"location": "ebwizardry:textures/gui/shrine_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/shrine.png",
|
||||
"caption": "An Earth Shrine",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"library_ruins": {
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/library_ruins.png",
|
||||
"caption": "Library Ruins",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 57
|
||||
},
|
||||
"remnant": {
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/remnant.png",
|
||||
"caption": "A Fire Remnant",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 73
|
||||
},
|
||||
"tiers": {
|
||||
"location": "ebwizardry:textures/gui/tiers_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/tiers.png",
|
||||
"caption": "The 4 Tiers Of Wand",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -96,7 +112,7 @@
|
||||
"border": false
|
||||
},
|
||||
"elements": {
|
||||
"location": "ebwizardry:textures/gui/elements_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/elements.png",
|
||||
"caption": "The 7 Arcane Elements",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -224,6 +240,39 @@
|
||||
},
|
||||
"spark_bomb": {
|
||||
"locations": [ "ebwizardry:spark_bomb" ]
|
||||
},
|
||||
"gilded_wood": {
|
||||
"locations": [
|
||||
"ebwizardry:gilded_oak_wood",
|
||||
"ebwizardry:gilded_spruce_wood",
|
||||
"ebwizardry:gilded_birch_wood",
|
||||
"ebwizardry:gilded_jungle_wood",
|
||||
"ebwizardry:gilded_acacia_wood",
|
||||
"ebwizardry:gilded_dark_oak_wood"
|
||||
]
|
||||
},
|
||||
"bookshelves": {
|
||||
"locations": [
|
||||
"ebwizardry:oak_bookshelf",
|
||||
"ebwizardry:spruce_bookshelf",
|
||||
"ebwizardry:birch_bookshelf",
|
||||
"ebwizardry:jungle_bookshelf",
|
||||
"ebwizardry:acacia_bookshelf",
|
||||
"ebwizardry:dark_oak_bookshelf"
|
||||
]
|
||||
},
|
||||
"lecterns": {
|
||||
"locations": [
|
||||
"ebwizardry:oak_lectern",
|
||||
"ebwizardry:spruce_lectern",
|
||||
"ebwizardry:birch_lectern",
|
||||
"ebwizardry:jungle_lectern",
|
||||
"ebwizardry:acacia_lectern",
|
||||
"ebwizardry:dark_oak_lectern"
|
||||
]
|
||||
},
|
||||
"receptacle": {
|
||||
"locations": [ "ebwizardry:receptacle" ]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -341,7 +390,7 @@
|
||||
|
||||
"Scrolls, on the other hand, serve a different purpose: right-clicking whilst holding one will cast the spell that is bound to it, destroying the scroll in the process. Like spell books, scrolls can be found throughout the world, but you can also make them yourself (see @enchanting_scrolls Enchanting Scrolls@).",
|
||||
|
||||
"Scrolls are quite useful when you need to use a spell once or twice on a particular quest but don't want it to take up a slot on your @wands wand@. It should be noted, however, that they are an inefficient method of casting spells compared to using a wand.",
|
||||
"Scrolls are quite useful when you need to use a spell once or twice on a particular quest but don't want it to take up a slot on your @wands wand@. They also have the advantage of being able to instantly cast spells that would normally require a charge-up period. It should be noted, however, that they are an inefficient method of casting spells compared to using a wand.",
|
||||
|
||||
"To the untrained eye, the magical runes with which spells are written are unreadable. In order to identify a spell, you could, of course, cast it and see what happens - though doing so may cause unwanted side-effects, and many spells need certain conditions in order to work. Futhermore, there is always a chance of misreading an unknown spell when casting, with potentially dangerous consequences depending on how powerful the spell is. A safer and more reliable option is to use a scroll of identification, which can be found in chests or purchased from a wizard. Right-clicking whilst holding one will identify the first unknown spell book or scroll on your hotbar, consuming the scroll of identification in the process."
|
||||
]
|
||||
@@ -535,6 +584,33 @@
|
||||
"Due to their great arcane power and significance, not to mention the riches within, these structures are particularly attractive to any aspiring wizard - but be cautious. There are numerous reports of wizards becoming trapped within containment fields and slowly being driven insane, perhaps by claustrophobia. A growing number, however, believe such occurences to be a deliberate part of the shrine's protective magic, and that the wizards trapped within are in fact being controlled to protect the structure. A chilling prospect, surely, for anyone who dares to venture near..."
|
||||
]
|
||||
},
|
||||
"library_ruins": {
|
||||
"title": "Library Ruins",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:find_library_ruins"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Wizards tend to accumulate rather a lot of spell books during their lifetime, and it is therefore usual for a wizard to build a library to store their collection. Some particularly secretive wizards have even been known to store their arcane knowledge underground, away from prying eyes. However, a library requires upkeep, and if its owner dies without an apprentice to inherit the books, the structure will quickly fall into disrepair. Thousands of years of magic use have seen more and more libraries left abandoned in this way, and you may perhaps stumble across one when exploring. They are often worth searching for any spell books or other items that might have survived the ravages of time.",
|
||||
|
||||
"#image library_ruins",
|
||||
|
||||
"Libraries are not just used for storing books, though. Wizards of the past harnessed the power of the imbuement altar, used to perform elemental imbuement rituals on magical materials. The positioning of the altar is a precise and difficult art as it must be aligned according to particular celestial movements and local mana fluctuations. The practice of building them has become much rarer in recent history, mainly because once built, a solid rock altar lasts for centuries, so there is little need for new ones. Instead, most wizards find and repair an existing altar for when they need to perform imbuement rituals - and library ruins are the perfect place to look.",
|
||||
|
||||
"You, too, may at some point find it useful to construct your own library, which will of course require some bookshelves:",
|
||||
|
||||
"#recipe bookshelves",
|
||||
|
||||
"#recipe gilded_wood",
|
||||
|
||||
"These bookshelves are not mere furniture, however. Infusing the most potent magic crystals into your bookshelves allows effortless transfer of knowledge between them and a nearby @arcane_workbench arcane workbench@ - very handy as one's collection expands. Equally useful is a lectern:",
|
||||
|
||||
"#recipe lecterns",
|
||||
|
||||
"The tome that floats above a lectern gathers the knowledge from nearby spell books, allowing each to be perused at leisure without remembering its precise location."
|
||||
]
|
||||
},
|
||||
"creatures": {
|
||||
"title": "Magical Creatures",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
@@ -543,7 +619,17 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Besides wizards, a multitude of other creatures also use magic. Many of these creatures are arcane in origin, and most can be summoned using certain magical @spells spells@. One may encounter these creatures guarding an @obelisks obelisk@, or perhaps a powerful summoner. Lesser arcane beings are even found occasionally in the wilderness."
|
||||
"Besides wizards, a multitude of other creatures also use magic. Many of these creatures are arcane in origin, and most can be summoned using certain magical @spells spells@. One may encounter these creatures guarding an @obelisks obelisk@, or perhaps a powerful summoner. Lesser arcane beings are even found occasionally in the wilderness.",
|
||||
|
||||
"A notable example is the remnant, a spirit-like being that forms naturally from the traces left behind by powerful magic and typically takes on one of the seven arcane @elements@. On their own, they are little more than a nuisance, but a swarm can quickly overwhelm the unprepared adventurer, and their innate resistance to magic makes it advisable to carry a bow or other ranged weapon.",
|
||||
|
||||
"#image remnant",
|
||||
|
||||
"Once slain, their spectral dust can be collected, which, besides emitting a colourful glow, has a variety of useful properties. A receptacle, crafted as shown, provides a convenient means of containing it.",
|
||||
|
||||
"#recipe receptacle",
|
||||
|
||||
"Receptacles may be placed atop a surface or affixed to a wall and right-clicked with spectral dust to fill them, acting as a soft light source. Right-clicking a filled receptacle empties it and retreives the dust."
|
||||
]
|
||||
},
|
||||
"artefacts": {
|
||||
@@ -711,7 +797,11 @@
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
"#recipe smoke_bomb",
|
||||
"#recipe spark_bomb"
|
||||
"#recipe spark_bomb",
|
||||
"#recipe gilded_wood",
|
||||
"#recipe bookshelves",
|
||||
"#recipe lecterns",
|
||||
"#recipe receptacle"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -736,13 +826,15 @@
|
||||
|
||||
"Translations:",
|
||||
|
||||
"- Spanish: MadWrist, Alsentar \n- Mexican Spanish: MadWrist \n- Russian: VilagVil, kellixon, bigenergy \n- French: Hahdrim \n- Brazilian Portuguese: lorrampi \n- Chinese: ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer \n- Korean: shejery, rewi_wire \n- Polish: Trozuu \n-German: BirdyDragon \n-Taiwanese: chesterccj305",
|
||||
"- Spanish: MadWrist, Alsentar \n- Mexican Spanish: MadWrist \n- Russian: VilagVil, kellixon, bigenergy \n- French: Hahdrim \n- Brazilian Portuguese: lorrampi \n- Chinese (Simplified): ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer \n- Korean: shejery, rewi_wire \n- Polish: Trozuu \n- German: BirdyDragon \n- Chinese (Traditional): chesterccj305 \n- Hungarian: Bombadil",
|
||||
|
||||
"Lightning ray sound effect from OhhWowProductions",
|
||||
"Sound Effects:",
|
||||
|
||||
"- OhhWowProductions\n- fredzed\n- deleted_user_3277771\n- DiscoveryME\n- OGSoundFX\n- leosalom\n- juskiddink",
|
||||
|
||||
"For more information, check out the @https://github.com/Electroblob77/Wizardry/wiki wiki@.",
|
||||
|
||||
"Can't get enough wizardry? Join the @https://discord.gg/MTmMzMv Discord server@ for the latest news, discussions and extras!"
|
||||
"Can't get enough wizardry? Join the @https://discord.gg/hs8yJP2 Discord server@ for the latest news, discussions and extras!"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
"images": {
|
||||
"workbench": {
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/arcane_workbench.png",
|
||||
"caption": "The Arcane Workbench",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -19,7 +19,7 @@
|
||||
"height": 110
|
||||
},
|
||||
"crystal_ore": {
|
||||
"location": "ebwizardry:textures/gui/ore_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/crystal_ore.png",
|
||||
"caption": "Crystal Ore",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -47,7 +47,7 @@
|
||||
"border": false
|
||||
},
|
||||
"crystal_flower": {
|
||||
"location": "ebwizardry:textures/gui/flower_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/crystal_flower.png",
|
||||
"caption": "A Crystal Flower",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -55,7 +55,7 @@
|
||||
"height": 48
|
||||
},
|
||||
"wizard_tower": {
|
||||
"location": "ebwizardry:textures/gui/tower_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/wizard_tower.png",
|
||||
"caption": "A Wizard's Tower",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -63,7 +63,7 @@
|
||||
"height": 110
|
||||
},
|
||||
"wizard_armour": {
|
||||
"location": "ebwizardry:textures/gui/armour_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/wizard_armour.png",
|
||||
"caption": "A Set Of Wizard Armour",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -71,7 +71,7 @@
|
||||
"height": 90
|
||||
},
|
||||
"obelisk": {
|
||||
"location": "ebwizardry:textures/gui/obelisk_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/obelisk.png",
|
||||
"caption": "An Obelisk",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -79,15 +79,31 @@
|
||||
"height": 67
|
||||
},
|
||||
"shrine": {
|
||||
"location": "ebwizardry:textures/gui/shrine_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/shrine.png",
|
||||
"caption": "An Earth Shrine",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"library_ruins": {
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/library_ruins.png",
|
||||
"caption": "Library Ruins",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 57
|
||||
},
|
||||
"remnant": {
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/remnant.png",
|
||||
"caption": "A Fire Remnant",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 73
|
||||
},
|
||||
"tiers": {
|
||||
"location": "ebwizardry:textures/gui/tiers_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/tiers.png",
|
||||
"caption": "The 4 Tiers Of Wand",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -96,7 +112,7 @@
|
||||
"border": false
|
||||
},
|
||||
"elements": {
|
||||
"location": "ebwizardry:textures/gui/elements_picture.png",
|
||||
"location": "ebwizardry:textures/gui/handbook/pictures/elements.png",
|
||||
"caption": "The 7 Arcane Elements",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -224,6 +240,39 @@
|
||||
},
|
||||
"spark_bomb": {
|
||||
"locations": [ "ebwizardry:spark_bomb" ]
|
||||
},
|
||||
"gilded_wood": {
|
||||
"locations": [
|
||||
"ebwizardry:gilded_oak_wood",
|
||||
"ebwizardry:gilded_spruce_wood",
|
||||
"ebwizardry:gilded_birch_wood",
|
||||
"ebwizardry:gilded_jungle_wood",
|
||||
"ebwizardry:gilded_acacia_wood",
|
||||
"ebwizardry:gilded_dark_oak_wood"
|
||||
]
|
||||
},
|
||||
"bookshelves": {
|
||||
"locations": [
|
||||
"ebwizardry:oak_bookshelf",
|
||||
"ebwizardry:spruce_bookshelf",
|
||||
"ebwizardry:birch_bookshelf",
|
||||
"ebwizardry:jungle_bookshelf",
|
||||
"ebwizardry:acacia_bookshelf",
|
||||
"ebwizardry:dark_oak_bookshelf"
|
||||
]
|
||||
},
|
||||
"lecterns": {
|
||||
"locations": [
|
||||
"ebwizardry:oak_lectern",
|
||||
"ebwizardry:spruce_lectern",
|
||||
"ebwizardry:birch_lectern",
|
||||
"ebwizardry:jungle_lectern",
|
||||
"ebwizardry:acacia_lectern",
|
||||
"ebwizardry:dark_oak_lectern"
|
||||
]
|
||||
},
|
||||
"receptacle": {
|
||||
"locations": [ "ebwizardry:receptacle" ]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -341,7 +390,7 @@
|
||||
|
||||
"Scrolls, on the other hand, serve a different purpose: right-clicking whilst holding one will cast the spell that is bound to it, destroying the scroll in the process. Like spell books, scrolls can be found throughout the world, but you can also make them yourself (see @enchanting_scrolls Enchanting Scrolls@).",
|
||||
|
||||
"Scrolls are quite useful when you need to use a spell once or twice on a particular quest but don't want it to take up a slot on your @wands wand@. It should be noted, however, that they are an inefficient method of casting spells compared to using a wand.",
|
||||
"Scrolls are quite useful when you need to use a spell once or twice on a particular quest but don't want it to take up a slot on your @wands wand@. They also have the advantage of being able to instantly cast spells that would normally require a charge-up period. It should be noted, however, that they are an inefficient method of casting spells compared to using a wand.",
|
||||
|
||||
"To the untrained eye, the magical runes with which spells are written are unreadable. In order to identify a spell, you could, of course, cast it and see what happens - though doing so may cause unwanted side-effects, and many spells need certain conditions in order to work. Futhermore, there is always a chance of misreading an unknown spell when casting, with potentially dangerous consequences depending on how powerful the spell is. A safer and more reliable option is to use a scroll of identification, which can be found in chests or purchased from a wizard. Right-clicking whilst holding one will identify the first unknown spell book or scroll on your hotbar, consuming the scroll of identification in the process."
|
||||
]
|
||||
@@ -535,6 +584,33 @@
|
||||
"Due to their great arcane power and significance, not to mention the riches within, these structures are particularly attractive to any aspiring wizard - but be cautious. There are numerous reports of wizards becoming trapped within containment fields and slowly being driven insane, perhaps by claustrophobia. A growing number, however, believe such occurences to be a deliberate part of the shrine's protective magic, and that the wizards trapped within are in fact being controlled to protect the structure. A chilling prospect, surely, for anyone who dares to venture near..."
|
||||
]
|
||||
},
|
||||
"library_ruins": {
|
||||
"title": "Library Ruins",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:find_library_ruins"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Wizards tend to accumulate rather a lot of spell books during their lifetime, and it is therefore usual for a wizard to build a library to store their collection. Some particularly secretive wizards have even been known to store their arcane knowledge underground, away from prying eyes. However, a library requires upkeep, and if its owner dies without an apprentice to inherit the books, the structure will quickly fall into disrepair. Thousands of years of magic use have seen more and more libraries left abandoned in this way, and you may perhaps stumble across one when exploring. They are often worth searching for any spell books or other items that might have survived the ravages of time.",
|
||||
|
||||
"#image library_ruins",
|
||||
|
||||
"Libraries are not just used for storing books, though. Wizards of the past harnessed the power of the imbuement altar, used to perform elemental imbuement rituals on magical materials. The positioning of the altar is a precise and difficult art as it must be aligned according to particular celestial movements and local mana fluctuations. The practice of building them has become much rarer in recent history, mainly because once built, a solid rock altar lasts for centuries, so there is little need for new ones. Instead, most wizards find and repair an existing altar for when they need to perform imbuement rituals - and library ruins are the perfect place to look.",
|
||||
|
||||
"You, too, may at some point find it useful to construct your own library, which will of course require some bookshelves:",
|
||||
|
||||
"#recipe bookshelves",
|
||||
|
||||
"#recipe gilded_wood",
|
||||
|
||||
"These bookshelves are not mere furniture, however. Infusing the most potent magic crystals into your bookshelves allows effortless transfer of knowledge between them and a nearby @arcane_workbench arcane workbench@ - very handy as one's collection expands. Equally useful is a lectern:",
|
||||
|
||||
"#recipe lecterns",
|
||||
|
||||
"The tome that floats above a lectern gathers the knowledge from nearby spell books, allowing each to be perused at leisure without remembering its precise location."
|
||||
]
|
||||
},
|
||||
"creatures": {
|
||||
"title": "Magical Creatures",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
@@ -543,7 +619,17 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Besides wizards, a multitude of other creatures also use magic. Many of these creatures are arcane in origin, and most can be summoned using certain magical @spells spells@. One may encounter these creatures guarding an @obelisks obelisk@, or perhaps a powerful summoner. Lesser arcane beings are even found occasionally in the wilderness."
|
||||
"Besides wizards, a multitude of other creatures also use magic. Many of these creatures are arcane in origin, and most can be summoned using certain magical @spells spells@. One may encounter these creatures guarding an @obelisks obelisk@, or perhaps a powerful summoner. Lesser arcane beings are even found occasionally in the wilderness.",
|
||||
|
||||
"A notable example is the remnant, a spirit-like being that forms naturally from the traces left behind by powerful magic and typically takes on one of the seven arcane @elements@. On their own, they are little more than a nuisance, but a swarm can quickly overwhelm the unprepared adventurer, and their innate resistance to magic makes it advisable to carry a bow or other ranged weapon.",
|
||||
|
||||
"#image remnant",
|
||||
|
||||
"Once slain, their spectral dust can be collected, which, besides emitting a colorful glow, has a variety of useful properties. A receptacle, crafted as shown, provides a convenient means of containing it.",
|
||||
|
||||
"#recipe receptacle",
|
||||
|
||||
"Receptacles may be placed atop a surface or affixed to a wall and right-clicked with spectral dust to fill them, acting as a soft light source. Right-clicking a filled receptacle empties it and retreives the dust."
|
||||
]
|
||||
},
|
||||
"artefacts": {
|
||||
@@ -711,7 +797,11 @@
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
"#recipe smoke_bomb",
|
||||
"#recipe spark_bomb"
|
||||
"#recipe spark_bomb",
|
||||
"#recipe gilded_wood",
|
||||
"#recipe bookshelves",
|
||||
"#recipe lecterns",
|
||||
"#recipe receptacle"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -736,13 +826,15 @@
|
||||
|
||||
"Translations:",
|
||||
|
||||
"- Spanish: MadWrist, Alsentar \n- Mexican Spanish: MadWrist \n- Russian: VilagVil, kellixon, bigenergy \n- French: Hahdrim \n- Brazilian Portuguese: lorrampi \n- Chinese: ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer \n- Korean: shejery, rewi_wire \n- Polish: Trozuu \n-German: BirdyDragon \n-Taiwanese: chesterccj305",
|
||||
"- Spanish: MadWrist, Alsentar \n- Mexican Spanish: MadWrist \n- Russian: VilagVil, kellixon, bigenergy \n- French: Hahdrim \n- Brazilian Portuguese: lorrampi \n- Chinese (Simplified): ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer \n- Korean: shejery, rewi_wire \n- Polish: Trozuu \n- German: BirdyDragon \n- Chinese (Traditional): chesterccj305 \n- Hungarian: Bombadil",
|
||||
|
||||
"Lightning ray sound effect from OhhWowProductions",
|
||||
"Sound Effects:",
|
||||
|
||||
"- OhhWowProductions\n- fredzed\n- deleted_user_3277771\n- DiscoveryME\n- OGSoundFX\n- leosalom\n- juskiddink",
|
||||
|
||||
"For more information, check out the @https://github.com/Electroblob77/Wizardry/wiki wiki@.",
|
||||
|
||||
"Can't get enough wizardry? Join the @https://discord.gg/MTmMzMv Discord server@ for the latest news, discussions and extras!"
|
||||
"Can't get enough wizardry? Join the @https://discord.gg/hs8yJP2 Discord server@ for the latest news, discussions and extras!"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bookmark_start_section": "introduction",
|
||||
|
||||
|
||||
"colours": {
|
||||
"text": "#000000",
|
||||
"caption": "#666666",
|
||||
@@ -8,10 +8,10 @@
|
||||
"highlight": "#dd4c1d",
|
||||
"new_section": "#ee88f7"
|
||||
},
|
||||
|
||||
|
||||
"images": {
|
||||
"workbench": {
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench_picture.png",
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench.png",
|
||||
"caption": "Mesa Arcana",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -19,8 +19,8 @@
|
||||
"height": 110
|
||||
},
|
||||
"crystal_ore": {
|
||||
"location": "ebwizardry:textures/gui/ore_picture.png",
|
||||
"caption": "Mena de Cristal Mágico",
|
||||
"location": "ebwizardry:textures/gui/crystal_ore.png",
|
||||
"caption": "Mena de Cristal Magico",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"magic_crystal": {
|
||||
"location": "ebwizardry:textures/items/crystal_magic.png",
|
||||
"caption": "Cristal Mágico",
|
||||
"caption": "Cristal Magico",
|
||||
"u": 6,
|
||||
"v": 6,
|
||||
"width": 36,
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"magic_wand": {
|
||||
"location": "ebwizardry:textures/items/wand_novice.png",
|
||||
"caption": "Varita Mágica",
|
||||
"caption": "Varita Magica",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
@@ -47,7 +47,7 @@
|
||||
"border": false
|
||||
},
|
||||
"crystal_flower": {
|
||||
"location": "ebwizardry:textures/gui/flower_picture.png",
|
||||
"location": "ebwizardry:textures/gui/crystal_flower.png",
|
||||
"caption": "Flor de Cristal",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -55,7 +55,7 @@
|
||||
"height": 48
|
||||
},
|
||||
"wizard_tower": {
|
||||
"location": "ebwizardry:textures/gui/tower_picture.png",
|
||||
"location": "ebwizardry:textures/gui/wizard_tower.png",
|
||||
"caption": "Torre de mago",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -63,7 +63,7 @@
|
||||
"height": 110
|
||||
},
|
||||
"wizard_armour": {
|
||||
"location": "ebwizardry:textures/gui/armour_picture.png",
|
||||
"location": "ebwizardry:textures/gui/wizard_armour.png",
|
||||
"caption": "Conjunto de Armadura de mago",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -71,7 +71,7 @@
|
||||
"height": 90
|
||||
},
|
||||
"obelisk": {
|
||||
"location": "ebwizardry:textures/gui/obelisk_picture.png",
|
||||
"location": "ebwizardry:textures/gui/obelisk.png",
|
||||
"caption": "Obelisco",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -79,7 +79,7 @@
|
||||
"height": 67
|
||||
},
|
||||
"shrine": {
|
||||
"location": "ebwizardry:textures/gui/shrine_picture.png",
|
||||
"location": "ebwizardry:textures/gui/shrine.png",
|
||||
"caption": "Santuario de la tierra",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -87,7 +87,7 @@
|
||||
"height": 67
|
||||
},
|
||||
"tiers": {
|
||||
"location": "ebwizardry:textures/gui/tiers_picture.png",
|
||||
"location": "ebwizardry:textures/gui/tiers.png",
|
||||
"caption": "Los 4 niveles en las Varitas",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -96,7 +96,7 @@
|
||||
"border": false
|
||||
},
|
||||
"elements": {
|
||||
"location": "ebwizardry:textures/gui/elements_picture.png",
|
||||
"location": "ebwizardry:textures/gui/elements.png",
|
||||
"caption": "Los 7 elementos Arcanos",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
@@ -226,36 +226,36 @@
|
||||
"locations": [ "ebwizardry:spark_bomb" ]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"sections": {
|
||||
|
||||
|
||||
"inside_cover": {
|
||||
"centre": {
|
||||
"x": true,
|
||||
"y": true
|
||||
},
|
||||
"text": [
|
||||
|
||||
|
||||
"El Manual del Mago",
|
||||
|
||||
|
||||
"Por Electroblob"
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
"introduction": {
|
||||
"title": "Introduccion",
|
||||
"text": [
|
||||
|
||||
"Saludos Mago! Este gran libro te mostrara los secretos de las artes arcanas, y de como usarlas. Este no es un libro comun y corriente, ya que su conocimiento y sus paginas aumentaran a medida que descubres mas y mas sobre mundo magico.",
|
||||
|
||||
"¡Saludos Mago! Este libro te mostrara los secretos de las artes arcanas, y de cómo usarlas. Este no es un libro común y corriente, ya que su conocimiento y sus páginas aumentarán a medida que descubres más y más sobre mundo mágico.",
|
||||
"Utiliza los botones en forma de flecha para pasar la pagina, y los botones de doble flecha para pasar de una seccion a otra. Usa el boton de menu central para regresar al indice.",
|
||||
|
||||
"Utiliza los botones en forma de flecha para pasar la página, y los botones de doble flecha para pasar de una sección a otra. Usa el botón de menú central para regresar al índice.",
|
||||
|
||||
"Haz clic en cualquier palabra en color purpura para ir directamente al tema en cuestión. Haz clic derecho al marcador rojo para moverlo a la página actual, y clic izquierdo para saltar a la página marcada."
|
||||
"Haz clic en cualquier palabra en color purpura para ir directamente al tema en cuestion. Haz clic derecho al marcador rojo para moverlo a la pagina actual, y clic izquierdo para saltar a la pagina marcada."
|
||||
]
|
||||
},
|
||||
|
||||
"main_contents": {
|
||||
"title": "Índice",
|
||||
"title": "Indice",
|
||||
"contents": {
|
||||
"id": "main_contents",
|
||||
"hyperlinks": true,
|
||||
@@ -265,13 +265,13 @@
|
||||
},
|
||||
|
||||
"setting_up": {
|
||||
"title": "Iniciación",
|
||||
"title": "Iniciacion",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"Para comenzar como mago, necesitarás conseguir lo siguiente:",
|
||||
"Para comenzar como mago, necesitaras conseguir lo siguiente:",
|
||||
|
||||
"- Una Varita mágica, hecha de la siguiente forma:",
|
||||
"- Una Varita magica, hecha de la siguiente forma:",
|
||||
|
||||
"#recipe magic_wand",
|
||||
|
||||
@@ -279,29 +279,29 @@
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"- Un @spells Libro de hechizos@. Estos se pueden encontrar en cofres, recompensas por matar monstruos, y comprado a otros magos. Puedes crear el hechizo Misil Mágico, un hechizo de bajo nivel, de la siguiente forma:",
|
||||
"- Un @spells Libro de hechizo@. Estos se pueden encontrar en cofres, recompensas por matar monstruos, y comprado a otros magos. Puedes crear el hechizo Misil Magico, un hechizo de bajo nivel, de la siguiente forma:",
|
||||
|
||||
"#recipe magic_missile_spell_book",
|
||||
|
||||
"También necesitaras bastantes Cristales Mágicos para suplir tu varita de @mana@."
|
||||
"Tambien necesitaras bastantes Cristales Mágicos para suplir tu varita de @mana@."
|
||||
]
|
||||
},
|
||||
|
||||
"mana": {
|
||||
"title": "Maná",
|
||||
"title": "Mana",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:crystal"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"El Maná es la energía mística que concede a los magos sus habilidades. Mucho más que una sustancia física, el Maná es un aura que impregna la realidad de forma omnipresente. En nuestro mundo, suele acumularse hasta formar cristales sólidos, los cuales pueden ser hallados incrustados en piedra en el subsuelo. Las @wands Varitas@ almacenan Maná dentro de ellas, y este Maná es canalizado hacia fuera al conjurar un @spells Hechizo@. Diferentes Hechizos requieren diferentes cantidades de Maná, dependiendo de que tan poderosos sean y de cuanto duren sus efectos.",
|
||||
"El Mana es la energia mistica que concede a los magos sus habilidades. Mucho mas que una sustancia fisica, el Mana es un aura que impregna la realidad de forma omnipresente. En nuestro mundo, suele acumularse hasta formar cristales solidos, los cuales pueden ser hallados incrustados en piedra en el subsuelo. Las @wands Varitas@ almacenan Mana dentro de ellas, y este Mana es canalizado hacia fuera al conjurar un @spells Hechizo@. Diferentes Hechizos requieren diferentes cantidades de Mana, dependiendo de que tan poderosos sean y de cuanto duren sus efectos.",
|
||||
|
||||
"#image crystal_ore",
|
||||
|
||||
"#image magic_crystal",
|
||||
|
||||
"Al ser energía pura, el Maná no puede ser creado ni destruido. Cuando se conjura un hechizo, El Maná canalizado simplemente se disipa en el ambiente. Ciertamente, la mayoría de Maná se encuentra esparcido en pequeñas cantidades a través de todo el Cosmos. Sin embargo, para poder ser usado, el Maná debe de estar concentrado. Esto se puede lograr de forma natural a través de miles de años, como pasa con los cristales mágicos, o de forma artificial, un método avanzado no abordado en este libro. También existen diferentes formas de que el Maná sea mejor administrado al conjurar hechizos, y de recuperar una parte del Maná disipado en el ambiente."
|
||||
"Al ser energia pura, el Mana no puede ser creado ni destruido. Cuando se conjura un hechizo, El Mana canalizado simplemente se disipa en el ambiente. Ciertamente, la mayoria de Mana se encuentra esparcido en peque\u00f1as cantidades a traves de todo el Cosmos. Sin embargo, para poder ser usado, el Mana debe de estar concentrado. Esto se puede lograr de forma natural a traves de miles de a\u00f1os, como pasa con los cristales magicos, o de forma artificial, un metodo avanzado no abordado en este libro. Tambien existen diferentes formas de que el Mana sea mejor administrado al conjurar hechizos, y de recuperar una parte del Mana disipado en el ambiente."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -313,17 +313,17 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"La varita es el arma y herramienta principal de un mago. Con ella, podrás conjurar cualquier @spells hechizo@ que la varita pueda canalizar (véase @tiers Niveles@). Las varitas vienen en diferentes variedades, pero es muy probable que empieces con una varita básica.",
|
||||
"La varita es el arma y herramienta principal de un mago. Con ella, podras conjurar cualquier @spells hechizo@ que la varita pueda canalizar (vease @tiers Niveles@). Las varitas vienen en diferentes variedades, pero es muy probable que empieces con una varita basica.",
|
||||
|
||||
"#image magic_wand",
|
||||
|
||||
"La mayoria de varitas comienzan como una estructura simple de un cristal mágico unido a un palo de madera, con una pepita de oro unido en el otro extremo. El cristal es, claro está, la fuente de poder de la varita, ya que provee el foco necesario para canalizar @spells hechizos@. El resto de la varita es importante también, ya que no solo provee un medio para sostener la varita, sino también un circuito interno por el cual el @mana maná@ puede ser canalizado y dirigido.",
|
||||
"La mayoria de varitas comienzan como una estructura simple de un cristal magico unido a un palo de madera, con una pepita de oro unido en el otro extremo. El cristal es, claro esta, la fuente de poder de la varita, ya que provee el foco necesario para canalizar @spells hechizos@. El resto de la varita es importante tambien, ya que no solo provee un medio para sostener la varita, sino tambien un circuito interno por el cual el @mana mana@ puede ser canalizado y dirigido.",
|
||||
|
||||
"A medida que se conjuren hechizos con la varita, esta se volverá más efectiva en canalizar dichos @spells hechizos@, y eventualmente, en conjurar hechizos mas poderosos. Esto se puede notar debido a ciertos cambios en la varita misma: Mientras mas poderosa se vuelva una varita, su cristal mágico se volverá más brillante, su color puede llegar a cambiar dependiendo de su @elements elemento@, y después de un tiempo, la madera de la que esta hecha comenzara a crecer por si sola y a retorcerse en figuras mas complejas.",
|
||||
"A medida que se conjuren hechizos con la varita, esta se volvera mas efectiva en canalizar dichos @spells hechizos@, y eventualmente, en conjurar hechizos mas poderosos. Esto se puede notar debido a ciertos cambios en la varita misma: Mientras mas poderosa se vuelva una varita, su cristal magico se volvera mas brillante, su color puede llegar a cambiar dependiendo de su @elements elemento@, y despues de un tiempo, la madera de la que esta hecha comenzara a crecer por si sola y a retorcerse en figuras mas complejas.",
|
||||
|
||||
"Mientras sostienes una varita, un pequeño recuadro aparecerá en la esquina de tu pantalla. Este recuadro muestra el hechizo seleccionado actualmente, además de una imagen para representar tal hechizo, si el hechizo ya fue conjurado, y una barra de cooldown indicando el tiempo restante para poder conjurar el hechizo otra vez. Tambien muestra los nombres del hechizo anterior y el hechizo siguiente vinculados a la varita. Para cambiar de hechizo, utiliza las teclas #next_spell_key and #previous_spell_key (Estas pueden ser modificadas en Opciones > Controles). Tambien puedes cambiar de hechizo utilizando la rueda del mouse mientras estas agachado.",
|
||||
"Mientras sostienes una varita, un peque\u00f1o recuadro aparecera en la esquina de tu pantalla. Este recuadro muestra el hechizo seleccionado actualmente, ademas de una imagen para representar tal hechizo, si el hechizo ya fue conjurado, y una barra de cooldown indicando el tiempo restante para poder conjurar el hechizo otra vez. Tambien muestra los nombres del hechizo anterior y el hechizo siguiente vinculados a la varita. Para cambiar de hechizo, utiliza las teclas #next_spell_key y #previous_spell_key (Estas pueden ser modificadas en Opciones > Controles). Tambien puedes cambiar de hechizo utilizando la rueda del mouse mientras estas agachado.",
|
||||
|
||||
"Cuando veas tu inventario, si pones el mouse sobre la varita, veras cuanto @mana mana@ le queda, junto con el @spells hechizo@ seleccionado actualmente y otras habilidades que tenga. Puedes visualizar más información sobre la varita colocándola en una @arcane_workbench mesa arcana@."
|
||||
"Cuando veas tu inventario, si pones el mouse sobre la varita, veras cuanto @mana mana@ le queda, junto con el @spells hechizo@ seleccionado actualmente y otras habilidades que tenga. Puedes visualizar mas informacion sobre la varita colocandola en una @arcane_workbench mesa arcana@."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -335,15 +335,15 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Sin hechizos para conjurar y lanzar, una @wands varita@ es prácticamente inútil. Los hechizos son grabados en dos formas: en libros, los cual los hace permanentes, y en pergaminos, los cuales son temporales.",
|
||||
"Sin hechizos para conjurar y lanzar, una @wands varita@ es practicamente inutil. Los hechizos son grabados en dos formas: en libros, los cual los hace permanentes, y en pergaminos, los cuales son temporales.",
|
||||
|
||||
"Los libros de hechizos son inútiles por si mismos, por lo que son usados para vincular el hechizo que contienen a las @wands varitas@. Los libros de hechizos se encuentran pueden ser hallados a través de todo el planeta, y no tomara mucho tiempo encontrarte con uno. Cuando lo encuentres, puedes colocar el mouse sobre el libro de hechizo para ver información básica sobre el hechizo que contiene. También puedes darle clic derecho mientras lo sostienes para leer mas acerca de él.",
|
||||
"Los libros de hechizos son inutiles por si mismos, por lo que son usados para vincular el hechizo que contienen a las @wands varitas@. Los libros de hechizos se encuentran pueden ser hallados a traves de todo el planeta, y no tomara mucho tiempo encontrarte con uno. Cuando lo encuentres, puedes colocar el mouse sobre el libro de hechizo para ver informacion basica sobre el hechizo que contiene. Tambien puedes darle clic derecho mientras lo sostienes para leer mas acerca de el.",
|
||||
|
||||
"Por otro lado, los pergaminos sirven otro propósito: Haciendo click derecho mientras sostienes uno conjurará el hechizo escrito en el, consumiendo el pergamino. Al igual que los libros de hechizos, los pergaminos pueden ser hallados en muchas partes del mundo, pero también puedes crearlos tu mismo(a) (véase @enchanting_scrolls Encantando Pergaminos@).",
|
||||
"Por otro lado, los pergaminos sirven otro proposito: Haciendo click derecho mientras sostienes uno conjurara el hechizo escrito en el, consumiendo el pergamino. Al igual que los libros de hechizos, los pergaminos pueden ser hallados en muchas partes del mundo, pero tambien puedes crearlos tu mismo(a) (vease @enchanting_scrolls Encantando Pergaminos@).",
|
||||
|
||||
"Los pergaminos son bastante utiles cuando necesitas utilizar un hechizo una o dos veces en una misión específica, y no quieres que tome espacio innecesario en tu @wands varita@. De todas formas, cabe destacar que no son tan efectivas para conjurar hechizos en comparación con las varitas.",
|
||||
"Los pergaminos son bastante utiles cuando necesitas utilizar un hechizo una o dos veces en una mision especifica, y no quieres que tome espacio innecesario en tu @wands varita@. De todas formas, cabe destacar que no son tan efectivas para conjurar hechizos en comparacion con las varitas.",
|
||||
|
||||
"Desde la perspectiva de alguien común y corriente, los símbolos y runas en los cuales están escritos los hechizos son solo garabatos ilegibles. Pero tú no eres alguien común. ¡Eres un mago, joder! Y como tal, poco a poco iras aprendiendo a descifrar este lenguaje. Para identificar un hechizo podrías, claro está, simplemente conjurarlo y ver que pasa. Pero ten en cuenta que al hacerlo puede haber efectos no deseados, además de que muchos hechizos necesitan ciertas condiciones para funcionar. Además de eso, para novatos es probable leer el hechizo de forma errónea y pueden llegar a haber consecuencias peligrosas dependiendo de que tan poderoso sea el hechizo. Una opción más segura es utilizar un pergamino de identificación, los cuales pueden ser encontrados en cofres o comprados a otros magos. Al hacer click derecho mientras se sostiene uno, se identificará el primer hechizo desconocido en tu inventario, consumiendo el pergamino de identificación."
|
||||
"Desde la perspectiva de alguien comun y corriente, los simbolos y runas en los cuales estan escritos los hechizos son solo garabatos ilegibles. Pero tu no eres alguien comun. Eres un mago, joder! Y como tal, poco a poco iras aprendiendo a descifrar este lenguaje. Para identificar un hechizo podrias, claro esta, simplemente conjurarlo y ver que pasa. Pero ten en cuenta que al hacerlo puede haber efectos no deseados, ademas de que muchos hechizos necesitan ciertas condiciones para funcionar. Ademas de eso, para novatos es probable leer el hechizo de forma erronea y pueden llegar a haber consecuencias peligrosas dependiendo de que tan poderoso sea el hechizo. Una opcion mas segura es utilizar un pergamino de identificacion, los cuales pueden ser encontrados en cofres o comprados a otros magos. Al hacer click derecho mientras se sostiene uno, se identificara el primer hechizo desconocido en tu inventario, consumiendo el pergamino de identificacion."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -361,7 +361,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"La mesa arcana es un bloque similar a la mesa de encantamientos, donde podrás recargar, mejorar, y vincular @spells hechizos@ a tu @wands varita@. Puedes crearla de la siguiente forma:",
|
||||
"La mesa arcana es un bloque similar a la mesa de encantamientos, donde podras recargar, mejorar, y vincular @spells hechizos@ a tu @wands varita@. Puedes crearla de la siguiente forma:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
@@ -378,7 +378,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Para vincular un @spells hechizo@ a tu @wands varita@, solo tienes que colocar la varita en la ranura central de la mesa arcana, luego colocar el libro de hechizo que desees en las ranuras alrededor y presionar “Aplicar”. Como habrás de notar, el acto de vincular un hechizo no afecta al libro, esto es porque al vincular un hechizo, la mesa arcana no “toma” el hechizo del libro, sino que de cierta forma “copia” de forma resumida el hechizo en la varita. De esta forma, puedes cambiar los hechizos vinculados a tu varita tantas veces como quieras con solo repetir el proceso. Puedes vincular hasta cinco hechizos diferentes a una sola varita cada vez, aunque este numero puede aumentar con mejoras de vinculación."
|
||||
"Para vincular un @spells hechizo@ a tu @wands varita@, solo tienes que colocar la varita en la ranura central de la mesa arcana, luego colocar el libro de hechizo que desees en las ranuras alrededor y presionar \u0022Aplicar\u0022. Como habras de notar, el acto de vincular un hechizo no afecta al libro, esto es porque al vincular un hechizo, la mesa arcana no \u0022toma\u0022 el hechizo del libro, sino que de cierta forma \u0022copia\u0022 de forma resumida el hechizo en la varita. De esta forma, puedes cambiar los hechizos vinculados a tu varita tantas veces como quieras con solo repetir el proceso. Puedes vincular hasta cinco hechizos diferentes a una sola varita cada vez, aunque este numero puede aumentar con mejoras de vinculacion."
|
||||
]
|
||||
},
|
||||
"charging_wands": {
|
||||
@@ -389,7 +389,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Para recargar tu @wands varita@, coloca la varita en la ranura central de la mesa arcana, coloca algunos cristales mágicos en la ranura inferior izquierda y luego presiona “Aplicar”. Cada cristal vale #mana_per_crystal @mana maná@, y la varita solo tomara lo que necesita, por lo que puedes dejar una provision de cristales en la mesa arcana para cuando la necesites. Sin embargo, ten en cuenta que la varita solo puede tomar números de cristales enteros, así que si por ejemplo, la varita necesita 30 mas de maná, #example_charging_loss de maná se perderán al cargarla."
|
||||
"Para recargar tu @wands varita@, coloca la varita en la ranura central de la mesa arcana, coloca algunos cristales magicos en la ranura inferior izquierda y luego presiona \u0022Aplicar\u0022. Cada cristal vale #mana_per_crystal @mana mana@, y la varita solo tomara lo que necesita, por lo que puedes dejar una provision de cristales en la mesa arcana para cuando la necesites. Sin embargo, ten en cuenta que la varita solo puede tomar numeros de cristales enteros, asi que si por ejemplo, la varita necesita 30 mas de mana, #example_charging_loss de mana se perderan al cargarla."
|
||||
]
|
||||
},
|
||||
"upgrading_wands": {
|
||||
@@ -400,7 +400,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Para mejorar tu @wands varita@, necesitaras un Tomo de Arcana del @tiers nivel@ adecuado, o también, una mejora especial para tu varita. Los Tomos de Arcana y las mejoras especiales pueden ser hallados en cofres o comprados a otros magos. Para mejorar tu varita, colocala en la ranura central, y coloca el objeto de mejora en la ranura superior derecha, luego presiona “Aplicar”.",
|
||||
"Para mejorar tu @wands varita@, necesitaras un Tomo de Arcana del @tiers nivel@ adecuado, o tambien, una mejora especial para tu varita. Los Tomos de Arcana y las mejoras especiales pueden ser hallados en cofres o comprados a otros magos. Para mejorar tu varita, colocala en la ranura central, y coloca el objeto de mejora en la ranura superior derecha, luego presiona \u0022Aplicar\u0022.",
|
||||
|
||||
"Mejoras especiales para la varita cambian el aspecto de la varita. Cada tipo de mejora se puede acumular tres veces, y el total de mejoras que una varita puede tomar depende de su nivel. Solo recuerda que las mejoras no pueden ser removidas."
|
||||
]
|
||||
@@ -413,7 +413,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"La mesa Arcana tambien puede ser usada para encantar @spells hechizos@ en pergaminos. Para hacerlo, necesitaras un pergamino en blanco, creado con papel y un poco de cuerda, un libro de hechizo de tu preferencia, y suficientes cristales mágicos para proveer @mana maná@ para conjurar.",
|
||||
"La mesa Arcana tambien puede ser usada para encantar @spells hechizos@ en pergaminos. Para hacerlo, necesitaras un pergamino en blanco, creado con papel y un poco de cuerda, un libro de hechizo de tu preferencia, y suficientes cristales magicos para proveer @mana mana@ para conjurar.",
|
||||
|
||||
"#recipe blank_scroll",
|
||||
|
||||
@@ -431,11 +431,11 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Como el legendario y poderoso mago que eres, necesitaras algo para protegerte de las criaturas y monstruos que obviamente vencerás. Las armaduras normales son buenas, sí… pero checa eso: Sombrero, túnica, pantalones y botas. A diferencia de las armaduras normales, la armadura de mago no se rompe, ya que utiliza maná para endurecer su tela al punto de simular el metal, y proteger al usuario. Estas armaduras deben de ser recargadas con cristales mágicos, como las varitas. Afortunadamente, estas ropas no consumen mucho @mana maná@. Recárgalas como lo harías con una varita en la @arcane_workbench mesa arcana@ o con @mana_flasks frascos de mana@. Pero ten cuidado, si se le acaba el maná, lo único que te protegerá de aquellos monstruos será simple tela.",
|
||||
"Como el legendario y poderoso mago que eres, necesitaras algo para protegerte de las criaturas y monstruos que obviamente venceras. Las armaduras normales son buenas, si... pero checa eso: Sombrero, tunica, pantalones y botas. A diferencia de las armaduras normales, la armadura de mago no se rompe, ya que utiliza mana para endurecer su tela al punto de simular el metal, y proteger al usuario. Estas armaduras deben de ser recargadas con cristales magicos, como las varitas. Afortunadamente, estas ropas no consumen mucho @mana mana@. Recargalas como lo harias con una varita en la @arcane_workbench mesa arcana@ o con @mana_flasks frascos de mana@. Pero ten cuidado, si se le acaba el mana, lo único que te protegera de aquellos monstruos sera simple tela.",
|
||||
|
||||
"#image wizard_armour",
|
||||
|
||||
"Puedes crear una armadura de mago a partir de tela mágica:",
|
||||
"Puedes crear una armadura de mago a partir de tela magica:",
|
||||
|
||||
"#recipe magic_silk",
|
||||
"#recipe wizard_hat",
|
||||
@@ -443,11 +443,11 @@
|
||||
"#recipe wizard_leggings",
|
||||
"#recipe wizard_boots",
|
||||
|
||||
"Puedes encantar una armadura de mago usando una mesa de encantamientos común, y debido a las propiedades de la tela mágica, es bastante efectiva en retener encantamientos. Los encantamientos de Protección contra Magia, Hielo y Electricidad son de particular utilidad para magos como tú, especialmente en defensa contra otros magos.",
|
||||
"Puedes encantar una armadura de mago usando una mesa de encantamientos comun, y debido a las propiedades de la tela magica, es bastante efectiva en retener encantamientos. Los encantamientos de Proteccion contra Magia, Hielo y Electricidad son de particular utilidad para magos como tu, especialmente en defensa contra otros magos.",
|
||||
|
||||
"Aquellos magos que se dedican a la práctica de un elemento particular suelen llevar ropas especiales que les proporcionan efectos adicionales para dominar tal elemento. Conjuntos enteros de aquellas ropas son muy buscadas por los magos y no son fáciles de encontrar.",
|
||||
"Aquellos magos que se dedican a la practica de un elemento particular suelen llevar ropas especiales que les proporcionan efectos adicionales para dominar tal elemento. Conjuntos enteros de aquellas ropas son muy buscadas por los magos y no son faciles de encontrar.",
|
||||
|
||||
"Leyendas hablan sobre un sello arcano usado por los magos y brujas mas poderosos. Dicen que aquel sello volverá la armadura de cualquier mago tan resistente como su contraparte mundana…"
|
||||
"Leyendas hablan sobre un sello arcano usado por los magos y brujas mas poderosos. Dicen que aquel sello volvera la armadura de cualquier mago tan resistente como su contraparte mundana..."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -465,9 +465,9 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"No puedes dominar las artes arcanas quedándote encerrado en tu cuarto ¿o sí? ¡Hay un mundo entero de magia allá afuera para explorar! Ruinas Antiguas, reliquias y seres misteriosos benévolos y malévolos esperan ser descubiertos – si sabes donde buscar. Los más grandes magos también son los más curiosos, y mucho de su conocimiento y poder lo encontraron explorando el mundo que los rodea, y experimentando con lo que encuentran.",
|
||||
"No puedes dominar las artes arcanas quedandote encerrado en tu cuarto, o si? Hay un mundo entero de magia alla afuera para explorar! Ruinas Antiguas, reliquias y seres misteriosos benevolos y malevolos esperan ser descubiertos, si sabes donde buscar. Los mas grandes magos tambien son los mas curiosos, y mucho de su conocimiento y poder lo encontraron explorando el mundo que los rodea, y experimentando con lo que encuentran.",
|
||||
|
||||
"Aunque un mago pasa la mayoría de su tiempo solo, compartir conocimiento es vital para aprender las artes arcanas. Busca a otros practicantes de la magia y aprende todo lo que puedas de ellos. La comunicación es uno de los poderes mas grandes que puedas tener."
|
||||
"Aunque un mago pasa la mayoria de su tiempo solo, compartir conocimiento es vital para aprender las artes arcanas. Busca a otros practicantes de la magia y aprende todo lo que puedas de ellos. La comunicacion es uno de los poderes mas grandes que puedas tener."
|
||||
],
|
||||
"sections": {
|
||||
"crystal_flowers": {
|
||||
@@ -478,7 +478,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Durante tu travesía, es probable que te encuentre una curiosa y colorida flor que emite luz. Estas interesantes flores se les conoce como flores de cristal, y son altamente concentradas en @mana maná@. Nade sabe el porque de esto, lo que si sabemos es que sus pétalos están hechos de cristales de mana, haciendo de estas flores una fuente útil de mana en la superficie. La cantidad de maná obtenida de esta forma es limitada debido al pequeño tamaño de las flores, y que suelen crecer en grupos pequeños.",
|
||||
"Durante tu travesia, es probable que te encuentre una curiosa y colorida flor que emite luz. Estas interesantes flores se les conoce como flores de cristal, y son altamente concentradas en @mana mana@. Nade sabe el porque de esto, lo que si sabemos es que sus petalos están hechos de cristales de mana, haciendo de estas flores una fuente util de mana en la superficie. La cantidad de mana obtenida de esta forma es limitada debido al peque\u00f1o tama\u00f1o de las flores, y que suelen crecer en grupos peque\u00f1os.",
|
||||
|
||||
"#image crystal_flower",
|
||||
"#recipe crystal_flower_to_crystals"
|
||||
@@ -492,15 +492,15 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"No temas, no eres el único practicante de magia en este mundo. En tus viajes, puede que te encuentres con una o dos altas torres con techos puntiagudos. Esta es la residencia de un mago. A veces una vida de soledad puede volver a los magos un poco gruñones, pero usualmente son personas amigables que están dispuestos a compartir su conocimiento contigo, por un precio. No te sorprendas si debes pagar raros y preciosos metales y gemas, ya que a cambio recibirás grandes maravillas arcanas.",
|
||||
"No temas, no eres el unico practicante de magia en este mundo. En tus viajes, puede que te encuentres con una o dos altas torres con techos puntiagudos. Esta es la residencia de un mago. A veces una vida de soledad puede volver a los magos un poco gru\u00f1ones, pero usualmente son personas amigables que estan dispuestos a compartir su conocimiento contigo, por un precio. No te sorprendas si debes pagar raros y preciosos metales y gemas, ya que a cambio recibiras grandes maravillas arcanas.",
|
||||
|
||||
"En el caso de que fuese un hechizo de nivel @tiers maestro@ lo que buscas, necesitaras hablar con un especialista.",
|
||||
|
||||
"#image wizard_tower",
|
||||
|
||||
"Desafortunadamente, existen algunos magos en cuyas puertas los visitantes no son bienvenidos. Estos magos suelen ser marginados, y son hostiles hacia todo aquel que se cruce en su camino. Ten cuidado con estos individuos. Si los encuentras, prepárate para defenderte contra magia poderosa. Véncelos, y su conocimiento será tuyo.",
|
||||
"Desafortunadamente, existen algunos magos en cuyas puertas los visitantes no son bienvenidos. Estos magos suelen ser marginados, y son hostiles hacia todo aquel que se cruce en su camino. Ten cuidado con estos individuos. Si los encuentras, preparate para defenderte contra magia poderosa. Vencelos, y su conocimiento sera tuyo.",
|
||||
|
||||
"Cabe destacar que los magos no toman de buena forma el ser atacados o robados, y siendo ese el caso, no dudarán en tomar la justicia por sus propias manos."
|
||||
"Cabe destacar que los magos no toman de buena forma el ser atacados o robados, y siendo ese el caso, no dudaran en tomar la justicia por sus propias manos."
|
||||
]
|
||||
},
|
||||
"obelisks": {
|
||||
@@ -511,13 +511,13 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Vestigios de antiguas civilizaciones yacen esparcidas por todo el mundo. Los mas notables son estructuras de piedra tallada con símbolos y runas. Estas ruinas son todo lo que queda de lo que parece ser alguna clase de civilización antigua. Quien sea, o lo que sea que las haya construido, claramente tenían amplios conocimientos sobre magia, conocimientos que uso para conjurar encantamientos protectores que aun hoy día permanecen en aquellos lugares.",
|
||||
"Vestigios de antiguas civilizaciones yacen esparcidas por todo el mundo. Los mas notables son estructuras de piedra tallada con simbolos y runas. Estas ruinas son todo lo que queda de lo que parece ser alguna clase de civilizacion antigua. Quien sea, o lo que sea que las haya construido, claramente tenian amplios conocimientos sobre magia, conocimientos que uso para conjurar encantamientos protectores que aun hoy dia permanecen en aquellos lugares.",
|
||||
|
||||
"Estas estructuras suelen ser de dos tipos. El primero, y el mas común, son los Obeliscos: altas construcciones puntiagudas hechas de piedras rúnicas, con una estructura inferior abierta que contiene reliquias arcanas menores, ya olvidadas en el pasado.",
|
||||
"Estas estructuras suelen ser de dos tipos. El primero, y el mas comun, son los Obeliscos: altas construcciones puntiagudas hechas de piedras runicas, con una estructura inferior abierta que contiene reliquias arcanas menores, ya olvidadas en el pasado.",
|
||||
|
||||
"#image obelisk",
|
||||
|
||||
"Estas estructuras suelen estar protegidas por un encantamiento que invoca @creatures criaturas@ del Caos Elemental cuando un humano se acerca demasiado. Vence a estas criaturas, destruye su invocador, y las reliquias serán tuyas."
|
||||
"Estas estructuras suelen estar protegidas por un encantamiento que invoca @creatures criaturas@ del Caos Elemental cuando un humano se acerca demasiado. Vence a estas criaturas, destruye su invocador, y las reliquias seran tuyas."
|
||||
]
|
||||
},
|
||||
"shrines": {
|
||||
@@ -528,11 +528,11 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"El Segundo tipo es mucho mas raro, y son conocidos como santuarios. Estas estructuras consisten en un circulo de pilares de piedras rúnicas rodeando un pedestal central, en el cualse encuentra un cofre que contiene @artefacts artefactos@. Este cofre suele estar protegido por un encantamiento de Cerradura Arcana, impidiendo que cualquiera excepto el dueño lo abra. La estructura completa también esta protegida por un campo de contención, el cual impide el escape de cualquier cosa que se acerque demasiado.",
|
||||
"El Segundo tipo es mucho mas raro, y son conocidos como santuarios. Estas estructuras consisten en un circulo de pilares de piedras runicas rodeando un pedestal central, en el cual se encuentra un cofre que contiene @artefacts artefactos@. Este cofre suele estar protegido por un encantamiento de Cerradura Arcana, impidiendo que cualquiera excepto el due\u00f1o lo abra. La estructura completa tambien esta protegida por un campo de contencion, el cual impide el escape de cualquier cosa que se acerque demasiado.",
|
||||
|
||||
"#image shrine",
|
||||
|
||||
"Debido al gran poder e importancia arcana, sin mencionar las riquezas que contiene, estas estructuras son particularmente atractivas para cualquier mago aspirante. Pero ten cuidado, ha habido reportes de magos quedando atrapados en en el campo de contención y lentamente perdiendo la cordura a medida que pasa el tiempo. Algunos otros, creen que aquellas ocurrencias es un deliberado esfuerzo de la magia protectora del santuario, y que aquellos magos atrapados son controlados para proteger la estructura. Una perspectiva escalofriante sin duda para todo aquel que se atreva a aventurarse cerca…."
|
||||
"Debido al gran poder e importancia arcana, sin mencionar las riquezas que contiene, estas estructuras son particularmente atractivas para cualquier mago aspirante. Pero ten cuidado, ha habido reportes de magos quedando atrapados en en el campo de contencion y lentamente perdiendo la cordura a medida que pasa el tiempo. Algunos otros, creen que aquellas ocurrencias es un deliberado esfuerzo de la magia protectora del santuario, y que aquellos magos atrapados son controlados para proteger la estructura. Una perspectiva escalofriante sin duda para todo aquel que se atreva a aventurarse cerca...."
|
||||
]
|
||||
},
|
||||
"creatures": {
|
||||
@@ -543,7 +543,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Además de magos, una gran cantidad de criaturas utilizan magia. Muchas de estas criaturas son de origen arcano, y la mayoría pueden ser invocadas desde el Caos Elemental usando @spells hechizos@. Es posible encontrarse con estas criaturas protegiendo un obelisco o a un poderoso mago invocador. Seres arcanos menores pueden ser encontrados casualmente en la naturaleza."
|
||||
"Ademas de magos, una gran cantidad de criaturas utilizan magia. Muchas de estas criaturas son de origen arcano, y la mayoria pueden ser invocadas desde el Caos Elemental usando @spells hechizos@. Es posible encontrarse con estas criaturas protegiendo un obelisco o a un poderoso mago invocador. Seres arcanos menores pueden ser encontrados casualmente en la naturaleza."
|
||||
]
|
||||
},
|
||||
"artefacts": {
|
||||
@@ -554,7 +554,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Al explorar un @shrines santuario@, puedes ser lo bastante afortunado(a) como para encontrar alguna clase de artefacto mágico antiguo, un objeto capaz de concederle a su portador poderes y habilidades únicas y poderosas. Tres tipos de artefactos se han encontrado son: anillos, lo cuales conceden efectos especiales a hechizos, amuletos, los cuales mejoran habilidades defensivas y talismanes, que conceden efectos de utilidad. Estos artefactos parecen funcionar solo si se llevan de forma apropiada, el simple hecho de tenerla en su persona es insuficiente."
|
||||
"Al explorar un @shrines santuario@, puedes ser lo bastante afortunado(a) como para encontrar alguna clase de artefacto magico antiguo, un objeto capaz de concederle a su portador poderes y habilidades unicas y poderosas. Tres tipos de artefactos se han encontrado son: anillos, lo cuales conceden efectos especiales a hechizos, amuletos, los cuales mejoran habilidades defensivas y talismanes, que conceden efectos de utilidad. Estos artefactos parecen funcionar solo si se llevan de forma apropiada, el simple hecho de tenerla en su persona es insuficiente."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -568,21 +568,21 @@
|
||||
],
|
||||
"text":[
|
||||
|
||||
"Las @wands varitas@ y @spells hechizos@ vienen en cuatro niveles: #colour_novicenovice#colour_reset, #colour_apprenticeapprentice#colour_reset, #colour_advancedadvanced #colour_resetand #colour_mastermaster#colour_reset. Cada nivel es mas poderoso que el anterior.",
|
||||
"Las @wands varitas@ y @spells hechizos@ vienen en cuatro niveles: #colour_novicenovato#colour_reset, #colour_apprenticeapprendiz#colour_reset, #colour_advancedavanzado #colour_reset y #colour_mastermaestro#colour_reset. Cada nivel es mas poderoso que el anterior.",
|
||||
|
||||
"#image tiers",
|
||||
|
||||
"#colour_noviceNovice #colour_resetwands son las que pueden ser creadas. Pueden almacenar hasta #novice_max_charge maná, y solo pueden conjurar hechizos de nivel novato. Hechizos de nivel novato son lo bastante simples para ser conjurados por cualquiera y no suelen usar mucho maná. Esto no significa que son inútiles en niveles mas altos, ya que su bajo costo los hace bastante útiles incluso al tener acceso a hechizos de nivel maestro.",
|
||||
"#colour_noviceNovato #colour_reset,es el nivel de varita en las que pueden ser creadas. Pueden almacenar hasta #novice_max_charge mana, y solo pueden conjurar hechizos de nivel novato. Hechizos de nivel novato son lo bastante simples para ser conjurados por cualquiera y no suelen usar mucho mana. Esto no significa que son inutiles en niveles mas altos, ya que su bajo costo los hace bastante utiles incluso al tener acceso a hechizos de nivel maestro.",
|
||||
|
||||
"#colour_apprenticeApprentice #colour_resetwands son el siguiente nivel de varitas después del nivel novato. Pueden almacenar hasta #apprentice_max_charge maná y puede conjurar hechizos de novato y hechizos de aprendiz. Los hechizos de aprendiz son mas impresionantes que los hechizos de novato, pero suelen costar más.",
|
||||
"#colour_apprenticeApprendiz #colour_reset, es el siguiente nivel de varitas después del nivel novato. Pueden almacenar hasta #apprentice_max_charge mana y puede conjurar hechizos de novato y hechizos de aprendiz. Los hechizos de aprendiz son mas impresionantes que los hechizos de novato, pero suelen costar mas.",
|
||||
|
||||
"#colour_advancedAdvanced #colour_resetwands son mas raras y ponderosas. Pueden conjurar todos los hechizos excepto hechizos de nivel maestro, y almacenan hasta #advanced_max_charge maná. Hechizos de nivel avanzado pueden conceder poderes y habilidades super humanas como inivisibilidad y causar estragos en enemigos.",
|
||||
"#colour_advancedAvanzado #colour_resetwands,las varitas de este nivel son mas raras y poderosas. Pueden conjurar todos los hechizos excepto hechizos de nivel maestro, y almacenan hasta #advanced_max_charge mana. Hechizos de nivel avanzado pueden conceder poderes y habilidades super humanas como invisibilidad y causar estragos en enemigos.",
|
||||
|
||||
"#colour_masterMaster #colour_resetwands son las varitas más poderosas que existen. Almacenan hasta #master_max_charge maná y pueden conjurar cualquier hechizo. Libros de hechizo de nivel maestro son muy raros, y ciertos hechizos pueden causar una terrible devastación no solo a enemigos, sino al mundo mismo. Usar con precaución.",
|
||||
"#colour_masterMaestro #colour_reset,las varitas mas poderosas que existen. Almacenan hasta #master_max_charge mana y pueden conjurar cualquier hechizo. Libros de hechizo de nivel maestro son muy raros, y ciertos hechizos pueden causar una terrible devastacion no solo a enemigos, sino al mundo que los rodea. Usar con precaucion.",
|
||||
|
||||
"Para poder ser mejorada a un nivel mayor, la varita debe de volverse lo suficientemente poderosa como para canalizar hechizos de ese nivel. Las varitas ganan poder a medida de que hechizos son conjurados con ellas. Variedad, poder, efectos elementales y otros fatores externos pueden tener efecto en que tan rápido una varita gana este poder.",
|
||||
"Para poder ser mejorada a un nivel mayor, la varita debe de volverse lo suficientemente poderosa como para canalizar hechizos de ese nivel. Las varitas ganan poder a medida de que hechizos son conjurados con ellas. Variedad, poder, efectos elementales y otros fatores externos pueden tener efecto en que tan rapido una varita gana este poder.",
|
||||
|
||||
"Una vez que una varita es lo suficientemente poderosa, un tomo de arcana proveerá el catalizador final para elevar a la varita al siguiente nivel (véase @upgrading_wands Mejorando varitas@), una vez que esto pasa, el proceso de maduración para la varita comienza de nuevo."
|
||||
"Una vez que una varita es lo suficientemente poderosa, un tomo de arcana proveera el catalizador final para elevar a la varita al siguiente nivel (vease @upgrading_wands Mejorando varitas@), una vez que esto pasa, el proceso de maduracion para la varita comienza de nuevo."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -598,23 +598,23 @@
|
||||
|
||||
"#image elements",
|
||||
|
||||
"#colour_fireFire#colour_reset \n Talvez el elemento mas destructivo. El fuego se trata sobre quemar, consumir, lava y explosiones. Un Pirómano poderoso desatará el infierno ante sus enemigos y probablemente incendie el mundo en el proceso. La mayoría de hechizos de fuego envuelven a los enemigos en llamas, causando Daño adicional con el tiempo. Sin embargo, ten en cuenta que los hechizos de fuego no tienen efecto sobre las criaturas provenientes del Nether.",
|
||||
"#colour_fireFuego#colour_reset \n Talvez el elemento mas destructivo. El fuego se trata sobre quemar, consumir, lava y explosiones. Un Piromano poderoso desatara el infierno ante sus enemigos y probablemente incendie el mundo en el proceso. La mayoria de hechizos de fuego envuelven a los enemigos en llamas, causando Da\u00f1o adicional con el tiempo. Sin embargo, ten en cuenta que los hechizos de fuego no tienen efecto sobre las criaturas provenientes del Nether.",
|
||||
|
||||
"#colour_iceIce#colour_reset \n El elemento de hielo contiene todo lo que es frio. Los hechizos gélidos suelen ralentizar a los enemigos o congelarlos completamente, y son especialmente efectivos en criaturas de fuego. Los hechizos de hielo suelen también ser útiles fuera de combate, como por ejemplo, congelar el agua para cruzar un rio.",
|
||||
"#colour_iceHielo#colour_reset \n El elemento de hielo contiene todo lo que es frio. Los hechizos gelidos suelen ralentizar a los enemigos o congelarlos completamente, y son especialmente efectivos en criaturas de fuego. Los hechizos de hielo suelen tambien ser utiles fuera de combate, como por ejemplo, congelar el agua para cruzar un rio.",
|
||||
|
||||
"#colour_lightningLightning#colour_reset \n Este es el element que concierne los relámpagos, truenos y rayos, tormentas, lluvias y el clima. Un poderoso mago de la tormenta es una fuerza a temer, y algunos poseen la habilidad de comandar a los rayos a voluntad. Los hechizos de tormenta suelen dañar múltiples enemigos al mismo tiempo e incluso siguen a sus objetivos, haciendo de estos un ataque efectivo contra cualquier enemigo…..pero ten cuidado con los creepers.",
|
||||
"#colour_lightningElectricidad#colour_reset \n Este es el elemento que concierne los relampagos, truenos y rayos, tormentas, lluvias y el clima. Un poderoso mago de la tormenta es una fuerza a temer, y algunos poseen la habilidad de comandar a los rayos a voluntad. Los hechizos de tormenta suelen da\u00f1ar multiples enemigos al mismo tiempo e incluso siguen a sus objetivos, haciendo de estos un ataque efectivo contra cualquier enemigo....pero ten cuidado con los creepers.",
|
||||
|
||||
"#colour_necromancyNecromancy#colour_reset \n La necromancia es el elemento de la oscuridad, caos y de la no-muerte. Los necromagos son misteriosos, y suelen considerarse malvados, aunque este no suele ser el caso. Los hechizos de necromancia suelen ser usados para invocar @creatures criaturas@ para pelear por ti o incluso doblegar la voluntad de tus enemigos.",
|
||||
"#colour_necromancyNecromancia#colour_reset \n La necromancia es el elemento de la oscuridad, caos y de la no-muerte. Los necromagos son misteriosos, y suelen considerarse malvados, aunque este no suele ser el caso. Los hechizos de necromancia suelen ser usados para invocar @creatures criaturas@ para pelear por ti o incluso doblegar la voluntad de tus enemigos.",
|
||||
|
||||
"#colour_earthEarth#colour_reset \n El elemento de la tierra se enfoca en el mundo natural: animales, plantas, el viento, y cosas por el estilo. Los hechizos de tierra son diversos y toman una gran variedad de formas, desde envenenar enemigos hasta desencadenar la furia del clima terrenal. Los hechizos de tierra suelen ser una mezcla de ataque, defensa y utilidad.",
|
||||
"#colour_earthTierra#colour_reset \n El elemento de la tierra se enfoca en el mundo natural: animales, plantas, el viento, y cosas por el estilo. Los hechizos de tierra son diversos y toman una gran variedad de formas, desde envenenar enemigos hasta desencadenar la furia del clima terrenal. Los hechizos de tierra suelen ser una mezcla de ataque, defensa y utilidad.",
|
||||
|
||||
"#colour_sorcerySorcery#colour_reset \n La hechicería es el elemento del cambio y la fuerza. Los hechiceros manipulan la luz, la gravedad e incluso la realidad misma para que se ajuste a sus necesidades. Los hechizos de hechicería pueden ser usados, entre muchas otras cosas, para darle al mago poderes especiales o mover objetos a voluntad.",
|
||||
"#colour_sorceryHechiceria#colour_reset \n La hechiceria es el elemento del cambio y la fuerza. Los hechiceros manipulan la luz, la gravedad e incluso la realidad misma para que se ajuste a sus necesidades. Los hechizos de hechiceria pueden ser usados, entre muchas otras cosas, para darle al mago poderes especiales o mover objetos a voluntad.",
|
||||
|
||||
"#colour_healingHealing#colour_reset \n El elemento de curación es un elemento perfectamente válido, ¿verdad? ¡¿Verdad?! Este elemento se trata sobre defensa y regeneración. Los curanderos buscan protegerse a ellos mismos y a sus aliados en los mas posible y por eso suelen ser oponentes formidables. Aunque no suele ser usado de forma ofensiva, la luz purificadora de algunos hechizos de curación hará un Daño considerable a los no-muertos. Los hechizos de curación son indispensables en combate",
|
||||
"#colour_healingCuracion#colour_reset \n El elemento de curacion es un elemento perfectamente valido, verdad? Verdad?! Este elemento se trata sobre defensa y regeneracion. Los curanderos buscan protegerse a ellos mismos y a sus aliados en los mas posible y por eso suelen ser oponentes formidables. Aunque no suele ser usado de forma ofensiva, la luz purificadora de algunos hechizos de curacion hara un Da\u00f1o considerable a los no-muertos. Los hechizos de curacion son indispensables en combate",
|
||||
|
||||
"Los límites entre diferentes elementos no son siempre diferentes, y algunos hechizos suelen tener semejanza a otros elementos diferentes al suyo.",
|
||||
"Los limites entre diferentes elementos no son siempre diferentes, y algunos hechizos suelen tener semejanza a otros elementos diferentes al suyo.",
|
||||
|
||||
"Si tienes suerte, podrás encontrar un cristal elemental. Los cristales elementales son cristales mágicos que absorbieron propiedades elementales mientras se formaban. Estos cristales pueden ser usados para crear varitas elementales, las cuales potencian los hechizos de tal elemento."
|
||||
"Si tienes suerte, podras encontrar un cristal elemental. Los cristales elementales son cristales magicos que absorbieron propiedades elementales mientras se formaban. Estos cristales pueden ser usados para crear varitas elementales, las cuales potencian los hechizos de tal elemento."
|
||||
]
|
||||
},
|
||||
|
||||
@@ -639,18 +639,18 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Provisiones Arcanas de Arkendur inc. – ¡Objetos mágicos para todas tus necesidades!",
|
||||
"Provisiones Arcanas de Arkendur inc. Objetos magicos para todas tus necesidades!",
|
||||
|
||||
"¿Necesitas recargar tu @wands varita@ de forma rápida? ¡No hay problema! El @mana mana@ ya puede ser embotellado. Simplemente creas un frasco de mana con una botella y ocho cristales mágicos. Cuando quieras usarlo, solo colócalo en la mesa de crafteo con tu varita y cargara cierta parte. *",
|
||||
"Necesitas recargar tu @wands varita@ de forma rapida? No hay problema! El @mana mana@ ya puede ser embotellado. Simplemente creas un frasco de mana con una botella y ocho cristales magicos. Cuando quieras usarlo, solo colocalo en la mesa de crafteo con tu varita y cargara cierta parte. *",
|
||||
|
||||
"#recipe medium_mana_flask",
|
||||
|
||||
"¡NUEVO! Aquí llegaron los nuevos frascos de mana de tamaños pequeños y grandes – ¡ahora puedes seleccionar un frasco que satisface tus necesidades!",
|
||||
"NUEVO! Aqui llegaron los nuevos frascos de mana de tama\u00f1os peque\u00f1os y grandes, ahora puedes seleccionar un frasco que satisface tus necesidades!",
|
||||
|
||||
"#recipe small_mana_flask",
|
||||
"#recipe large_mana_flask",
|
||||
|
||||
"* Este proceso destruirá la botella. Cierto nivel de mana se pierde durante el embotellamiento."
|
||||
"* Este proceso destruira la botella. Cierto nivel de mana se pierde durante el embotellamiento."
|
||||
]
|
||||
},
|
||||
"throwable_items": {
|
||||
@@ -661,7 +661,7 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Algunos @spells hechizos@ conjuran objetos físicos, algunos de estos pueden ser creados directamente. Bombas de fuego, Bombas de veneno, Bombas de chispas y Bombas de humo pueden todas ser creadas:",
|
||||
"Algunos @spells hechizos@ conjuran objetos fisicos, algunos de estos pueden ser creados directamente. Bombas de fuego, Bombas de veneno, Bombas de chispas y Bombas de humo pueden todas ser creadas:",
|
||||
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
@@ -676,13 +676,13 @@
|
||||
"ebwizardry:enchant_scroll"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Experimentación reciente ha revelado que es posible automatizar la conjuración de @spells hechizos@, hasta cierto punto, usando nada mas que un dispensador simple. Nadie sabe porque, pero parece que las extrañas propiedades de la piedra roja se extienden hasta la conjuración de un pergamino de hechizo. Poniendo un par de estos en un dispensador y dándole poder serviría como una buena trampa…."
|
||||
|
||||
"Experimentacion reciente ha revelado que es posible automatizar la conjuracion de @spells hechizos@, hasta cierto punto, usando nada mas que un dispensador simple. Nadie sabe porque, pero parece que las extra\u00f1as propiedades de la piedra roja se extienden hasta la conjuracion de un pergamino de hechizo. Poniendo un par de estos en un dispensador y dandole poder serviria como una buena trampa."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"crafting_recipes": {
|
||||
"title": "Recetas para crafteos",
|
||||
"include_in_contents": "main_contents",
|
||||
@@ -714,37 +714,37 @@
|
||||
"#recipe spark_bomb"
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
"credits": {
|
||||
"title": "Creditos",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
|
||||
"Electroblob's Wizardry \nVersion #version \nPara Minecraft #mcversion",
|
||||
|
||||
"Diseñado, programado y texturizado por Electroblob",
|
||||
"Dise\u00f1ado, programado y texturizado por Electroblob",
|
||||
|
||||
"Gracias a Minecraft Forge y MCP, cuya presencia hizo posible este mod.",
|
||||
|
||||
"¡Gracias también a la Comunidad de Mods de Minecraft, que siempre tiene una respuesta para mis preguntas!",
|
||||
"Gracias tambien a la Comunidad de Mods de Minecraft, que siempre tiene una respuesta para mis preguntas!",
|
||||
|
||||
"Adicionalmente, me gustaría agradecer a los siguientes individuos por sus contribuciones al mod:",
|
||||
"Adicionalmente, me gustaria agradecer a los siguientes individuos por sus contribuciones al mod:",
|
||||
|
||||
"Codigo:",
|
||||
|
||||
"- Corail31 \n- 12foo \n- Shadows-of-Fire \n- HellFirePvP \n- Tora-B \n- Avatair \n- Aeronica \n- UltraHex \n- Azim-Palmer \n- raoulvdberge \n- rafasoares",
|
||||
"- Corail31 \n- 12foo \n- Shadows-of-Fire \n- HellFirePvP \n- Tora-B \n- Avatair \n- Aeronica",
|
||||
|
||||
"Traducciones:",
|
||||
|
||||
"- Español: MadWrist, Alsentar \n- Español de Mexico: MadWrist \n- Ruso: VilagVil, kellixon, bigenergy \n- Frances: Hahdrim \n- Portuges Brasileño: lorrampi \n- Chino: ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer \n- Koreano: shejery, rewi_wire \n- Polaco: Trozuu, \nAlemán: BirdyDragon",
|
||||
"- Espa\u00f1ol de Espa\u00f1a y Mexico: MadWrist, Alsentar \n- Ruso: VilagVil, kellixon \n- Frances: Hahdrim \n- Portuges Brasile\u00f1o: lorrampi \n- Chino: ZHENGLOC, dragon-evol \n- Koreano: shejery, rewi_wire \n- Polaco: Trozuu",
|
||||
|
||||
"Efecto de sonido para los relámpagos por OhhWowProductions",
|
||||
"Efecto de sonido para los relampagos por OhhWowProductions",
|
||||
|
||||
"Para mas informacion, revisa nuestra @https://github.com/Electroblob77/Wizardry/wiki wiki@.",
|
||||
|
||||
"¿Te encanta este mod? ¡unete al @https://discord.gg/MTmMzMv servidor de Discord@ para las ultimas noticias,discusiones y extras!"
|
||||
"Te encanta este mod? unete al @https://discord.gg/hs8yJP2 servidor de Discord@ para las ultimas noticias,discusiones y extras!"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,750 @@
|
||||
{
|
||||
"bookmark_start_section": "introduction",
|
||||
|
||||
"colours": {
|
||||
"text": "#000000",
|
||||
"caption": "#666666",
|
||||
"hyperlink": "#601ba0",
|
||||
"highlight": "#dd4c1d",
|
||||
"new_section": "#ee88f7"
|
||||
},
|
||||
|
||||
"images": {
|
||||
"workbench": {
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench.png",
|
||||
"caption": "Az Arkán Munkaasztal",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 110
|
||||
},
|
||||
"crystal_ore": {
|
||||
"location": "ebwizardry:textures/gui/crystal_ore.png",
|
||||
"caption": "Kristályérc",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
"height": 64
|
||||
},
|
||||
"magic_crystal": {
|
||||
"location": "ebwizardry:textures/items/crystal_magic.png",
|
||||
"caption": "Egy Varázskristály",
|
||||
"u": 6,
|
||||
"v": 6,
|
||||
"width": 36,
|
||||
"height": 33,
|
||||
"texture_width": 48,
|
||||
"texture_height": 48,
|
||||
"border": false
|
||||
},
|
||||
"magic_wand": {
|
||||
"location": "ebwizardry:textures/items/wand_novice.png",
|
||||
"caption": "Egy Varázspálca",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
"height": 64,
|
||||
"border": false
|
||||
},
|
||||
"crystal_flower": {
|
||||
"location": "ebwizardry:textures/gui/crystal_flower.png",
|
||||
"caption": "Egy Kristályvirág",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 48,
|
||||
"height": 48
|
||||
},
|
||||
"wizard_tower": {
|
||||
"location": "ebwizardry:textures/gui/wizard_tower.png",
|
||||
"caption": "Egy Varázslótorony",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 110
|
||||
},
|
||||
"wizard_armour": {
|
||||
"location": "ebwizardry:textures/gui/wizard_armour.png",
|
||||
"caption": "Egy Szett Varázslóruha",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 90,
|
||||
"height": 90
|
||||
},
|
||||
"obelisk": {
|
||||
"location": "ebwizardry:textures/gui/obelisk.png",
|
||||
"caption": "Egy Obeliszk",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"shrine": {
|
||||
"location": "ebwizardry:textures/gui/shrine.png",
|
||||
"caption": "Egy Föld Szentély",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"tiers": {
|
||||
"location": "ebwizardry:textures/gui/tiers.png",
|
||||
"caption": "A Pálcák 4 Szintje",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 96,
|
||||
"height": 24,
|
||||
"border": false
|
||||
},
|
||||
"elements": {
|
||||
"location": "ebwizardry:textures/gui/elements.png",
|
||||
"caption": "A 7 Arkán Elem",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 106,
|
||||
"height": 20,
|
||||
"border": false
|
||||
}
|
||||
},
|
||||
|
||||
"recipes": {
|
||||
"arcane_workbench": {
|
||||
"locations": [ "ebwizardry:arcane_workbench" ]
|
||||
},
|
||||
"magic_wand": {
|
||||
"locations": [ "ebwizardry:magic_wand" ]
|
||||
},
|
||||
"novice_wands": {
|
||||
"locations": [
|
||||
"ebwizardry:magic_wand",
|
||||
"ebwizardry:wand_fire",
|
||||
"ebwizardry:wand_ice",
|
||||
"ebwizardry:wand_lightning",
|
||||
"ebwizardry:wand_necromancy",
|
||||
"ebwizardry:wand_earth",
|
||||
"ebwizardry:wand_sorcery",
|
||||
"ebwizardry:wand_healing"
|
||||
]
|
||||
},
|
||||
"magic_missile_spell_book": {
|
||||
"locations": [ "ebwizardry:magic_missile_spell_book" ]
|
||||
},
|
||||
"wizard_handbook": {
|
||||
"locations": [ "ebwizardry:wizard_handbook" ]
|
||||
},
|
||||
"crystal_flower_to_crystals": {
|
||||
"locations": [ "ebwizardry:crystal_flower_to_crystals" ]
|
||||
},
|
||||
"crystal_blocks": {
|
||||
"locations": [
|
||||
"ebwizardry:crystal_block",
|
||||
"ebwizardry:crystal_block_fire",
|
||||
"ebwizardry:crystal_block_ice",
|
||||
"ebwizardry:crystal_block_lightning",
|
||||
"ebwizardry:crystal_block_necromancy",
|
||||
"ebwizardry:crystal_block_earth",
|
||||
"ebwizardry:crystal_block_sorcery",
|
||||
"ebwizardry:crystal_block_healing"
|
||||
]
|
||||
},
|
||||
"crystal_blocks_to_crystals": {
|
||||
"locations": [
|
||||
"ebwizardry:crystal_block_to_crystals",
|
||||
"ebwizardry:crystal_block_to_crystals_fire",
|
||||
"ebwizardry:crystal_block_to_crystals_ice",
|
||||
"ebwizardry:crystal_block_to_crystals_lightning",
|
||||
"ebwizardry:crystal_block_to_crystals_necromancy",
|
||||
"ebwizardry:crystal_block_to_crystals_earth",
|
||||
"ebwizardry:crystal_block_to_crystals_sorcery",
|
||||
"ebwizardry:crystal_block_to_crystals_healing"
|
||||
]
|
||||
},
|
||||
"crystal_shard": {
|
||||
"locations": [ "ebwizardry:crystal_shard" ]
|
||||
},
|
||||
"small_mana_flask": {
|
||||
"locations": [ "ebwizardry:small_mana_flask" ]
|
||||
},
|
||||
"medium_mana_flask": {
|
||||
"locations": [ "ebwizardry:medium_mana_flask" ]
|
||||
},
|
||||
"large_mana_flask": {
|
||||
"locations": [ "ebwizardry:large_mana_flask" ]
|
||||
},
|
||||
"runestone": {
|
||||
"locations": [
|
||||
"ebwizardry:runestone_fire",
|
||||
"ebwizardry:runestone_ice",
|
||||
"ebwizardry:runestone_lightning",
|
||||
"ebwizardry:runestone_necromancy",
|
||||
"ebwizardry:runestone_earth",
|
||||
"ebwizardry:runestone_sorcery",
|
||||
"ebwizardry:runestone_healing"
|
||||
]
|
||||
},
|
||||
"runestone_pedestal": {
|
||||
"locations": [
|
||||
"ebwizardry:runestone_pedestal_fire",
|
||||
"ebwizardry:runestone_pedestal_ice",
|
||||
"ebwizardry:runestone_pedestal_lightning",
|
||||
"ebwizardry:runestone_pedestal_necromancy",
|
||||
"ebwizardry:runestone_pedestal_earth",
|
||||
"ebwizardry:runestone_pedestal_sorcery",
|
||||
"ebwizardry:runestone_pedestal_healing"
|
||||
]
|
||||
},
|
||||
"transportation_stone": {
|
||||
"locations": [ "ebwizardry:transportation_stone" ]
|
||||
},
|
||||
"magic_silk": {
|
||||
"locations": [ "ebwizardry:magic_silk" ]
|
||||
},
|
||||
"wizard_hat": {
|
||||
"locations": [ "ebwizardry:wizard_hat" ]
|
||||
},
|
||||
"wizard_robe": {
|
||||
"locations": [ "ebwizardry:wizard_robe" ]
|
||||
},
|
||||
"wizard_leggings": {
|
||||
"locations": [ "ebwizardry:wizard_leggings" ]
|
||||
},
|
||||
"wizard_boots": {
|
||||
"locations": [ "ebwizardry:wizard_boots" ]
|
||||
},
|
||||
"blank_scroll": {
|
||||
"locations": [ "ebwizardry:blank_scroll" ]
|
||||
},
|
||||
"firebomb": {
|
||||
"locations": [ "ebwizardry:firebomb" ]
|
||||
},
|
||||
"poison_bomb": {
|
||||
"locations": [ "ebwizardry:poison_bomb" ]
|
||||
},
|
||||
"smoke_bomb": {
|
||||
"locations": [ "ebwizardry:smoke_bomb" ]
|
||||
},
|
||||
"spark_bomb": {
|
||||
"locations": [ "ebwizardry:spark_bomb" ]
|
||||
}
|
||||
},
|
||||
|
||||
"sections": {
|
||||
|
||||
"inside_cover": {
|
||||
"centre": {
|
||||
"x": true,
|
||||
"y": true
|
||||
},
|
||||
"text": [
|
||||
|
||||
"A Varázsló Kézikönyve",
|
||||
|
||||
"Írta Electroblob"
|
||||
]
|
||||
},
|
||||
|
||||
"introduction": {
|
||||
"title": "Bevezetés",
|
||||
"text": [
|
||||
|
||||
"Üdvözlégy, varázsló! Ez a könyv elmagyarázza az arkánum csínját-bínját, és használatának módjait. De ez nem egy közönséges könyv - lapja úgy fognak megjelenni előtted, ahogy többet fedezel fel magad körül a mágikus világból.",
|
||||
|
||||
"Használd a nyilakat a lapozáshoz, és a dupla nyilakat a fejezetek közötti gyors váltáshoz. A középső menü gombbal visszatérhetsz a tartalomjegyzékhez.",
|
||||
|
||||
"Kattints bármely lila szövegrészletre, hogy rögtön a releváns lapra ugorj. A könyvjelzőt jobb kattintással a jelenlegi oldalra állíthatod be, és bal kattintással rá visszatérhetsz a megjelölt oldalhoz."
|
||||
]
|
||||
},
|
||||
|
||||
"main_contents": {
|
||||
"title": "Tartalom",
|
||||
"contents": {
|
||||
"id": "main_contents",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
}
|
||||
},
|
||||
|
||||
"setting_up": {
|
||||
"title": "Felkészülés",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"Hogy elmélyülj a mágiában, szükséged lesz:",
|
||||
|
||||
"- Egy varázspálcára, mely a következőképp készíthető:",
|
||||
|
||||
"#recipe magic_wand",
|
||||
|
||||
"- Egy @arcane_workbench arkán munkaasztalra@, így barkácsolva:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"- Egy @spells varázsigés@ könyvre. Ezeket ládákban lehet találni, vagy mobok dobhatják, esetleg varázslóktól is vehetők, de a kezdők varázslatát, a mágikus lövedéket, a következőképp is megszerezheted:",
|
||||
|
||||
"#recipe magic_missile_spell_book",
|
||||
|
||||
"Szükséged lesz továbbá egy szép nagy rakás varázskristályra is még, hogy pálcáid elláthasd energiával, melyet úgy is neveznek, hogy @mana@."
|
||||
]
|
||||
},
|
||||
|
||||
"mana": {
|
||||
"title": "Mana",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:crystal"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"A Mana az arkán energia, mely a varázslók hatalmának alapját nyújtja. Önmagában nem kézzel fogható, fizikai anyag; sokkal inkább egy mindenhol jelenlévő aura, mely átitat mindent a világban. Különösen erősen manifesztálódik természetes kristályokban, melyeket sziklákba beágyazódva lehet a föld mélyén meglelni. @wands A pálcák@ képesek önmagukban manát tárolni, és ez a mana vezetődik át a @spells varázslatokba@ melyeket használsz. A különböző varázslatok különböző mennyiségű manát igényelnek, attól függően, hogy milyen erősek, és milyen hosszan tartanak.",
|
||||
|
||||
"#image crystal_ore",
|
||||
|
||||
"#image magic_crystal",
|
||||
|
||||
"Széles körben elfogadott tény, hogy a manát nem lehet létrehozni, sem elpusztítani, és a varázslat során felhasznált mana egyszerűen szertefoszlik a környezetbe. És valóban, a mana legnagyobb része így van jelen - ritkásan szétszórva a világban. Viszont ahhoz, hogy fel lehessen használni, először koncentrálni kell, akár természetesen, évezredek alatt, ahogy történik az a kristályokkal mélyen a föld alatt, vagy mesterségesen - egy összetett és fejlett folyamattal, melyet ebben a könyvben nem fejtünk ki. Vannak továbbá különböző módszerek a varázslatok mana-hatékonyságának növelésére, és a varázslatok során szétszóródott mana egy részének visszacsenésére."
|
||||
]
|
||||
},
|
||||
|
||||
"wands": {
|
||||
"title": "Pálcák",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:arcane_initiate"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"A pálca a varázslók választott eszköze. Segítségével képes vagy bármilyen @spells varázslat@ megidézésére, feltéve hogy a pálca képes megtartani annak erejét (lásd @tiers Szintek@). A pálcák többféle méretben és alakban léteznek, de szinte biztosan egy egyszerű varázspálcával fogsz kezdeni.",
|
||||
|
||||
"#image magic_wand",
|
||||
|
||||
"A legtöbb pálca kezdetben nem más, mint egy varázskristály egy bot egyik végére, és egy aranyrög a másik végére rögzítve. A kristály, természetesen, a pálca erejének forrása, mivel ez adja a fókuszpontot a @spells varázslatoknak@. A pálca többi része is fontos ugyanakkor, hiszen nem csak fogást nyújtanak, hanem az utat is alkotják, melyen keresztül a @mana@ keresztülhalad és irányítódik.",
|
||||
|
||||
"Ahogy több varázslatot hajtanak végre egy pálcával, egyre hatékonyabb lesz a @spells varázslatok@ használatában, s így képessé válik nagyobb erejű varázsigék használatára is. Ezt a hatást apró változásokból lehet észrevenni a pálca kinézetében: ahogy a pálca egyre erősebb lesz, a kristály egyre fényesebb lesz, színe elváltozhat @elements eleme@ alapján, és egy idő után fája elkezd nőni és komplex alakzatokba csavarodni.",
|
||||
|
||||
"Mikor egy pálcát tartasz, egy kis kijelző jelenik meg a képernyő egyik sarkában. Ez mutatja meg az éppen kiválasztott varázslatot egy képikon segítségével, és, ha egy varázslatot végrehajtottak, az újra használhatóságig eltelő időt. Megmutatja továbbá az előző és a következő varázsigék neveit is, melyekre váltáshoz használd a #next_spell_key és a #previous_spell_key gombokat (ezek megváltoztathatók a Beállítások -> Irányítás menüpont alatt). Guggolás közben az egérgörgő segítségével is válthatsz varázslatot.",
|
||||
|
||||
"Mikor az eszköztáradat nézed, a pálcára mutatva meglesheted, mennyi @mana@ van benne, a pillanatnyilag kiválasztott @spells varázslattal@ és egyéb különleges képességeivel együtt. Még mélyebb információt egy pálcáról annak egy @arcane_workbench arkán munkaasztalba@ helyezésével lehet szerezni."
|
||||
]
|
||||
},
|
||||
|
||||
"spells": {
|
||||
"title": "Varázslatok",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/spells"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Egy @wands pálca@ hasznavehetetlen varázslatok nélkül. A varázslatok kétféle formában lelhetők meg: könyvekben, melyek állandóak, és tekercsekben, melyek ideiglenesek.",
|
||||
|
||||
"A varázskönyveknek nem sok haszna van önmagukban; viszont segítségükkel hozzá lehet kötni a bennük rejlő varázslatot egy @wands pálcához@. A varázskönyvek szétszórva mindenfelé meglelhetők a világban, így nem telik majd sok időbe, mire találsz egyet. Ha meglelsz egyet, az egérrel rámutatva egy pillantás alatt megtudhatsz róla alapabb információkat. Jobb-kattintással ki is lehet nyitni őket, hogy ezáltal még többet olvashass róluk.",
|
||||
|
||||
"A tekercsek viszont másfelől egy egészen eltérő célt szolgálnak: ha jobb-kattintanak velük, megidézi a bennük rejlő varázslatot, de a tekercs elpusztulásának árán. Akárcsak a varázskönyvek, a tekercsek is több helyen meglelhetőek, vagy készíthetsz is magadnak egyet (lásd a @enchanting_scrolls Tekercsek Bűvölése@ fejezetet).",
|
||||
|
||||
"A tekercsek különösen hasznosak, ha kalandod során egy varázslatra csak egyszer vagy kétszer lesz szükséged, és nem akarsz helyet pazarolni eszköztáradban egy @wands pálcával@. Meg kell viszont jegyezni ugyanakkor, hogy meglehetősen ineffektív módjai a varázslatok végrehajtásának a pálcákhoz viszonyítva.",
|
||||
|
||||
"A hozzá nem értő szemeknek a mágikus rúnák, melyekkel a varázsigék íródtak, olvashatatlanok. Hogy beazonosíts egy varázslatot, elvileg természetesen megtehetnéd, hogy egyszerűen megidézed, és nézed mi történik - bár ha így teszel, az könnyen nem várt mellékhatásokhoz vezethet, és sok varázslatnak specifikus kondíciók kellenek, hogy működjenek. Továbbá mindig fennáll a félreolvasás veszélye, mikor egy ismeretlen varázsigét használsz, melynek potenciálisan veszedelmes következményei lehetnek a varázsige erejétől függően. Egy biztonságosabb és megbízhatóbb módszer talán az azonosítás tekercsének használata, melyeket ládákban lehet megtalálni, vagy varázslóktól lehet venni. A jobb-kattintás egy ilyen tekerccsel beazonosítja az első ismeretlen könyvet vagy tekercset a gyorstáradban, elpusztítva az azonosítás tekercsét eközben."
|
||||
]
|
||||
},
|
||||
|
||||
"arcane_workbench": {
|
||||
"title": "Arkán Munkaasztal",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "arcane_workbench_subsections",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
},
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Az arkán munkaasztal egy varázslóasztalhoz hasonlít kinézetében, s itt lehet feltölteni, fejleszteni, és @spells varázslatokkal@ felszerelni @wands pálcáid@. A következőképp lehet készíteni:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"A következő oldal a különböző lehetőségeket részletezi, melyeket az arkán munkaasztalban lehet megcsinálni.",
|
||||
|
||||
"#image workbench"
|
||||
],
|
||||
"sections": {
|
||||
"binding_spells": {
|
||||
"title": "Varázsigék Hozzákötése",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Ahhoz, hogy @spells varázslatokat@ köthess @wands pálcádhoz@, egyszerűen helyezd pálcád a középső négyzetbe, és tedd a varázskönyvet az egyik környező négyzetbe, majd nyomd meg az alkalmazás gombot. Észreveheted, hogy a varázskönyv sértetlen marad eközben - ez amiatt van, hogy a varázsige hozzákötése nem 'szedi ki' a varázslatot a könyvből; sokkal inkább áthangolja a pálcát a varázslatra. Imígyen a pálcádhoz kötött varázslatokat annyiszor változtatod meg, ahányszor csak kívánod, a hozzákötési processzus megismétlésével. Egyszerre legfeljebb öt varázslatot köthetsz egy pálcához, de ezt a számot növelheted ráhangolódási fejlesztésekkel."
|
||||
]
|
||||
},
|
||||
"charging_wands": {
|
||||
"title": "Pálcák töltése",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Hogy feltöltsd @wands pálcád@, helyezd azt a középső négyzetbe, majd tégy pár varázskristályt a bal alsó négyzetbe, s nyomd meg az alkalmazás gombot. Minden egyes kristály #mana_per_crystal @mana manát@ tölt bele, s a pálca csupán annyit vesz fel, amennyire szüksége van, tehát állandóan tarthatsz némi kristályutánpótlást a munkaasztalban, várva mikor lesz szükséged rájuk. De tartsd észben, hogy a pálca csupán egész számú kristályt vehet fel, s így ha a pálcának, példának okáért, még 30 mana kell, #example_charging_loss mana el fog veszni, miközben megtöltöd."
|
||||
]
|
||||
},
|
||||
"upgrading_wands": {
|
||||
"title": "Pálcák Fejlesztése",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/tome_of_arcana"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Hogy fejleszthesd @wands pálcád@, szükséged lesz egy megfelelő @tiers szintű@ arkánum kötetre, vagy egy speciális pálcafejlesztésre. Mindkettő lelhető zsákmányként vagy megvehető varázslóktól. A fejlesztés feltevéséhez helyezd pálcád a középső négyzetbe, majd a fejlesztést a jobb felső négyzetbe, és nyomd meg az alkalmazás gombot.",
|
||||
|
||||
"A különleges pálcafejlesztések egyedi aspektusait javítják a pálcának. Minden típus maximum háromszor tehető fel egyazon pálcára, és az egy pálcára tehető fejlesztések száma függ a pálca szintjétől. A fejlesztéseket nem lehet eltávolítani."
|
||||
]
|
||||
},
|
||||
"enchanting_scrolls": {
|
||||
"title": "Tekercsek Bűvölése",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/scrolls"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Az arkán munkaasztal tekercsek @spells varázsigékkel@ megbűvölésére is alkalmasak. Ehhez szükség lesz egy üres tekercsre, mely papírból és némi fonálból készül, a választott varázslatot tartalmazó könyvre, és elég varázskristályra, hogy a varázslat használatához szükséges @mana@ meglegyen.",
|
||||
|
||||
"#recipe blank_scroll",
|
||||
|
||||
"Helyezd a kristályokat a bal alsó négyzetbe, az üres tekercset a középső négyzetbe, és a varázskönyvet az alatta lévő négyzetbe, majd nyomd meg az alkalmazás gombot a tekercs megbájolásához."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"wizard_armour": {
|
||||
"title": "Varázsló Öltözködés",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:arcane_initiate"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Varázslóként szükséged lesz valamire, ami megvéd téged a lényektől, melyek ellen küzdesz. De semmilyen közönséges páncélzat nem elég jó ehhez. Hogy a legtöbbet hozd ki varázslataidból, varázslóruhákra lesz szükséged, kalap, köntös, nadrág, csizmák. A közönséges páncélokkal ellentétben ezek nem fognak eltörni. Ehelyett arkán energiát használnak viselőjük védelmezésére. Ebből természetesen az következik, hogy varázskristályokkal kell őket feltölteni, akár csak a pálcákat, ám szerencsére ezen öltözékek nem nyelnek el olyan sok @mana manát@. Töltsd fel őket, ahogy egy pálcát töltenél fel az @arcane_workbench arkán munkaasztalban@, vagy @mana_flasks manapalackokkal@, de légy elővigyázatos - ha kifutnak a manából, védtelenül leled magad.",
|
||||
|
||||
"#image wizard_armour",
|
||||
|
||||
"A varázslóöltözékek szabásához mágikus selyemre lesz szükséged:",
|
||||
|
||||
"#recipe magic_silk",
|
||||
"#recipe wizard_hat",
|
||||
"#recipe wizard_robe",
|
||||
"#recipe wizard_leggings",
|
||||
"#recipe wizard_boots",
|
||||
|
||||
"Közönséges varázslóasztal segítségével meg lehet bájolni ezen ruhadarabokat, s a mágikus selyem veleszületett tulajdonságainak köszönhetően igen effektív általánosságban a bűbájok megtartásában. Különösen hasznosak a varázslók számára a Varázs-, Fagy- és Sokkvédelmet nyújtó bűbájok, melyek hasznosnak bizonyulhatnak más mágiahasználók ellen.",
|
||||
|
||||
"Azok a varázslók, melyek egyetlen specifikus elem gyakorlásának szentelik magukat, gyakran speciális öltözéket viselnek, melyek bónuszokat nyújtanak adott elemhez. Teljes szettjei az ilyen öltözeteknek igen keresettek, és nem könnyű rájuk lelni.",
|
||||
|
||||
"Legendák mesélnek egy arkán pecsétről, melyet a leghatalmasabb varázslók használnak öltözetük nagymértékű megerősítésére."
|
||||
]
|
||||
},
|
||||
|
||||
"magical_world": {
|
||||
"title": "Mágia a Világban",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "magical_world_subsections",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
},
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/on_subsection_unlock"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Nem lehet az arkán útjainak mesterévé válni, ha valaki csak otthon ül - a világ tele odakinn varázzsal, mely felfedezésre vár! Ősi romok, relikviák és rejtélyes lények, melyek jót vagy rosszat hoznak, mind felfedezésre várnak - ha tudod, hol keresd őket. A legnagyobb varázslók egyben a legkíváncsibbak is, és tudásuk és hatalmuk javát környezetük felfedezésével és kísérletezéssel szerzik.",
|
||||
|
||||
"Míg egy varázsló idejének legnagyobb részét elkerülhetetlenül egyedül tölti, a tudás megosztása is létfontosságú az arkán művészetek kitanulásában. Keresd fel a mágia többi gyakorlóját, s tanulj olyan sokat tőlük, amennyit csak lehet: a kommunikáció vitathatatlanul a legnagyobb hatalom mind közül."
|
||||
],
|
||||
"sections": {
|
||||
"crystal_flowers": {
|
||||
"title": "Kristályvirágok",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/crystal_flowers"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Utazásaid során valószínűleg találkozni fogsz majd érdekes, világító virágokkal, melyek időről időre a vadonban nőnek. Ezek a jellegzetes virágok kristályvirágokként is ismeretesek, és furcsán hatékonyak a @mana@ koncentrálásában - mai napig senki sem tudja biztosra, miért. Amit viszont tudunk, az az, hogy gyűjthetők és a mana kristályok formájában kinyerhető belőlük, mely által igencsak hasznos felszín feletti manaforrásokká válnak. Az ily módon gyűjthető mana mennyisége ugyanakkor erősen limitált, főként a virágok kis mérete és amiatt, hogy csak elszórt foltokban nőnek.",
|
||||
|
||||
"#image crystal_flower",
|
||||
"#recipe crystal_flower_to_crystals"
|
||||
]
|
||||
},
|
||||
"wizard_towers": {
|
||||
"title": "Varázslótornyok",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:wizard_tower"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Ne félj - nem te vagy a mágia egyetlen gyakorlója ezen a világon. Utazásaid során tán már találkoztál is egy vagy két magas toronnyal, jellegzetes csúcsos tetővel. Az egy varázslótársad lakhelye. A magányos élet folytán kissé morgóssá válhatnak olykor, de általában barátságosak népség, mely hajlandó megosztani tudását veled - bár nem ingyen. Készülj fel, hogy értékes fémekkel és ékkövekkel fizess, s cserébe fogadd az arkán nagy csodáit.",
|
||||
|
||||
"Ugyanakkor, ha @tiers mester@ szintű varázslatot keresel, egy specialistával kell majd beszélned.",
|
||||
|
||||
"#image wizard_tower",
|
||||
|
||||
"Sajnálatos módon néhány varázsló nem látja szívesen a látogatókat. Ezek a varázslók általában számkivetettek, és ellenségesek mindenki ellen, ki keresztezi útjukat. Igen nagy elővigyázatossággal közelítsd meg ezeket a személyeket, s légy felkészülve életed megvédésére erős mágia ellen. Ám győzd le őket, s tudásukat megszerezheted magadnak.",
|
||||
|
||||
"Azt is meg kell jegyeznünk, hogy egy varázsló sem veszi örömmel, ha megtámadják vagy kirabolják őket - s készen állnak kezelésbe venni a dolgokat."
|
||||
]
|
||||
},
|
||||
"obelisks": {
|
||||
"title": "Obeliszkek",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/obelisks"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Ősi mágia nyomai vannak szétszóródva a világban, melyek közül az egyik legfeltűnőbbek azon faragott kőépítmények, melyek szimbólumok és rúnák tömkelegével vannak tele. Ezek a romok minden, mi megmaradt valamiféle ősi civilizációból. Akárki, vagy akármi építette őket, tisztán láthatóan jelentős tudással bírtak a mágia területén, és védelmező bűbájokat tettek ezen helyekre, melyek mind a mai napig fennmaradtak.",
|
||||
|
||||
"Ezek a struktúrák tágan véve két alapvető típusba sorolhatóak. Az első, és gyakoribb, az obeliszkek: magas faragott kövek, melyek tüskeként merednek az ég felé, s rúnakövekből állnak. Talapzatában az elfeledett régmúlt kisebb arkán relikviái nyugszanak.",
|
||||
|
||||
"#image obelisk",
|
||||
|
||||
"Ezek a struktúrák tipikusan egy bűbájjal védettek, mely ellenséges @creatures mágikus lényeket@ idéz meg, amennyiben bárki emberfia közel merészkedne. Győzd le ezeket a lényeket, pusztítsd el forrásukat, és a relikviák a tiéid."
|
||||
]
|
||||
},
|
||||
"shrines": {
|
||||
"title": "Szentélyek",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:visit_shrine"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"A második, és ritkább fajta struktúra a szentélyek. Ezek egy rúnakő pillérek körével körbevett központi pedesztálból állnak, melyen egy láda nyugszik, tele ősi @artefacts műalkotásokkal@. Ez a láda általában egy arkán zárbűbájjal van védve, megakadályozva tulajdonosán kívül mindenkit kinyitásában. A teljes struktúra is védve van továbbá egy elzárt mezővel, mely megakadályoz bármit, mi túl közel merészkedik, a megszökésben.",
|
||||
|
||||
"#image shrine",
|
||||
|
||||
"Nagy arkán erejük és jelentőségük miatt, a bennük rejlő kincsekről nem is beszélve, ezek az építmények különösen vonzóak minden feltörekvő varázsló számára - de légy óvatos. Számos hír jár varázslókról, kiket rabul ejtett a bezáró mező, s az őrületbe menekültek, talán klausztrofóbia okán. Egyre többen vélik azonban úgy, hogy a rabul ejtés szándékos része a szentélyt védelmező mágiának, s a foglyul ejtett varázslókat irányítva védelmezi magát. Hátborzongató ötlet, az bizonyos, mindazoknak, kik közel merészkednek..."
|
||||
]
|
||||
},
|
||||
"creatures": {
|
||||
"title": "Mágikus Lények",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/magical_creatures"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"A varázslókon kívül rengeteg más lény is használ mágiát. A legtöbb ilyen lény arkán eredetű, és megidézhetők bizonyos @spells varázslatok@ segítségével. Ezen lényekkel összefuthat a vándor esetleg az általuk őrzött @obelisks obeliszkek@ környékén, vagy egy hatalmas idéző által. A kisebb arkán lények időnként akár a vadonban is fellelhetők."
|
||||
]
|
||||
},
|
||||
"artefacts": {
|
||||
"title": "Relikviák",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:artefact"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Miközben @shrines szentélyeket@ fedezel fel, tán rád mosolyog a szerencse, s valamilyen ősi mágikus relikviára lelhetsz - egy tárgyra, mely képes viselőjének egyedi és hatalmas erejű hatásokat és különleges erőket ruházni. Három ismert típust találtak eddig: gyűrűket, melyek bónuszokat és effekteket nyújtanak varázslatokhoz, amuletteket, melyek a védekező képességeket javítják, és ékeket, melyek hasznos effekteket nyújtanak. Ezek a relikviák csak akkor látszódnak megfelelően működni, ha rendesen viselik őket; egyszerűen magadnál tudni őket nem elég."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"tiers": {
|
||||
"title": "Szintek",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/tome_of_arcana"
|
||||
],
|
||||
"text":[
|
||||
|
||||
"A @wands pálcák@ és @spells varázslatok@ négy szintben fordulnak elő: #colour_novicekezdő#colour_reset, #colour_apprenticetanítvány#colour_reset, #colour_advancedhaladó #colour_resetand és #colour_mastermester#colour_reset. Minden egyes szint erősebb az előzőnél.",
|
||||
|
||||
"#image tiers",
|
||||
|
||||
"A #colour_novicekedző #colour_resetpálcák azok, melyek barkácsolhatók. Maximum #novice_max_charge manát képesek tárolni, és csak kezdő varázslatokat tudnak használni. Ezek általában elég egyszerűek, hogy bárki végre tudja hajtani őket, és nem kerülnek sok manába. Ez azonban nem feltétlenül teszi őket hasznavehetetlenné, ha már magasabb szinteket is elérsz; alacsony áruk miatt egyes kezdő varázslatok még akkor is hasznosak maradnak, mikor már mester szintű varázslatokhoz is hozzáférsz.",
|
||||
|
||||
"A #colour_apprenticetanítvány #colour_resetszintű pálcák a következő szint a kedző után. Képesek maximum #apprentice_max_charge mana tárolására, és kezdő és tanítványi varázslatokra is képesek. A tanítványi varázslatok jellemzően kicsivel lenyűgözőbbek a kezdő varázslatoknál, de általában többe is kerülnek.",
|
||||
|
||||
"A #colour_advancedhaladó #colour_resetszintű pálcák meglehetősen ritkák, és sokkal erősebbek. Mester szintű varázslatok kivételével mindenre képesek, és maximum #advanced_max_charge mana megtartására képesek. A haladó varázslatok emberfeletti erőkkel ruházhatnak fel, mint például a láthatatlanság, s pusztítást rendeznek az ellenség soraiban.",
|
||||
|
||||
"A #colour_mastermester #colour_resetszintű pálcák a leghatalmasabb pálcák a létezésben. Legfeljebb #master_max_charge manát tárolnak, s bármilyen varázslatot képesek használni. A mesteri szintű varázskönyvek igen ritkák, és a bennük rejlő varázslatok teljes pusztulást hozhatnak nemcsak az ellenfélre, de magára a világra is. Használd elővigyázatossággal.",
|
||||
|
||||
"Hogy a következő szintre fejlődhessen, egy pálcának elég erősnek kell lennie ahhoz, hogy kibírja az adott szint varázslatainak használatát. A pálcák úgy nyernek erőt, ahogy varázslatokat idéznek meg velük. A varázslatok sokfélesége, ereje, elementális hatásai és egyéb külső hatások mind együtt befolyásolják, milyen gyorsan növekszik egy pálca.",
|
||||
|
||||
"Ha egyszer egy pálca elegendően erős, egy arkánum kötet adja a végső löketet, mely szükséges a következő szintre fejlődéshez (lásd @upgrading_wands Pálcák Fejlesztése@), s ha egyszer ez megtörtént, az erősödési folyamat elölről kezdődhet a következő szinthez."
|
||||
]
|
||||
},
|
||||
|
||||
"elements": {
|
||||
"title": "Elemek",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/elements"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"A @spells varázslatok@ különböző elemekhez tartoznak, melyek meghatározzák a varázslat természetét, és előnyökhöz juttatnak, ha bizonyos @wands pálcákkal@ használják őket együtt.",
|
||||
|
||||
"#image elements",
|
||||
|
||||
"#colour_fireTűz#colour_reset \nTán a legpusztítóbb elem, a tűz szakterülete az égés, láva, és robbanások. Egy erős pyromágus képes a poklot rászabadítani ellenfeleire, és valószínűleg lángokba állítja a világot eközben. A legtöbb tűzalapú támadás felgyújtja a célpontot, folyamatos sebzést okozva. Ugyanakkor légy figyelemmel arra, hogy a tűzvarázslatoknak nincs hatása az alvilági lényeken.",
|
||||
|
||||
"#colour_iceJég#colour_reset \nA jég eleme mindabból áll, mi hideg. A fagyvarázslatok gyakran lelassítják az ellenfelet, vagy teljesen megfagyasztják, és különösen hatékonyak a lángok lényei ellen. A fagymágia legalább ilyen hasznosnak bizonyulhat harcon kívül is, mint például egy folyó befagyasztásánál az átkeléshez.",
|
||||
|
||||
"#colour_lightningVillám#colour_reset \nEz az elem magába foglalja a villámokat, viharokat és az időjárást. Egy hatalmas viharmágus olyan erő, melyet nem lehet figyelmen kívül hagyni, és bír azon képességgel, hogy villámot hívjon le akaratával. A villámvarázslatok gyakran több ellenfelet is megsebeznek egyszerre, és gyakran követik célpontjukat, hatékonnyá téve őket minden mob ellen... de vigyázz a creeperekkel.",
|
||||
|
||||
"#colour_necromancyNekromágia#colour_reset \nA nekromágia a sötétség eleme, a káoszé és élőhalálé. A nekromágusok rejtélyesek, és gyakran gonosznak tartottak, még ha gyakran nem is ez az eset. A nekromágiai varázslatok gyakran használtak arra, hogy @creatures lényeket@ idézzen meg, melyek helyetted harcolnak, vagy akár ellenfeled akaratának megtörésére.",
|
||||
|
||||
"#colour_earthFöld#colour_reset \nA föld eleme a természetes világon fókuszál: állatok, növények, a szél, és társaik. A földmágia változatos és sokféle formát ölthet fel, ellenfelek megmérgezésétől az időjárás haragjának elszabadításáig, s ezáltal támadás, védekezés és hasznosságok keverékét nyújtja.",
|
||||
|
||||
"#colour_sorceryMisztika#colour_reset \nA misztika az erő és változás eleme. A misztikus mágusok a fényt, gravitációt vagy akár a valóságot magát manipulálják saját szükségleteiknek megfelelően. Így a misztikus varázslatok használhatók például mágikus erők adására használójuknak, vagy objektumok mozgatására akaratukkal.",
|
||||
|
||||
"#colour_healingGyógyítás#colour_reset \nA gyógyítás eleme a védelemmel és regenerációval foglalkozik. A gyógyítók célja, hogy megvédjék magukat és társaikat amennyire csak lehet, és így igen nehéz ellenfeleknek bizonyulhatnak. Bár a gyógyítás általában nem használt támadásra, némely gyógyító varázslat tisztító fénye figyelemre méltó sebzést okozhat az élőholtaknak. A gyógyító varázslatok elengedhetetlenek harcban.",
|
||||
|
||||
"A határvonalak a különböző elemek között nem mindig határozottak, és némely varázslatok sajátjukon kívül más elemek jellegzetességeit is viselik.",
|
||||
|
||||
"Ha szerencsés vagy, találhatsz egy elementáris kristályt. Ezek olyan varázskristályok, melyek elementáris tulajdonságokat szívtak magukba, míg nőttek - bár a pontos feltételek és a mechanizmus még rejtélyes. Azt viszont tudjuk, hogy ezen kristályok segítségével elementáris pálcák készíthetők, melyek segítségével a megfelelő elem varázslatai a szokásosnál nagyobb potenciállal idézhetőek meg."
|
||||
]
|
||||
},
|
||||
|
||||
"miscellaneous": {
|
||||
"title": "Egyebek",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "miscellaneous_subsections",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
},
|
||||
"triggers": [
|
||||
"ebwizardry:on_subsection_unlock"
|
||||
],
|
||||
"sections": {
|
||||
"mana_flasks": {
|
||||
"title": "Manapalackok",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/mana_flasks"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Arkendur's Arcane Supplies Co. - mágikus tárgyak minden célra!",
|
||||
|
||||
"Újra kell töltened @wands pálcád@ út közben? Nem probléma! A @mana mana@ mostantól palackba zárható. Egyszerűen barkácsolj össze egy manapalackok egy üres üvegpalackból és 8 varázskristályból, s vidd magaddal. Mikor szükséged válik rá, egyszerűen barkácsold össze pálcáddal és némi manát vissza fog tölteni. *",
|
||||
|
||||
"#recipe medium_mana_flask",
|
||||
|
||||
"ÚJ! Bemutatjuk a vadonatúj kis és nagy manapalackokat - Mostantól magad választhatod, melyik a legalkalmasabb számodra!",
|
||||
|
||||
"#recipe small_mana_flask",
|
||||
"#recipe large_mana_flask",
|
||||
|
||||
"* Ez az eljárás el fogja törni a palackot. Palackozás közben elvész némi mana."
|
||||
]
|
||||
},
|
||||
"throwable_items": {
|
||||
"title": "Eldobható Tárgyak",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/throwables"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Változatos @spells varázsigék@ idéznek meg fizikai tárgyakat, melyek közül némely közvetlenül is barkácsolható. Tűzbombák, méregbombák, szikrabombák és füstbombák mind készíthetőek:",
|
||||
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
"#recipe smoke_bomb",
|
||||
"#recipe spark_bomb"
|
||||
]
|
||||
},
|
||||
"automated_casting": {
|
||||
"title": "Automatizált Varázslás",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:enchant_scroll"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Újkeletű kísérletezések felfedték, hogy lehetséges a @spells varázslatok@ használatának automatizálása, bizonyos fokig, nem mást használva, mind egy egyszerű adagolót. Senki sem biztos benne, miért, de úgy néz ki, hogy a vöröskő érdekes tulajdonságai még a varázstekercsek aktiválására is kiterjednek. Párat az adagolóba helyezve és jelet adva neki elvileg működnie kéne..."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"crafting_recipes": {
|
||||
"title": "Barkácsreceptek",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
"#recipe novice_wands",
|
||||
"#recipe magic_missile_spell_book",
|
||||
"#recipe wizard_handbook",
|
||||
"#recipe crystal_flower_to_crystals",
|
||||
"#recipe crystal_blocks",
|
||||
"#recipe crystal_blocks_to_crystals",
|
||||
"#recipe crystal_shard",
|
||||
"#recipe small_mana_flask",
|
||||
"#recipe medium_mana_flask",
|
||||
"#recipe large_mana_flask",
|
||||
"#recipe runestone",
|
||||
"#recipe runestone_pedestal",
|
||||
"#recipe transportation_stone",
|
||||
"#recipe magic_silk",
|
||||
"#recipe wizard_hat",
|
||||
"#recipe wizard_robe",
|
||||
"#recipe wizard_leggings",
|
||||
"#recipe wizard_boots",
|
||||
"#recipe blank_scroll",
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
"#recipe smoke_bomb",
|
||||
"#recipe spark_bomb"
|
||||
]
|
||||
},
|
||||
|
||||
"credits": {
|
||||
"title": "Köszönetnyílvánítások",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"Electroblob's Wizardry \nVersion #version \nFor Minecraft #mcversion",
|
||||
|
||||
"Design, kódolás és textúrázás: Electroblob",
|
||||
|
||||
"Köszönet a Minecraft Forge-nak és MCP-nek, melyek nélkül ez a mod nem lett volna lehetséges.",
|
||||
|
||||
"Szintén köszönet a Minecraft modding közösségnek, mely mindig válaszol moddolási gondjaimra!",
|
||||
|
||||
"Továbbá szeretnék köszönetet mondani a következő egyéneknek a modhoz való hozzájárulásukért:",
|
||||
|
||||
"Kód:",
|
||||
|
||||
"- Corail31 \n- 12foo \n- Shadows-of-Fire \n- HellFirePvP \n- Tora-B \n- Avatair \n- Aeronica \n- UltraHex \n- Azim-Palmer \n- raoulvdberge \n- rafasoares",
|
||||
|
||||
"Fordítások:",
|
||||
|
||||
"- Spanyol: MadWrist, Alsentar \n- Mexikói Spanyol: MadWrist \n- Orosz: VilagVil, kellixon, bigenergy \n- Francia: Hahdrim \n- Braziliai Portugál: lorrampi \n- Kínai: ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer \n- Koreai: shejery, rewi_wire \n- Lengyel: Trozuu \n-Német: BirdyDragon \n-Taiwán: chesterccj305 \n-Magyar: Bombadil",
|
||||
|
||||
"Villámsugár hangeffekt OhhWowProductions által",
|
||||
|
||||
"Még több információért keresd fel a @https://github.com/Electroblob77/Wizardry/wiki wikit@.",
|
||||
|
||||
"Sosem elég a varázslásból? Csatlakozz a @https://discord.gg/hs8yJP2 Discord szerverhez@ a legfrissebb hírekért, beszélgetésekért és extrákért! (Angol nyelvű.)"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,750 @@
|
||||
{
|
||||
"bookmark_start_section": "introduction",
|
||||
|
||||
"colours": {
|
||||
"text": "#000000",
|
||||
"caption": "#666666",
|
||||
"hyperlink": "#601ba0",
|
||||
"highlight": "#dd4c1d",
|
||||
"new_section": "#ee88f7"
|
||||
},
|
||||
|
||||
"images": {
|
||||
"workbench": {
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench.png",
|
||||
"caption": "\u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0439 \u0421\u0442\u043e\u043b",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 110
|
||||
},
|
||||
"crystal_ore": {
|
||||
"location": "ebwizardry:textures/gui/crystal_ore.png",
|
||||
"caption": "\u041a\u0440\u0438\u0441\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u0420\u0443\u0434\u0430",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
"height": 64
|
||||
},
|
||||
"magic_crystal": {
|
||||
"location": "ebwizardry:textures/items/crystal_magic.png",
|
||||
"caption": "\u041c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u041a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u044b\n",
|
||||
"u": 6,
|
||||
"v": 6,
|
||||
"width": 36,
|
||||
"height": 33,
|
||||
"texture_width": 48,
|
||||
"texture_height": 48,
|
||||
"border": false
|
||||
},
|
||||
"magic_wand": {
|
||||
"location": "ebwizardry:textures/items/wand_novice.png",
|
||||
"caption": "Ma\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0416\u0435\u0437\u043b\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
"height": 64,
|
||||
"border": false
|
||||
},
|
||||
"crystal_flower": {
|
||||
"location": "ebwizardry:textures/gui/crystal_flower.png",
|
||||
"caption": "\u041a\u0440\u0438\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0426\u0432\u0435\u0442\u043e\u043a\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 48,
|
||||
"height": 48
|
||||
},
|
||||
"wizard_tower": {
|
||||
"location": "ebwizardry:textures/gui/wizard_tower.png",
|
||||
"caption": "\u0411\u0430\u0448\u043d\u044f Ma\u0433\u043e\u0432\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 110
|
||||
},
|
||||
"wizard_armour": {
|
||||
"location": "ebwizardry:textures/gui/wizard_armour.png",
|
||||
"caption": "\u041e\u0434\u0435\u044f\u043d\u0438\u044f \u0412\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u043e\u0432\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 90,
|
||||
"height": 90
|
||||
},
|
||||
"obelisk": {
|
||||
"location": "ebwizardry:textures/gui/obelisk.png",
|
||||
"caption": "\u041e\u0431\u0435\u043b\u0438\u0441\u043a\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"shrine": {
|
||||
"location": "ebwizardry:textures/gui/shrine.png",
|
||||
"caption": "\u0417\u0435\u043c\u043d\u043e\u0435 \u0421\u0432\u044f\u0442\u0438\u043b\u0438\u0449\u0435\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"tiers": {
|
||||
"location": "ebwizardry:textures/gui/tiers.png",
|
||||
"caption": "4 \u0423\u0440\u043e\u0432\u043d\u044f \u0416\u0435\u0437\u043b\u0430\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 96,
|
||||
"height": 24,
|
||||
"border": false
|
||||
},
|
||||
"elements": {
|
||||
"location": "ebwizardry:textures/gui/elements.png",
|
||||
"caption": "7 \u0422\u0430\u0439\u043d\u044b\u0445 \u042d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\n",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 106,
|
||||
"height": 20,
|
||||
"border": false
|
||||
}
|
||||
},
|
||||
|
||||
"recipes": {
|
||||
"arcane_workbench": {
|
||||
"locations": [ "ebwizardry:arcane_workbench" ]
|
||||
},
|
||||
"magic_wand": {
|
||||
"locations": [ "ebwizardry:magic_wand" ]
|
||||
},
|
||||
"novice_wands": {
|
||||
"locations": [
|
||||
"ebwizardry:magic_wand",
|
||||
"ebwizardry:wand_fire",
|
||||
"ebwizardry:wand_ice",
|
||||
"ebwizardry:wand_lightning",
|
||||
"ebwizardry:wand_necromancy",
|
||||
"ebwizardry:wand_earth",
|
||||
"ebwizardry:wand_sorcery",
|
||||
"ebwizardry:wand_healing"
|
||||
]
|
||||
},
|
||||
"magic_missile_spell_book": {
|
||||
"locations": [ "ebwizardry:magic_missile_spell_book" ]
|
||||
},
|
||||
"wizard_handbook": {
|
||||
"locations": [ "ebwizardry:wizard_handbook" ]
|
||||
},
|
||||
"crystal_flower_to_crystals": {
|
||||
"locations": [ "ebwizardry:crystal_flower_to_crystals" ]
|
||||
},
|
||||
"crystal_blocks": {
|
||||
"locations": [
|
||||
"ebwizardry:crystal_block",
|
||||
"ebwizardry:crystal_block_fire",
|
||||
"ebwizardry:crystal_block_ice",
|
||||
"ebwizardry:crystal_block_lightning",
|
||||
"ebwizardry:crystal_block_necromancy",
|
||||
"ebwizardry:crystal_block_earth",
|
||||
"ebwizardry:crystal_block_sorcery",
|
||||
"ebwizardry:crystal_block_healing"
|
||||
]
|
||||
},
|
||||
"crystal_blocks_to_crystals": {
|
||||
"locations": [
|
||||
"ebwizardry:crystal_block_to_crystals",
|
||||
"ebwizardry:crystal_block_to_crystals_fire",
|
||||
"ebwizardry:crystal_block_to_crystals_ice",
|
||||
"ebwizardry:crystal_block_to_crystals_lightning",
|
||||
"ebwizardry:crystal_block_to_crystals_necromancy",
|
||||
"ebwizardry:crystal_block_to_crystals_earth",
|
||||
"ebwizardry:crystal_block_to_crystals_sorcery",
|
||||
"ebwizardry:crystal_block_to_crystals_healing"
|
||||
]
|
||||
},
|
||||
"crystal_shard": {
|
||||
"locations": [ "ebwizardry:crystal_shard" ]
|
||||
},
|
||||
"small_mana_flask": {
|
||||
"locations": [ "ebwizardry:small_mana_flask" ]
|
||||
},
|
||||
"medium_mana_flask": {
|
||||
"locations": [ "ebwizardry:medium_mana_flask" ]
|
||||
},
|
||||
"large_mana_flask": {
|
||||
"locations": [ "ebwizardry:large_mana_flask" ]
|
||||
},
|
||||
"runestone": {
|
||||
"locations": [
|
||||
"ebwizardry:runestone_fire",
|
||||
"ebwizardry:runestone_ice",
|
||||
"ebwizardry:runestone_lightning",
|
||||
"ebwizardry:runestone_necromancy",
|
||||
"ebwizardry:runestone_earth",
|
||||
"ebwizardry:runestone_sorcery",
|
||||
"ebwizardry:runestone_healing"
|
||||
]
|
||||
},
|
||||
"runestone_pedestal": {
|
||||
"locations": [
|
||||
"ebwizardry:runestone_pedestal_fire",
|
||||
"ebwizardry:runestone_pedestal_ice",
|
||||
"ebwizardry:runestone_pedestal_lightning",
|
||||
"ebwizardry:runestone_pedestal_necromancy",
|
||||
"ebwizardry:runestone_pedestal_earth",
|
||||
"ebwizardry:runestone_pedestal_sorcery",
|
||||
"ebwizardry:runestone_pedestal_healing"
|
||||
]
|
||||
},
|
||||
"transportation_stone": {
|
||||
"locations": [ "ebwizardry:transportation_stone" ]
|
||||
},
|
||||
"magic_silk": {
|
||||
"locations": [ "ebwizardry:magic_silk" ]
|
||||
},
|
||||
"wizard_hat": {
|
||||
"locations": [ "ebwizardry:wizard_hat" ]
|
||||
},
|
||||
"wizard_robe": {
|
||||
"locations": [ "ebwizardry:wizard_robe" ]
|
||||
},
|
||||
"wizard_leggings": {
|
||||
"locations": [ "ebwizardry:wizard_leggings" ]
|
||||
},
|
||||
"wizard_boots": {
|
||||
"locations": [ "ebwizardry:wizard_boots" ]
|
||||
},
|
||||
"blank_scroll": {
|
||||
"locations": [ "ebwizardry:blank_scroll" ]
|
||||
},
|
||||
"firebomb": {
|
||||
"locations": [ "ebwizardry:firebomb" ]
|
||||
},
|
||||
"poison_bomb": {
|
||||
"locations": [ "ebwizardry:poison_bomb" ]
|
||||
},
|
||||
"smoke_bomb": {
|
||||
"locations": [ "ebwizardry:smoke_bomb" ]
|
||||
},
|
||||
"spark_bomb": {
|
||||
"locations": [ "ebwizardry:spark_bomb" ]
|
||||
}
|
||||
},
|
||||
|
||||
"sections": {
|
||||
|
||||
"inside_cover": {
|
||||
"centre": {
|
||||
"x": true,
|
||||
"y": true
|
||||
},
|
||||
"text": [
|
||||
|
||||
"\u041a\u043d\u0438\u0433\u0430 \u0412\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430",
|
||||
|
||||
"\u043e\u0442 Electroblob"
|
||||
]
|
||||
},
|
||||
|
||||
"introduction": {
|
||||
"title": "\u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435",
|
||||
"text": [
|
||||
|
||||
"\u041f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e, \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a! \u042d\u0442\u0430 \u043a\u043d\u0438\u0433\u0430 \u043e\u0431\u044a\u044f\u0441\u043d\u044f\u0435\u0442 \u043c\u043d\u043e\u0433\u0438\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043c\u0430\u0433\u0438\u0438 \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0435\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f. \u041e\u0434\u043d\u0430\u043a\u043e \u044d\u0442\u043e \u043d\u0435 \u043e\u0431\u044b\u0447\u043d\u0430\u044f \u043a\u043d\u0438\u0433\u0430 - \u0435\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0443\u044e\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0434 \u0432\u0430\u043c\u0438, \u043a\u043e\u0433\u0434\u0430 \u0432\u044b \u0443\u0437\u043d\u0430\u0435\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u043e\u043c \u043c\u0438\u0440\u0435.",
|
||||
|
||||
"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u0441\u043e \u0441\u0442\u0440\u0435\u043b\u043a\u0430\u043c\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u043c\u0438, \u0438 \u043a\u043d\u043e\u043f\u043a\u0438 \u0441 \u0434\u0432\u043e\u0439\u043d\u044b\u043c\u0438 \u0441\u0442\u0440\u0435\u043b\u043a\u0430\u043c\u0438, \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u0441\u0442\u0440\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u043c\u0438. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u0443\u044e \u043a\u043d\u043e\u043f\u043a\u0443 \u043c\u0435\u043d\u044e, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e",
|
||||
|
||||
"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u043b\u044e\u0431\u043e\u0439 \u0444\u0438\u043e\u043b\u0435\u0442\u043e\u0432\u044b\u0439 \u0442\u0435\u043a\u0441\u0442-\u0441\u0441\u044b\u043b\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u0440\u044f\u043c\u043e \u043d\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443. \u0429\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0443 \u041f\u0440\u0430\u0432\u043e\u0439 \u041a\u043d\u043e\u043f\u043a\u043e\u0439 \u041c\u044b\u0448\u0438, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0435\u0435 \u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443, \u0438 \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043b\u0435\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438, \u0447\u0442\u043e\u0431\u044b \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0441 \u0437\u0430\u043a\u043b\u0430\u0434\u043a\u0430\u043c\u0438."
|
||||
]
|
||||
},
|
||||
|
||||
"main_contents": {
|
||||
"title": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
|
||||
"contents": {
|
||||
"id": "main_contents",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
}
|
||||
},
|
||||
|
||||
"setting_up": {
|
||||
"title": "\u041d\u0430\u0447\u0430\u043b\u043e",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"\u0427\u0442\u043e\u0431\u044b \u043d\u0430\u0447\u0430\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u043c\u0430\u0433\u0438\u0435\u0439, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u044f\u0442\u0441\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u0435\u0449\u0435\u0439:",
|
||||
|
||||
"- \u0412\u043e\u043b\u0448\u0435\u0431\u043d\u044b\u0439 \u0436\u0435\u0437\u043b, \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0439 \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432:",
|
||||
|
||||
"#recipe magic_wand",
|
||||
|
||||
"- @arcane_workbench \u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0439 \u0441\u0442\u043e\u043b@, \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u0439 \u0438\u0437:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"- \u041a\u043d\u0438\u0433\u0430 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439@ . \u041e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0443\u043d\u0434\u0443\u043a\u0430\u0445, \u0432\u044b\u0440\u0432\u0430\u043d\u044b \u0438\u0437 \u0440\u0443\u043a \u043c\u0435\u0440\u0442\u0432\u0435\u0446\u043e\u0432, \u043a\u0443\u043f\u043b\u0435\u043d\u044b \u0443 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u043e\u0432, \u0438\u043b\u0438 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043d\u043e\u0432\u0438\u0447\u043a\u0430, \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0440\u0430\u043a\u0435\u0442\u0443 \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u0442\u0443\u0442:",
|
||||
|
||||
"#recipe magic_missile_spell_book",
|
||||
|
||||
"\u0412\u0430\u043c \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u043a\u0443\u0447\u0430 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432, \u0447\u0442\u043e\u0431\u044b \u0441\u043d\u0430\u0431\u0436\u0430\u0442\u044c \u0432\u0430\u0448 \u0436\u0435\u0437\u043b @mana \u043c\u0430\u043d\u043e\u0439@."
|
||||
]
|
||||
},
|
||||
|
||||
"mana": {
|
||||
"title": "\u041c\u0430\u043d\u0430",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:crystal"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041c\u0430\u043d\u0430 - \u044d\u0442\u043e \u0442\u0430\u0439\u043d\u0430\u044f \u044d\u043d\u0435\u0440\u0433\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0434\u0430\u0435\u0442 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430\u043c \u0438\u0445 \u0441\u0438\u043b\u044b. \u041e\u043d\u0430 \u043f\u0440\u043e\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0432 \u043f\u0440\u0438\u0440\u043e\u0434\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c \u0432 \u043f\u043e\u0434\u0437\u0435\u043c\u043d\u044b\u0445 \u043f\u043e\u0440\u043e\u0434\u0430\u0445, \u0438\u043b\u0438 \u0432 \u0432\u0438\u0434\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0446\u0432\u0435\u0442\u043a\u043e\u0432 \u0440\u0430\u0441\u0442\u0443\u0449\u0438\u0445 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443. @wands \u0416\u0435\u0437\u043b\u044b@ \u043c\u043e\u0433\u0443\u0442 \u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043c\u0430\u043d\u0443, \u0438 \u044d\u0442\u0430 \u043c\u0430\u043d\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435. \u0420\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0442\u0440\u0435\u0431\u0443\u044e\u0442 \u0440\u0430\u0437\u043d\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u043c\u0430\u043d\u044b, \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0442\u043e\u0433\u043e, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043e\u043d\u0438 \u0441\u0438\u043b\u044c\u043d\u044b \u0438 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b.",
|
||||
|
||||
"#image crystal_ore",
|
||||
|
||||
"#image magic_crystal",
|
||||
|
||||
"\u0428\u0438\u0440\u043e\u043a\u043e \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u043e \u043c\u043d\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u043c\u0430\u043d\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0438\u043b\u0438 \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0435\u043d\u0430, \u0438 \u0447\u0442\u043e \u043a\u043e\u0433\u0434\u0430 \u043f\u0440\u043e\u0438\u0437\u043d\u043e\u0441\u0438\u0442\u0441\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435, \u0442\u043e \u043c\u0430\u043d\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u043e\u043d\u043e \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442, \u043f\u0440\u043e\u0441\u0442\u043e \u0440\u0430\u0441\u0441\u0435\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0432 \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0435\u0439 \u0441\u0440\u0435\u0434\u0435. \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e, \u0438\u043c\u0435\u043d\u043d\u043e \u0442\u0430\u043a \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u043e\u0434\u0430\u0432\u043b\u044f\u044e\u0449\u0435\u0435 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043c\u0430\u043d\u044b - \u0442\u043e\u043d\u043a\u043e \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443. \u041e\u0434\u043d\u0430\u043a\u043e, \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c, \u043e\u043d\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0441\u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430, \u043b\u0438\u0431\u043e \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0442\u044b\u0441\u044f\u0447 \u043b\u0435\u0442, \u043a\u0430\u043a \u044d\u0442\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0441 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u0430\u043c\u0438 \u043f\u043e\u0434 \u0437\u0435\u043c\u043b\u0435\u0439, \u043b\u0438\u0431\u043e \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432\u0435\u043d\u043d\u043e - \u043f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u0430\u044f \u0442\u0435\u043c\u0430, \u043d\u0435 \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0432 \u044d\u0442\u043e\u0439 \u043a\u043d\u0438\u0433\u0435. \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u0442\u0430\u043a\u0436\u0435 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c\u0438 \u0441 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f \u043c\u0430\u043d\u044b \u0438 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u043c\u0430\u043d\u044b, \u0440\u0430\u0441\u0441\u0435\u044f\u043d\u043d\u043e\u0439 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f."
|
||||
]
|
||||
},
|
||||
|
||||
"wands": {
|
||||
"title": "\u0416\u0435\u0437\u043b\u044b",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:arcane_initiate"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0416\u0435\u0437\u043b - \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430. \u0421 \u0435\u0433\u043e \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u043e\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435, \u0435\u0441\u043b\u0438 \u0436\u0435\u0437\u043b \u043c\u043e\u0436\u0435\u0442 \u0441\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0435\u0433\u043e \u0441\u0438\u043b\u0443 (\u0441\u043c. \u0420\u0430\u0437\u0434\u0435\u043b\n @tiers \n\"\u0423\u0440\u043e\u0432\u043d\u0438\"\n@ \u0434\u043b\u044f \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u044f\u0441\u043d\u0435\u043d\u0438\u044f). \u0416\u0435\u0437\u043b\u043e\u0432 \n\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b, \u043d\u043e \u0432\u044b \u043f\u043e\u0447\u0442\u0438 \u043d\u0430\u0432\u0435\u0440\u043d\u044f\u043a\u0430 \u043d\u0430\u0447\u043d\u0435\u0442\u0435 \u0441 \u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u043e\u0433\u043e \u0436\u0435\u0437\u043b\u0430.\n",
|
||||
|
||||
"#image magic_wand",
|
||||
|
||||
"\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u044b\u0445 \u0436\u0435\u0437\u043b\u043e\u0432 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442 \u0441\u0432\u043e\u044e \u0436\u0438\u0437\u043d\u044c \u043a\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0438\u0437 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u0430 \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043a \u0434\u0435\u0440\u0435\u0432\u044f\u043d\u043d\u043e\u0439 \u043f\u0430\u043b\u043a\u0435, \u0441 \u0437\u043e\u043b\u043e\u0442\u044b\u043c \u0441\u0430\u043c\u043e\u0440\u043e\u0434\u043a\u043e\u043c \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u043d\u044b\u043c \u043a \u0434\u0440\u0443\u0433\u043e\u043c\u0443 \u043a\u043e\u043d\u0446\u0443. \u041a\u0440\u0438\u0441\u0442\u0430\u043b\u043b, \u043a\u043e\u043d\u0435\u0447\u043d\u043e, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c \u0441\u0438\u043b\u044b \u0436\u0435\u0437\u043b\u0430, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043e\u043d \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0444\u043e\u043a\u0443\u0441\u0438\u0440\u043e\u0432\u043a\u0443, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0434\u043b\u044f \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439@. \u041e\u0441\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0436\u0435\u0437\u043b\u0430 \u0442\u043e\u0436\u0435 \u0432\u0430\u0436\u043d\u0430, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043e\u043d\u0430 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0436\u0435\u0437\u043b, \u043d\u043e \u0438 \u043f\u0443\u0442\u044c, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 @mana \u043c\u0430\u043d\u0430@ \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430.\n",
|
||||
|
||||
"\u0427\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0436\u0435\u0437\u043b\u0430, \u0442\u0435\u043c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0435\u0435 \u043e\u043d \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u0438, \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e, \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u043d\u043e\u0441\u0438\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0441\u0438\u043b\u044b. \u042d\u0442\u043e\u0442 \u044d\u0444\u0444\u0435\u043a\u0442 \u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u0442\u044c \u043f\u043e \u0442\u043e\u043d\u043a\u0438\u043c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u043c, \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u043c \u0432 \u0444\u043e\u0440\u043c\u0435 \u0438 \u0432\u043d\u0435\u0448\u043d\u0435\u043c \u0432\u0438\u0434\u0435 \u0441\u0430\u043c\u043e\u0433\u043e \u0436\u0435\u0437\u043b\u0430: \u043f\u043e \u043c\u0435\u0440\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0436\u0435\u0437\u043b \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 \u043c\u043e\u0449\u043d\u044b\u043c, \u0435\u0433\u043e \u041a\u0440\u0438\u0441\u0442\u0430\u043b\u043b \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 \u044f\u0440\u043a\u0438\u043c, \u0435\u0433\u043e \u0446\u0432\u0435\u0442 \u043c\u043e\u0436\u0435\u0442 \u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0435\u0433\u043e @elements \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430@, \u0438 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u0435\u0440\u0435\u0432\u043e, \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043e\u043d \u0441\u0434\u0435\u043b\u0430\u043d, \u043d\u0430\u0447\u043d\u0435\u0442 \u0440\u0430\u0441\u0442\u0438 \u0438 \u0441\u043a\u0440\u0443\u0447\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u0431\u043e\u043b\u0435\u0435 \u0441\u043b\u043e\u0436\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u044b.\n",
|
||||
|
||||
"\u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u0436\u0435\u0437\u043b, \u0432 \u0443\u0433\u043b\u0443 \u044d\u043a\u0440\u0430\u043d\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0441 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c. \u042d\u0442\u043e \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0430 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0435\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c, \u0438, \u0435\u0441\u043b\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u0431\u044b\u043b\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u043d\u043e, \u0442\u043e \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u043f\u043e\u043b\u043e\u0441\u0430 \u043f\u0435\u0440\u0435\u0437\u0430\u0440\u044f\u0434\u043a\u0438, \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0430\u044f \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u043a\u0430 \u044d\u0442\u043e \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0441\u043d\u043e\u0432\u0430. \u041e\u043d\u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0436\u0435\u0437\u043b\u043e\u043c. \u0414\u043b\u044f \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043c\u0435\u0436\u0434\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f\u043c\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438 #next_spell_key \u0438 #previous_spell_key (\u0438\u0445 \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 options -> controls). \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f, \u043f\u0440\u043e\u043a\u0440\u0443\u0447\u0438\u0432\u0430\u044f \u043a\u043e\u043b\u0435\u0441\u0438\u043a\u043e \u043c\u044b\u0448\u0438 \u043a\u043e\u0433\u0434\u0430 \u043a\u0440\u0430\u0434\u0435\u0442\u0435\u0441\u044c.\n",
|
||||
|
||||
"\u041f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u0438\u043d\u0432\u0435\u043d\u0442\u0430\u0440\u044f \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043a\u0443\u0440\u0441\u043e\u0440\u0430 \u043d\u0430 \u0436\u0435\u0437\u043b \u043f\u043e\u043a\u0430\u0436\u0435\u0442, \u0441\u043a\u043e\u043b\u044c\u043a\u043e @mana \u043c\u0430\u043d\u044b@ \u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f \u0432 \u043d\u0435\u043c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0435\u0433\u043e \u0442\u0435\u043a\u0443\u0449\u0435\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435@ \u0438 \u043b\u044e\u0431\u044b\u0435 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043e\u043d \u043c\u043e\u0436\u0435\u0442 \u043e\u0431\u043b\u0430\u0434\u0430\u0442\u044c. \u0411\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0436\u0435\u0437\u043b\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0432 \u0435\u0433\u043e \u0432 @arcane_workbench \u0447\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0439 \u0441\u0442\u043e\u043b@.\n"
|
||||
]
|
||||
},
|
||||
|
||||
"spells": {
|
||||
"title": "\u0417\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/spells"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"@wands \u0416\u0435\u0437\u043b@ \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u0435\u043d \u0431\u0435\u0437 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439. \u0417\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0432 \u0434\u0432\u0443\u0445 \u0444\u043e\u0440\u043c\u0430\u0445: \u0432 \u043a\u043d\u0438\u0433\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043c\u043d\u043e\u0433\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u043c\u0438, \u0438 \u0432 \u0441\u0432\u0438\u0442\u043a\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u043c\u0438.\n",
|
||||
|
||||
"\u041a\u043d\u0438\u0433\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043c\u0430\u043b\u043e \u043d\u0443\u0436\u043d\u044b \u0441\u0430\u043c\u0438 \u043f\u043e \u0441\u0435\u0431\u0435; \u0412\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u043e\u043d\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043e\u043d\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u043a @wands \u0436\u0435\u0437\u043b\u0430\u043c@. \u041a\u043d\u0438\u0433\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443, \u0438 \u0432\u0430\u043c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0434\u043e\u043b\u0433\u043e \u0438\u0441\u043a\u0430\u0442\u044c \u0438\u0445. \u041a\u043e\u0433\u0434\u0430 \u0432\u044b \u0435\u0451 \u043d\u0430\u0439\u0434\u0435\u0442\u0435, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0432\u0435\u0441\u0442\u0438 \u043a\u0443\u0440\u0441\u043e\u0440 \u043c\u044b\u0448\u0438 \u043d\u0430 \u043a\u043d\u0438\u0433\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u0441\u0440\u0430\u0437\u0443 \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0438. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0449\u0435\u043b\u043a\u043d\u0443\u0442\u044c \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438, \u0443\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044f \u043a\u043d\u0438\u0433\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0438.\n",
|
||||
|
||||
"\u0421 \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b, \u0441\u0432\u0438\u0442\u043a\u0438 \u0441\u043b\u0443\u0436\u0430\u0442 \u0434\u043b\u044f \u0434\u0440\u0443\u0433\u043e\u0439 \u0446\u0435\u043b\u0438: \u0449\u0435\u043b\u0447\u043e\u043a \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438 \u043f\u0440\u0438 \u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0438 \u0435\u0433\u043e \u0432 \u0440\u0443\u043a\u0430\u0445 \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0435 \u0441 \u043d\u0438\u043c, \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u0430\u0435\u0442 \u0441\u0432\u0438\u0442\u043e\u043a \u0432 \u044d\u0442\u043e\u043c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435. \u041a\u0430\u043a \u0438 \u043a\u043d\u0438\u0433\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0441\u0432\u0438\u0442\u043a\u0438 \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443, \u043d\u043e \u0432\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0438\u0445 \u0441\u0430\u043c\u0438, \u0441\u043e\u0437\u0434\u0430\u0432 \u043f\u0443\u0441\u0442\u043e\u0439 \u0441\u0432\u0438\u0442\u043e\u043a \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043b\u0438\u0441\u0442\u0430 \u0431\u0443\u043c\u0430\u0433\u0438 \u0438 \u043d\u0438\u0442\u0438 (\u0441\u043c. @enchanting_scrolls \u0417\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0421\u0432\u0438\u0442\u043a\u0438@. \u0417\u0430\u0442\u0435\u043c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u043a \u0441\u0432\u0438\u0442\u043a\u0443 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0447\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u043e\u0433\u043e \u0441\u0442\u043e\u043b\u0430 \u043e\u0431\u044b\u0447\u043d\u044b\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c. \u042d\u0442\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u043a \u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0432\u043d\u043e \u043c\u0430\u043d\u0430-\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f.",
|
||||
|
||||
"\u0421\u0432\u0438\u0442\u043a\u0438 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u044b, \u043a\u043e\u0433\u0434\u0430 \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u043e\u0434\u0438\u043d \u0438\u043b\u0438 \u0434\u0432\u0430 \u0440\u0430\u0437\u0430 \u0432 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0435, \u043d\u043e \u0432\u044b \u043d\u0435 \u0445\u043e\u0442\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u043d\u043e \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u043e \u0441\u043b\u043e\u0442 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c @wands \u0436\u0435\u0437\u043b\u0435@. \u041e\u0434\u043d\u0430\u043a\u043e \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u043e\u043d\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u0435\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u043c\u0435\u0442\u043e\u0434\u043e\u043c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043f\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044e \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043f\u0430\u043b\u043e\u0447\u043a\u0438.",
|
||||
|
||||
"\u0414\u043b\u044f \u043d\u0435\u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0433\u043b\u0430\u0437\u0430 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0440\u0443\u043d\u044b, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u0438\u0448\u0443\u0442\u0441\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f - \u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u044b. \u0427\u0442\u043e\u0431\u044b \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435, \u043a\u043e\u043d\u0435\u0447\u043d\u043e, \u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0435\u0433\u043e \u0438 \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0447\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0435\u0442 - \u0445\u043e\u0442\u044f \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043d\u0435\u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u043e\u0431\u043e\u0447\u043d\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b, \u0438 \u043c\u043d\u043e\u0433\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043d\u0443\u0436\u0434\u0430\u044e\u0442\u0441\u044f \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445, \u0447\u0442\u043e\u0431\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0432\u0441\u0435\u0433\u0434\u0430 \u0435\u0441\u0442\u044c \u0448\u0430\u043d\u0441 \u043d\u0435\u0432\u0435\u0440\u043d\u043e \u0438\u0441\u0442\u043e\u043b\u043a\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u0440\u043e\u0438\u0437\u043d\u0435\u0441\u0435\u043d\u0438\u0438, \u0441 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043e\u043f\u0430\u0441\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f\u043c\u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0442\u043e\u0433\u043e, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u043e\u0449\u043d\u044b\u043c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435. \u0411\u043e\u043b\u0435\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u043c \u0438 \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u043c \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u043c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0432\u0438\u0442\u043a\u0430 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0432 \u0441\u0443\u043d\u0434\u0443\u043a\u0430\u0445 \u0438\u043b\u0438 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0441\u0442\u0438 \u0443 \u043c\u0430\u0441\u0442\u0435\u0440\u0430. \u0429\u0435\u043b\u0447\u043e\u043a \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438, \u0443\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044f \u043e\u0434\u043d\u0443 \u0438\u0437 \u043d\u0438\u0445 \u0432 \u0440\u0443\u043a\u0430\u0445, \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u0435\u0442 \u043f\u0435\u0440\u0432\u0443\u044e \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0443\u044e \u043a\u043d\u0438\u0433\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u0438\u043b\u0438 \u0441\u0432\u0438\u0442\u043e\u043a \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430, \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u044f \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0441\u0432\u0438\u0442\u043e\u043a \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438."
|
||||
]
|
||||
},
|
||||
|
||||
"arcane_workbench": {
|
||||
"title": "\u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0439 \u0421\u0442\u043e\u043b",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "arcane_workbench_subsections",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
},
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0439 \u0421\u0442\u043e\u043b - \u044d\u0442\u043e \u0431\u043b\u043e\u043a, \u043f\u043e\u0445\u043e\u0436\u0438\u0439 \u043f\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u043c\u0443 \u0432\u0438\u0434\u0443 \u043d\u0430 \u0441\u0442\u043e\u043b \u0437\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0433\u0434\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0440\u044f\u0436\u0430\u0442\u044c, \u043c\u043e\u0434\u0435\u0440\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u0442\u044c @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u0441 \u0432\u0430\u0448\u0438\u043c @wands \u0436\u0435\u0437\u043b\u043e\u043c@. \u0421\u043e\u0437\u0434\u0430\u0435\u0442\u0441\u044f \u043e\u043d \u0442\u0430\u043a:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"\u041d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0445 \u043e\u0431\u044a\u044f\u0441\u043d\u044f\u044e\u0442\u0441\u044f \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u043e\u0433\u043e \u0421\u0442\u043e\u043b\u0430",
|
||||
|
||||
"#image workbench"
|
||||
],
|
||||
"sections": {
|
||||
"binding_spells": {
|
||||
"title": "\u041f\u0440\u0438\u0432\u044f\u0437\u043a\u0430 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435@ \u043a \u0432\u0430\u0448\u0435\u043c\u0443 @wands \u0436\u0435\u0437\u043b\u0443@, \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u043a\u043d\u0438\u0433\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u0432 \u043e\u0434\u0438\u043d \u0438\u0437 \u043f\u044f\u0442\u0438 \u0441\u043b\u043e\u0442\u043e\u0432 \u0432\u043e\u043a\u0440\u0443\u0433 \u043a\u0440\u0430\u044f \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430 \u0438 \u0436\u0435\u0437\u043b\u0430 \u0432 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u043c \u0441\u043b\u043e\u0442\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c. \u0412\u044b \u0437\u0430\u043c\u0435\u0442\u0438\u0442\u0435, \u0447\u0442\u043e \u043a\u043d\u0438\u0433\u0430 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f \u043d\u0435\u0442\u0440\u043e\u043d\u0443\u0442\u043e\u0439 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 - \u044d\u0442\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u043f\u043e\u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u0430\u043a\u0442 \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043d\u0435 \"\u0431\u0435\u0440\u0435\u0442\" \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435 \u0438\u0437 \u043a\u043d\u0438\u0433\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439; \u0441\u043a\u043e\u0440\u0435\u0435, \u043e\u043d \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442 \u0436\u0435\u0437\u043b \u043d\u0430 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435. \u0422\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f, \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0436\u0435\u0437\u043b\u0443, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0445\u043e\u0442\u0438\u0442\u0435, \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044f \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c \u0434\u043e \u043f\u044f\u0442\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043a \u0436\u0435\u0437\u043b\u0443 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e,\u0445\u043e\u0442\u044f \u044d\u0442\u043e \u0447\u0438\u0441\u043b\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u043e \u0441 \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0435\u043c \u0436\u0435\u0437\u043b\u0430."
|
||||
]
|
||||
},
|
||||
"charging_wands": {
|
||||
"title": "\u0417\u0430\u0440\u044f\u0434\u043a\u0430 \u0436\u0435\u0437\u043b\u043e\u0432",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0427\u0442\u043e\u0431\u044b \u0437\u0430\u0440\u044f\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u0439 @wands \u0436\u0435\u0437\u043b@, \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0436\u0435\u0437\u043b \u0432 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043b\u043e\u0442 \u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u043e\u0433\u043e \u0421\u0442\u043e\u043b\u0430 \u0438 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432 \u0432 \u043d\u0438\u0436\u043d\u0438\u0439 \u043b\u0435\u0432\u044b\u0439 \u0441\u043b\u043e\u0442, \u0430 \u0437\u0430\u0442\u0435\u043c \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c. \u041a\u0430\u0436\u0434\u044b\u0439 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b \u0441\u0442\u043e\u0438\u0442 #mana_per_crystal @mana \u043c\u0430\u043d\u044b@, \u0438 \u0436\u0435\u0437\u043b \u0431\u0443\u0434\u0435\u0442 \u0431\u0440\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u043e, \u0447\u0442\u043e \u0435\u043c\u0443 \u043d\u0443\u0436\u043d\u043e, \u0442\u0430\u043a \u0447\u0442\u043e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0437\u0430\u043f\u0430\u0441 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432 \u043d\u0430 \u0441\u0442\u043e\u043b\u0435, \u043a\u043e\u0433\u0434\u0430 \u043e\u043d\u0438 \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u044f\u0442\u0441\u044f. \u041e\u0434\u043d\u0430\u043a\u043e \u0438\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0436\u0435\u0437\u043b \u043c\u043e\u0436\u0435\u0442 \u0432\u0437\u044f\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0446\u0435\u043b\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432, \u043f\u043e\u044d\u0442\u043e\u043c\u0443, \u0435\u0441\u043b\u0438 \u0436\u0435\u0437\u043b\u0443 \u043d\u0443\u0436\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0435\u0449\u0435 30 \u043c\u0430\u043d\u044b, #example_charging_loss \u041c\u0430\u043d\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u0430 \u043f\u0440\u0438 \u0435\u0433\u043e \u0437\u0430\u0440\u044f\u0434\u043a\u0435."
|
||||
]
|
||||
},
|
||||
"upgrading_wands": {
|
||||
"title": "\u0423\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0435 \u0416\u0435\u0437\u043b\u0430",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/tome_of_arcana"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0427\u0442\u043e\u0431\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 @wands \u0436\u0435\u0437\u043b@, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0444\u043e\u043b\u0438\u0430\u043d\u0442 \u0410\u0440\u043a\u0430\u043d\u044b \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e @tiers \u0443\u0440\u043e\u0432\u043d\u044f@ \u0438\u043b\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0435 \u0436\u0435\u0437\u043b\u0430. \u041e\u0431\u0430 \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u043a\u0430\u043a \u0434\u043e\u0431\u044b\u0447\u0430 \u0438\u043b\u0438 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u044b \u0443 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430. \u0427\u0442\u043e\u0431\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0436\u0435\u0437\u043b, \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0435\u0433\u043e \u0432 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043b\u043e\u0442, \u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 - \u0432 \u0432\u0435\u0440\u0445\u043d\u0438\u0439 \u043f\u0440\u0430\u0432\u044b\u0439 \u0441\u043b\u043e\u0442, \u0437\u0430\u0442\u0435\u043c \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c\".",
|
||||
|
||||
"\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f \u0436\u0435\u0437\u043b\u0430 \u0443\u043b\u0443\u0447\u0448\u0430\u044e\u0442 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0430\u0441\u043f\u0435\u043a\u0442 \u0436\u0435\u0437\u043b\u0430. \u041a\u0430\u0436\u0434\u044b\u0439 \u0442\u0438\u043f \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u0441\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043e \u0442\u0440\u0435\u0445 \u0440\u0430\u0437, \u0438 \u043e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u0435\u0442 \u0432\u0437\u044f\u0442\u044c \u0436\u0435\u0437\u043b, \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f. \u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f."
|
||||
]
|
||||
},
|
||||
"enchanting_scrolls": {
|
||||
"title": "\u0417\u0430\u043a\u043b\u0438\u043d\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0421\u0432\u0438\u0442\u043a\u0438",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/scrolls"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0427\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0439 \u0421\u0442\u043e\u043b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u0442\u044c @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u0432 \u0441\u0432\u0438\u0442\u043a\u0438. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0447\u0438\u0441\u0442\u044b\u0439 \u0441\u0432\u0438\u0442\u043e\u043a, \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0439 \u0438\u0437 \u043b\u0438\u0441\u0442\u0430 \u0431\u0443\u043c\u0430\u0433\u0438 \u0438 \u043d\u0438\u0442\u0438, \u043a\u043d\u0438\u0433\u0430 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0430\u043c\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c @mana \u043c\u0430\u043d\u0443@ \u0434\u043b\u044f \u0435\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u043d\u0435\u0441\u0435\u043d\u0438\u044f.",
|
||||
|
||||
"#recipe blank_scroll",
|
||||
|
||||
"\u041f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u044b \u0432 \u043d\u0438\u0436\u043d\u0438\u0439 \u043b\u0435\u0432\u044b\u0439 \u0441\u043b\u043e\u0442, \u043f\u0443\u0441\u0442\u043e\u0439 \u0441\u0432\u0438\u0442\u043e\u043a \u0432 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u043b\u043e\u0442 \u0438 \u043a\u043d\u0438\u0433\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u0432 \u043e\u0434\u0438\u043d \u0441\u043b\u043e\u0442 \u043d\u0430\u0434 \u043d\u0438\u043c, \u0437\u0430\u0442\u0435\u043c \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c\", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u0438\u0442\u043e\u043a."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"wizard_armour": {
|
||||
"title": "\u041e\u0434\u0435\u044f\u043d\u0438\u0435 \u0412\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:arcane_initiate"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041a\u0430\u043a \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0443, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0447\u0442\u043e-\u0442\u043e, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0432\u0430\u0441 \u043e\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432, \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u0432\u044b \u0441\u0440\u0430\u0436\u0430\u0435\u0442\u0435\u0441\u044c. \u041e\u0434\u043d\u0430\u043a\u043e \u043e\u0431\u044b\u0447\u043d\u044b\u0435 \u0434\u043e\u0441\u043f\u0435\u0445\u0438 \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u044e\u0442 \u044d\u0442\u043e\u0433\u043e. \u0427\u0442\u043e\u0431\u044b \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u044f\u0442\u0441\u044f \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u043e\u0441\u043f\u0435\u0445\u0438: \u0448\u043b\u044f\u043f\u0430, \u0445\u0430\u043b\u0430\u0442\u044b, \u0448\u0442\u0430\u043d\u044b \u0438 \u0441\u0430\u043f\u043e\u0433\u0438. \u0412 \u043e\u0442\u043b\u0438\u0447\u0438\u0435 \u043e\u0442 \u043e\u0431\u044b\u0447\u043d\u043e\u0439 \u0431\u0440\u043e\u043d\u0438, \u043e\u043d\u0438 \u043d\u0435 \u0441\u043b\u043e\u043c\u0430\u044e\u0442\u0441\u044f. \u0412\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u043e\u043d\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u0442\u0430\u0439\u043d\u0443\u044e \u044d\u043d\u0435\u0440\u0433\u0438\u044e \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044f. \u042d\u0442\u043e, \u043a\u043e\u043d\u0435\u0447\u043d\u043e, \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u043e\u043d\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0437\u0430\u0440\u044f\u0436\u0435\u043d\u044b \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u0430\u043c\u0438, \u043a\u0430\u043a \u0438 \u0436\u0435\u0437\u043b\u044b. \u041a \u0441\u0447\u0430\u0441\u0442\u044c\u044e, \u044d\u0442\u0438 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u043e\u0434\u0435\u0436\u0434\u044b \u043d\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u044e\u0442 \u043c\u043d\u043e\u0433\u043e @mana \u043c\u0430\u043d\u044b@. \u0417\u0430\u0440\u044f\u0434\u0438\u0442\u0435 \u0438\u0445, \u043a\u0430\u043a \u0436\u0435\u0437\u043b \u0432 @arcane_workbench \u0447\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u043e\u043c \u0441\u0442\u043e\u043b\u0435@ \u0438\u043b\u0438 \u0432 @mana_flasks \u043a\u043e\u043b\u0431\u0435 \u043c\u0430\u043d\u044b@, \u043d\u043e \u0431\u0443\u0434\u044c\u0442\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b - \u0435\u0441\u043b\u0438 \u0443 \u043d\u0438\u0445 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u0441\u044f \u043c\u0430\u043d\u0430, \u0432\u044b \u043e\u043a\u0430\u0436\u0435\u0442\u0435\u0441\u044c \u0431\u0435\u0437\u0437\u0430\u0449\u0438\u0442\u043d\u044b\u043c\u0438.",
|
||||
|
||||
"#image wizard_armour",
|
||||
|
||||
"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0443\u044e \u0431\u0440\u043e\u043d\u044e, \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u044f \u0435\u0435 \u0438\u0437 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0448\u0435\u043b\u043a\u0430, \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u043e\u0433\u043e \u043f\u0440\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u043d\u0438\u0442\u043a\u0438 \u0441 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u043c:",
|
||||
|
||||
"#recipe magic_silk",
|
||||
"#recipe wizard_hat",
|
||||
"#recipe wizard_robe",
|
||||
"#recipe wizard_leggings",
|
||||
"#recipe wizard_boots",
|
||||
|
||||
"\u041c\u043e\u0436\u043d\u043e \u0437\u0430\u043a\u043e\u043b\u0434\u043e\u0432\u0430\u0442\u044c \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0443\u044e \u0431\u0440\u043e\u043d\u044e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043e\u0431\u044b\u0447\u043d\u044b\u0439 \u0441\u0442\u043e\u043b \u0437\u0430\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u0439, \u0438 \u0438\u0437-\u0437\u0430 \u043f\u0440\u0438\u0441\u0443\u0449\u0438\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u043e\u0433\u043e \u0448\u0435\u043b\u043a\u0430 \u043e\u043d\u0430, \u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0430 \u0434\u043b\u044f \u0443\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0447\u0430\u0440. \u041e\u0441\u043e\u0431\u0443\u044e \u043f\u043e\u043b\u044c\u0437\u0443 \u0434\u043b\u044f \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u043e\u0442 \u041c\u0430\u0433\u0438\u0438, \u041c\u043e\u0440\u043e\u0437\u0430, \u0438 \u0423\u0434\u0430\u0440\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c\u0438 \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u043e\u0442 \u0434\u0440\u0443\u0433\u0438\u0445 \u043e\u0431\u043b\u0430\u0434\u0430\u0442\u0435\u043b\u0435\u0439 \u043c\u0430\u0433\u0438\u0438.",
|
||||
|
||||
"\u0422\u0435 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u0432\u044f\u0449\u0430\u044e\u0442 \u0441\u0435\u0431\u044f \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430, \u0438\u043d\u043e\u0433\u0434\u0430 \u043d\u043e\u0441\u044f\u0442 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u043e\u0434\u0435\u0436\u0434\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0430\u044e\u0442 \u0431\u043e\u043d\u0443\u0441\u044b \u0437\u0430 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442. \u041f\u043e\u043b\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u044b \u0442\u0430\u043a\u043e\u0439 \u043e\u0434\u0435\u0436\u0434\u044b \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b \u0441\u0440\u0435\u0434\u0438 \u043c\u0430\u0441\u0442\u0435\u0440\u043e\u0432, \u0438 \u0438\u0445 \u043d\u0435 \u0442\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0430\u0439\u0442\u0438.",
|
||||
|
||||
"\u041b\u0435\u0433\u0435\u043d\u0434\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442 \u043e \u0442\u0430\u0439\u043d\u043e\u0439 \u043f\u0435\u0447\u0430\u0442\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0439 \u0441\u0430\u043c\u044b\u043c\u0438 \u043c\u043e\u0433\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430\u043c\u0438, \u0447\u0442\u043e\u0431\u044b \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c \u0438\u0445 \u0431\u0440\u043e\u043d\u044e."
|
||||
]
|
||||
},
|
||||
|
||||
"magical_world": {
|
||||
"title": "\u041c\u0430\u0433\u0438\u044f \u0432 \u043c\u0438\u0440\u0435",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "magical_world_subsections",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
},
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/on_subsection_unlock"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041d\u0438\u043a\u0442\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u0442\u0430\u0442\u044c \u0432\u0435\u043b\u0438\u043a\u0438\u043c \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u043e\u043c, \u043f\u0440\u043e\u0441\u0442\u043e \u043e\u0441\u0442\u0430\u0432\u0430\u044f\u0441\u044c \u0434\u043e\u043c\u0430 - \u0435\u0441\u0442\u044c \u043c\u0438\u0440, \u043f\u043e\u043b\u043d\u044b\u0439 \u043c\u0430\u0433\u0438\u0438, \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0439 \u0434\u043b\u044f \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f! \u0414\u0440\u0435\u0432\u043d\u0438\u0435 \u0440\u0443\u0438\u043d\u044b, \u0440\u0435\u043b\u0438\u043a\u0432\u0438\u0438 \u0438 \u0442\u0430\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0430, \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u0438 \u043f\u043b\u043e\u0445\u0438\u0435, \u0436\u0434\u0443\u0442 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f - \u0435\u0441\u043b\u0438 \u0432\u044b \u0437\u043d\u0430\u0435\u0442\u0435, \u0433\u0434\u0435 \u0438\u0441\u043a\u0430\u0442\u044c. \u0412\u0435\u043b\u0438\u0447\u0430\u0439\u0448\u0438\u0435 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0438 \u0442\u0430\u043a\u0436\u0435 \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u043b\u044e\u0431\u043e\u043f\u044b\u0442\u043d\u044b \u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u0431\u043e\u043b\u044c\u0448\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u0441\u0432\u043e\u0438\u0445 \u0437\u043d\u0430\u043d\u0438\u0439 \u0438 \u0441\u0438\u043b\u044b, \u0438\u0441\u0441\u043b\u0435\u0434\u0443\u044f \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0443\u044e \u0441\u0440\u0435\u0434\u0443 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u044f \u0441 \u0442\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043d\u0430\u0445\u043e\u0434\u044f\u0442.",
|
||||
|
||||
"\u0425\u043e\u0442\u044f \u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430 \u043d\u0435\u0438\u0437\u0431\u0435\u0436\u043d\u043e \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u0432 \u043e\u0434\u0438\u043d\u043e\u0447\u0435\u0441\u0442\u0432\u0435, \u043e\u0431\u043c\u0435\u043d \u0437\u043d\u0430\u043d\u0438\u044f\u043c\u0438 \u0442\u0430\u043a\u0436\u0435 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e \u0432\u0430\u0436\u0435\u043d \u0434\u043b\u044f \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f \u0442\u0430\u0439\u043d\u044b\u0445 \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432. \u0418\u0449\u0438\u0442\u0435 \u043a\u043e\u043b\u043b\u0435\u0433-\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u043e\u0432 \u043c\u0430\u0433\u0438\u0438 \u0438 \u0443\u0447\u0438\u0442\u0435\u0441\u044c \u0443 \u043d\u0438\u0445 \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u0435\u043c\u0443: \u0434\u0440\u0443\u0436\u0431\u0430, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0435\u043b\u0438\u0447\u0430\u0439\u0448\u0435\u0439 \u0441\u0438\u043b\u043e\u0439 \u0438\u0437 \u0432\u0441\u0435\u0445."
|
||||
],
|
||||
"sections": {
|
||||
"crystal_flowers": {
|
||||
"title": "\u041a\u0440\u0438\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0426\u0432\u0435\u0442\u044b",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/crystal_flowers"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0432\u0430\u0448\u0438\u0445 \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0439 \u0432\u044b, \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u0441\u0442\u043e\u043b\u043a\u043d\u0435\u0442\u0435\u0441\u044c \u0441 \u043b\u044e\u0431\u043e\u043f\u044b\u0442\u043d\u044b\u043c\u0438 \u0441\u0432\u0435\u0442\u044f\u0449\u0438\u043c\u0438\u0441\u044f \u0446\u0432\u0435\u0442\u0430\u043c\u0438, \u0440\u0430\u0441\u0442\u0443\u0449\u0438\u043c\u0438 \u0432 \u0434\u0438\u043a\u043e\u0439 \u043f\u0440\u0438\u0440\u043e\u0434\u0435 \u0432\u0440\u0435\u043c\u044f \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438. \u042d\u0442\u043e \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u044b, \u0438 \u043e\u043d\u0438 \u0441\u0442\u0440\u0430\u043d\u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b \u043f\u0440\u0438 \u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0430\u0446\u0438\u0438 @mana \u043c\u0430\u043d\u044b@ - \u0434\u043e \u0441\u0438\u0445 \u043f\u043e\u0440 \u043d\u0438\u043a\u0442\u043e \u0442\u043e\u0447\u043d\u043e \u043d\u0435 \u0437\u043d\u0430\u0435\u0442, \u043f\u043e\u0447\u0435\u043c\u0443. \u041e\u0434\u043d\u0430\u043a\u043e \u043c\u044b \u0437\u043d\u0430\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u044b \u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u044b \u0434\u043b\u044f \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u043c\u0430\u043d\u044b \u0432 \u0432\u0438\u0434\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u043e\u0432, \u0447\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442 \u0438\u0445 \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c \u043d\u0430\u0437\u0435\u043c\u043d\u044b\u043c \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c \u043c\u0430\u043d\u044b. \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0430\u043d\u044b, \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u043e\u0435 \u0442\u0430\u043a\u0438\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c, \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u043c \u0446\u0432\u0435\u0442\u043a\u043e\u0432 \u0438 \u0438\u0445 \u043c\u0430\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u044e.",
|
||||
|
||||
"#image crystal_flower",
|
||||
"#recipe crystal_flower_to_crystals"
|
||||
]
|
||||
},
|
||||
"wizard_towers": {
|
||||
"title": "\u0411\u0430\u0448\u043d\u0438 \u0412\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u043e\u0432",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:wizard_tower"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041d\u0435 \u0431\u043e\u0439\u0442\u0435\u0441\u044c - \u0432\u044b \u043d\u0435 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u044e\u0449\u0438\u0439 \u0432 \u044d\u0442\u043e\u043c \u043c\u0438\u0440\u0435. \u0412 \u0432\u0430\u0448\u0438\u0445 \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u044f\u0445 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0441\u0442\u0440\u0435\u0442\u0438\u0442\u044c \u0432\u044b\u0441\u043e\u043a\u0438\u0435 \u0431\u0430\u0448\u043d\u0438 \u0441 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u043d\u044b\u043c\u0438 \u043e\u0441\u0442\u0440\u043e\u043a\u043e\u043d\u0435\u0447\u043d\u044b\u043c\u0438 \u043a\u0440\u044b\u0448\u0430\u043c\u0438. \u042d\u0442\u043e \u0440\u0435\u0437\u0438\u0434\u0435\u043d\u0446\u0438\u0438 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u043e\u0432. \u0416\u0438\u0437\u043d\u044c \u043e\u0434\u0438\u043d\u043e\u0447\u0435\u0441\u0442\u0432\u0430 \u043c\u043e\u0436\u0435\u0442 \u0438\u043d\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u044c \u0432 \u0437\u0430\u043c\u0435\u0448\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u043c\u0430\u0433\u043e\u0432, \u043d\u043e \u043e\u043d\u0438, \u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u0434\u0440\u0443\u0436\u0435\u043b\u044e\u0431\u043d\u044b\u0435 \u043b\u044e\u0434\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0433\u043e\u0442\u043e\u0432\u044b \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0432\u0430\u043c\u0438 \u0441\u0432\u043e\u0438\u043c\u0438 \u0437\u043d\u0430\u043d\u0438\u044f\u043c\u0438, \u0445\u043e\u0442\u044f \u0438 \u0437\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u0443\u044e \u043f\u043b\u0430\u0442\u0443. \u041e\u0436\u0438\u0434\u0430\u0439\u0442\u0435 \u0437\u0430\u043f\u043b\u0430\u0442\u0438\u0442\u044c \u0434\u0440\u0430\u0433\u043e\u0446\u0435\u043d\u043d\u044b\u043c\u0438 \u043c\u0435\u0442\u0430\u043b\u043b\u0430\u043c\u0438 \u0438 \u0434\u0440\u0430\u0433\u043e\u0446\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u0430\u043c\u043d\u044f\u043c\u0438, \u0438 \u0432\u0437\u0430\u043c\u0435\u043d \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043c\u043d\u043e\u0433\u043e \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u0445 \u0447\u0430\u0440\u043e\u0434\u0435\u0439\u0441\u043a\u0438\u0445 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0441\u0442\u0435\u0439.",
|
||||
|
||||
"\u041e\u0434\u043d\u0430\u043a\u043e \u0435\u0441\u043b\u0438 \u0432\u044b \u0438\u0449\u0435\u0442\u0435 @tiers \u043c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u043e\u0435@ \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435, \u0442\u043e \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u0441\u043e \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u043e\u043c.",
|
||||
|
||||
"#image wizard_tower",
|
||||
|
||||
"\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0435\u0441\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0440\u0430\u0434\u044b \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u044f\u043c. \u042d\u0442\u0438 \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0438, \u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u041e\u0442\u0432\u0435\u0440\u0436\u0435\u043d\u043d\u044b\u0435 \u0438 \u0432\u0440\u0430\u0436\u0434\u0435\u0431\u043d\u043e \u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f \u043a\u043e \u0432\u0441\u0435\u043c, \u043a\u0442\u043e \u043f\u0435\u0440\u0435\u0441\u0435\u043a\u0430\u0435\u0442 \u0438\u0445 \u043f\u0443\u0442\u044c. \u041f\u043e\u0434\u0445\u043e\u0434\u0438\u0442\u0435 \u043a \u044d\u0442\u0438\u043c \u043b\u044e\u0434\u044f\u043c \u0441 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u0438 \u0431\u0443\u0434\u044c\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u043e\u0442 \u043c\u043e\u0433\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043c\u0430\u0433\u0438\u0438. \u041e\u0434\u043d\u0430\u043a\u043e \u0435\u0441\u043b\u0438 \u043f\u043e\u0431\u0435\u0434\u0438\u0442\u0435 \u0438\u0445, \u0442\u043e \u0438\u0445 \u0437\u043d\u0430\u043d\u0438\u044f \u0441\u0442\u0430\u043d\u0443\u0442 \u0432\u0430\u0448\u0438\u043c\u0438.",
|
||||
|
||||
"\u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u043d\u0438 \u043e\u0434\u0438\u043d \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0431\u043b\u0430\u0433\u043e\u0441\u043a\u043b\u043e\u043d\u043d\u043e \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u044c\u0441\u044f \u043a \u043d\u0430\u043f\u0430\u0434\u0435\u043d\u0438\u044e \u0438\u043b\u0438 \u043a\u0440\u0430\u0436\u0435 - \u0438 \u043e\u043d\u0438 \u0441 \u0433\u043e\u0442\u043e\u0432\u043d\u043e\u0441\u0442\u044c\u044e \u0432\u043e\u0437\u044c\u043c\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u043e\u043d\u043e\u0432 \u0432 \u0441\u0432\u043e\u0438 \u0440\u0443\u043a\u0438."
|
||||
]
|
||||
},
|
||||
"obelisks": {
|
||||
"title": "\u041e\u0431\u0435\u043b\u0438\u0441\u043a\u0438",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/obelisks"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041e\u0441\u0442\u0430\u0442\u043a\u0438 \u0434\u0440\u0435\u0432\u043d\u0435\u0439 \u043c\u0430\u0433\u0438\u0438 \u0440\u0430\u0437\u0431\u0440\u043e\u0441\u0430\u043d\u044b \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443, \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0437\u0430\u043c\u0435\u0442\u043d\u044b\u043c\u0438 \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0440\u0435\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u043a\u0430\u043c\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u044f, \u0441 \u043d\u0430\u043d\u0435\u0441\u0435\u043d\u043d\u044b\u043c\u0438 \u043d\u0430 \u043d\u0438\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c\u0438 \u0438 \u0440\u0443\u043d\u0430\u043c\u0438. \u042d\u0442\u0438 \u0440\u0443\u0438\u043d\u044b - \u0432\u0441\u0435, \u0447\u0442\u043e \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u043e\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e, \u043f\u043e-\u0432\u0438\u0434\u0438\u043c\u043e\u043c\u0443, \u0431\u044b\u043b\u043e \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0434\u0440\u0435\u0432\u043d\u0435\u0439 \u0446\u0438\u0432\u0438\u043b\u0438\u0437\u0430\u0446\u0438\u0435\u0439. \u041a\u0442\u043e \u0431\u044b \u0438\u043b\u0438 \u0447\u0442\u043e \u0431\u044b \u043d\u0438 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u043b\u043e \u0438\u0445, \u043e\u043d\u0438 \u044f\u0432\u043d\u043e \u043e\u0431\u043b\u0430\u0434\u0430\u043b\u0438 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0437\u043d\u0430\u043d\u0438\u0435\u043c \u043c\u0430\u0433\u0438\u0438 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u0435\u0433\u043e \u0434\u043b\u044f \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u0437\u0430\u0449\u0438\u0442\u043d\u044b\u0445 \u0447\u0430\u0440 \u043d\u0430\u0434 \u0442\u0430\u043a\u0438\u043c\u0438 \u043c\u0435\u0441\u0442\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442\u0441\u044f \u0438 \u043f\u043e \u0441\u0435\u0439 \u0434\u0435\u043d\u044c.",
|
||||
|
||||
"\u042d\u0442\u0438 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u043d\u0430 \u0434\u0432\u0430 \u0442\u0438\u043f\u0430. \u041f\u0435\u0440\u0432\u044b\u0439 \u0438 \u0431\u043e\u043b\u0435\u0435 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0439 \u0438\u0437 \u043d\u0438\u0445 - \u043e\u0431\u0435\u043b\u0438\u0441\u043a\u0438: \u0432\u044b\u0441\u043e\u043a\u0438\u0435 \u0448\u0438\u043f\u044b \u0438\u0437 \u0440\u0435\u0437\u043d\u043e\u0433\u043e \u043a\u0430\u043c\u043d\u044f, \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u043a\u0430\u043a \u0440\u0443\u043d\u043d\u044b\u0439 \u043a\u0430\u043c\u0435\u043d\u044c, \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0439\u043a\u043e\u0439 \u0432\u043d\u0438\u0437\u0443, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0435\u0439 \u043d\u0435\u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0442\u0430\u0439\u043d\u044b\u0435 \u0440\u0435\u043b\u0438\u043a\u0432\u0438\u0438 \u0438\u0437 \u0437\u0430\u0431\u044b\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e.",
|
||||
|
||||
"#image obelisk",
|
||||
|
||||
"\u042d\u0442\u0438 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u043e\u0431\u044b\u0447\u043d\u043e \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u0432\u0440\u0430\u0436\u0434\u0435\u0431\u043d\u044b\u0445 @creatures \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432@ \u0435\u0441\u043b\u0438 \u043a\u0442\u043e-\u043b\u0438\u0431\u043e \u043f\u043e\u0434\u043e\u0439\u0434\u0435\u0442 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043b\u0438\u0437\u043a\u043e. \u041e\u0442\u0431\u0438\u0432\u0430\u0439\u0441\u044f \u043e\u0442 \u044d\u0442\u0438\u0445 \u0442\u0432\u0430\u0440\u0435\u0439 \u0438 \u0443\u043d\u0438\u0447\u0442\u043e\u0436\u044c \u0438\u0445 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a, \u0438 \u0440\u0435\u043b\u0438\u043a\u0432\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0442\u0432\u043e\u0438\u043c\u0438."
|
||||
]
|
||||
},
|
||||
"shrines": {
|
||||
"title": "\u0421\u0432\u044f\u0442\u0438\u043b\u0438\u0449\u0430",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:visit_shrine"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0412\u0442\u043e\u0440\u043e\u0439, \u0431\u043e\u043b\u0435\u0435 \u0440\u0435\u0434\u043a\u0438\u0439 \u0432\u0438\u0434 \u0441\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u044f - \u0421\u0432\u044f\u0442\u0438\u043b\u0438\u0449\u0435. \u042d\u0442\u0438 \u0441\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u043e\u044f\u0442 \u0438\u0437 \u043a\u0440\u0443\u0433\u0430 \u0440\u0443\u043d\u043d\u044b\u0445 \u043a\u043e\u043b\u043e\u043d\u043d, \u043e\u043a\u0440\u0443\u0436\u0430\u044e\u0449\u0438\u0445 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0441\u0442\u0430\u043c\u0435\u043d\u0442, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0441\u0442\u043e\u0438\u0442 \u0441\u0443\u043d\u0434\u0443\u043a, \u043d\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u0439 \u0434\u0440\u0435\u0432\u043d\u0438\u043c\u0438 @artefacts \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u0430\u043c\u0438@. \u042d\u0442\u043e\u0442 \u0441\u0443\u043d\u0434\u0443\u043a \u043e\u0431\u044b\u0447\u043d\u043e \u0437\u0430\u0449\u0438\u0449\u0435\u043d \u0442\u0430\u0439\u043d\u044b\u043c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0435\u043c \u0437\u0430\u043c\u043a\u0430, \u043d\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0438\u043c \u043d\u0438\u043a\u043e\u043c\u0443, \u043a\u0440\u043e\u043c\u0435 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0430, \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0435\u0433\u043e. \u0412\u0441\u044f \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0442\u0430\u043a\u0436\u0435 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u0441\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0438\u043c \u043f\u043e\u043b\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043d\u0435 \u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0432\u0441\u0451, \u0447\u0442\u043e \u0431\u043b\u0443\u0436\u0434\u0430\u0435\u0442 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043b\u0438\u0437\u043a\u043e.\n",
|
||||
|
||||
"#image shrine",
|
||||
|
||||
"\u0418\u0437-\u0437\u0430 \u0438\u0445 \u0432\u0435\u043b\u0438\u043a\u043e\u0439 \u0442\u0430\u0439\u043d\u043e\u0439 \u0441\u0438\u043b\u044b \u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f, \u043d\u0435 \u0433\u043e\u0432\u043e\u0440\u044f \u0443\u0436\u0435 \u043e \u0431\u043e\u0433\u0430\u0442\u0441\u0442\u0432\u0435 \u0432\u043d\u0443\u0442\u0440\u0438, \u044d\u0442\u0438 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u044b \u0434\u043b\u044f \u043b\u044e\u0431\u043e\u0433\u043e \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0435\u0433\u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0430 - \u043d\u043e \u0431\u0443\u0434\u044c\u0442\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b. \u0415\u0441\u0442\u044c \u043c\u043d\u043e\u0433\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0438 \u043f\u043e\u043f\u0430\u0434\u0430\u044e\u0442 \u0432 \u043b\u043e\u0432\u0443\u0448\u043a\u0443 \u0441\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0438\u0445 \u043f\u043e\u043b\u0435\u0439 \u0438 \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e \u0441\u0445\u043e\u0434\u044f\u0442 \u0441 \u0443\u043c\u0430, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0438\u0437-\u0437\u0430 \u043a\u043b\u0430\u0443\u0441\u0442\u0440\u043e\u0444\u043e\u0431\u0438\u0438. \u041e\u0434\u043d\u0430\u043a\u043e \u0432\u0441\u0435 \u0431\u043e\u043b\u044c\u0448\u0435\u0435 \u0447\u0438\u0441\u043b\u043e \u043b\u044e\u0434\u0435\u0439 \u0441\u0447\u0438\u0442\u0430\u044e\u0442, \u0447\u0442\u043e \u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0435 \u0441\u043b\u0443\u0447\u0430\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u0440\u0435\u0434\u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u044c\u044e \u0437\u0430\u0449\u0438\u0442\u043d\u043e\u0439 \u043c\u0430\u0433\u0438\u0438 \u0441\u0432\u044f\u0442\u0438\u043b\u0438\u0449, \u0438 \u0447\u0442\u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u0438, \u0437\u0430\u043f\u0435\u0440\u0442\u044b\u0435 \u0432\u043d\u0443\u0442\u0440\u0438, \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u044e\u0442\u0441\u044f, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443. \u041f\u0443\u0433\u0430\u044e\u0449\u0430\u044f \u043f\u0435\u0440\u0441\u043f\u0435\u043a\u0442\u0438\u0432\u0430, \u043a\u043e\u043d\u0435\u0447\u043d\u043e, \u0434\u043b\u044f \u043b\u044e\u0431\u043e\u0433\u043e, \u043a\u0442\u043e \u043e\u0441\u043c\u0435\u043b\u0438\u0442\u0441\u044f \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c\u0441\u044f...\n"
|
||||
]
|
||||
},
|
||||
"creatures": {
|
||||
"title": "\u041c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/magical_creatures"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041f\u043e\u043c\u0438\u043c\u043e \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u0438\u043a\u043e\u0432, \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432 \u0442\u0430\u043a\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u043c\u0430\u0433\u0438\u044e. \u041c\u043d\u043e\u0433\u0438\u0435 \u0438\u0437 \u044d\u0442\u0438\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432 \u0438\u043c\u0435\u044e\u0442 \u0422\u0430\u0439\u043d\u043e\u0435 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435, \u0438 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0438\u0437 \u043d\u0438\u0445 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u0437\u0432\u0430\u043d\u044b \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439@. \u041c\u043e\u0436\u043d\u043e \u0432\u0441\u0442\u0440\u0435\u0442\u0438\u0442\u044c \u044d\u0442\u0438\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432, \u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0449\u0438\u0445 @obelisks \u043e\u0431\u0435\u043b\u0438\u0441\u043a\u0438@, \u0438\u043b\u0438, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043c\u043e\u0433\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u0437\u044b\u0432\u0430\u0442\u0435\u043b\u044f. \u041c\u0435\u043d\u044c\u0448\u0438\u0435 \u0442\u0430\u0439\u043d\u044b\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u0434\u0430\u0436\u0435 \u0438\u043d\u043e\u0433\u0434\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u0432 \u043f\u0443\u0441\u0442\u044b\u043d\u0435."
|
||||
]
|
||||
},
|
||||
"artefacts": {
|
||||
"title": "\u0410\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u044b",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:artefact"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0418\u0441\u0441\u043b\u0435\u0434\u0443\u044f @shrines \u0441\u0432\u044f\u0442\u0438\u043b\u0438\u0449\u0430@, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0431\u044b\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0443\u0434\u0430\u0447\u043b\u0438\u0432\u044b, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u0434\u0440\u0435\u0432\u043d\u0438\u0439 \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442-\u043e\u0431\u044a\u0435\u043a\u0442, \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b\u0439 \u043d\u0430\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u0432\u043e\u0435\u0433\u043e \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0438 \u043c\u043e\u0449\u043d\u044b\u043c\u0438 \u0443\u0441\u0438\u043b\u0435\u043d\u0438\u044f\u043c\u0438 \u0438 \u043e\u0441\u043e\u0431\u044b\u043c\u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438. \u0418\u0437\u0432\u0435\u0441\u0442\u043d\u043e, \u0447\u0442\u043e \u0431\u044b\u043b\u0438 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u0440\u0438 \u0442\u0438\u043f\u0430: \u043a\u043e\u043b\u044c\u0446\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0430\u044e\u0442 \u0431\u043e\u043d\u0443\u0441\u044b \u0438 \u044d\u0444\u0444\u0435\u043a\u0442\u044b \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f\u043c, \u0430\u043c\u0443\u043b\u0435\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0443\u043b\u0443\u0447\u0448\u0430\u044e\u0442 \u0437\u0430\u0449\u0438\u0442\u043d\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438, \u0438 \u0430\u043c\u0443\u043b\u0435\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0430\u044e\u0442 \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b. \u042d\u0442\u0438 \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u044b, \u043f\u043e-\u0432\u0438\u0434\u0438\u043c\u043e\u043c\u0443, \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u044e\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0438 \u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0435\u043c \u043d\u043e\u0448\u0435\u043d\u0438\u0438; \u043f\u0440\u043e\u0441\u0442\u043e \u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0445 \u043f\u0440\u0438 \u0441\u0435\u0431\u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"tiers": {
|
||||
"title": "\u0423\u0440\u043e\u0432\u043d\u0438",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/tome_of_arcana"
|
||||
],
|
||||
"text":[
|
||||
|
||||
"@wands \u0416\u0435\u0437\u043b\u044b@ and @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u0431\u044b\u0432\u0430\u044e\u0442 \u0447\u0435\u0442\u044b\u0440\u0435\u0445 \u0443\u0440\u043e\u0432\u043d\u0435\u0439: #colour_novice\u043d\u043e\u0432\u0438\u0447\u043e\u043a#colour_reset, #colour_apprentice\u0443\u0447\u0435\u043d\u0438\u043a#colour_reset, #colour_advanced\u043f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0439 #colour_resetand #colour_master\u043c\u0430\u0441\u0442\u0435\u0440#colour_reset. \u041a\u0430\u0436\u0434\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043c\u043e\u0449\u043d\u0435\u0435 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0433\u043e.",
|
||||
|
||||
"#image tiers",
|
||||
|
||||
"\u0416\u0435\u0437\u043b\u044b #colour_novice\u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445 #colour_reset\u044d\u0442\u043e \u0442\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c. \u041e\u043d\u0438 \u0432\u044b\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u0434\u043e #novice_max_charge \u043c\u0430\u043d\u044b, \u0438 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f. \u041d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u044b, \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043a\u0435\u043c \u0443\u0433\u043e\u0434\u043d\u043e, \u0438 \u043e\u043d\u0438 \u043e\u0431\u044b\u0447\u043d\u043e \u043d\u0435 \u0442\u0440\u0430\u0442\u044f\u0442 \u043c\u043d\u043e\u0433\u043e \u043c\u0430\u043d\u044b. \u041e\u0434\u043d\u0430\u043a\u043e \u044d\u0442\u043e \u043d\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u043e\u043d\u0438 \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u043d\u044b \u043d\u0430 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u0438\u0445 \u0443\u0440\u043e\u0432\u043d\u044f\u0445; \u0438\u0445 \u043d\u0438\u0437\u043a\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u0435\u043b\u0430\u0435\u0442 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c\u0438 \u0434\u0430\u0436\u0435 \u0442\u043e\u0433\u0434\u0430, \u043a\u043e\u0433\u0434\u0430 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u043c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f\u043c.",
|
||||
|
||||
"#colour_apprentice\u0423\u0447\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 #colour_reset\u0436\u0435\u0437\u043b\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445. \u041e\u043d\u0438 \u0432\u044b\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 #apprentice_max_charge \u043c\u0430\u043d\u044b \u0438 \u043c\u043e\u0433\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445 \u0438 \u0443\u0447\u0435\u043d\u0438\u043a\u043e\u0432. \u0423\u0447\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0431\u043e\u043b\u0435\u0435 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u044f\u044e\u0449\u0438\u0435, \u0447\u0435\u043c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0445, \u043d\u043e \u043e\u0431\u044b\u0447\u043d\u043e \u0441\u0442\u043e\u044f\u0442 \u0434\u043e\u0440\u043e\u0436\u0435.",
|
||||
|
||||
"#colour_advanced\u041f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0435 #colour_reset\u0436\u0435\u0437\u043b\u044b \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0440\u0435\u0434\u043a\u0438 \u0438 \u0433\u043e\u0440\u0430\u0437\u0434\u043e \u043c\u043e\u0449\u043d\u0435\u0435. \u041e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f, \u043a\u0440\u043e\u043c\u0435 \u043c\u0430\u0441\u0442\u0435\u0440-\u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0438 \u0443\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c #advanced_max_charge \u043c\u0430\u043d\u044b. \u041f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u0434\u0435\u043b\u044f\u0442\u044c \u0441\u0432\u0435\u0440\u0445\u0447\u0435\u043b\u043e\u0432\u0435\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438, \u0442\u0430\u043a\u0438\u043c\u0438 \u043a\u0430\u043a \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c, \u0438 \u0441\u0435\u044f\u0442\u044c \u0445\u0430\u043e\u0441 \u043d\u0430 \u0432\u0440\u0430\u0433\u043e\u0432.",
|
||||
|
||||
"#colour_master\u041c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0435 #colour_reset\u0436\u0435\u0437\u043b\u044b \u0441\u0430\u043c\u044b\u0435 \u043c\u043e\u0433\u0443\u0447\u0438\u0435 \u0432 \u043c\u0438\u0440\u0435. \u041e\u043d\u0438 \u0432\u044b\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u0434\u043e #master_max_charge \u043c\u0430\u043d\u044b, \u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u044b\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f. \u041c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043d\u0438\u0433\u0438 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043e\u0447\u0435\u043d\u044c \u0440\u0435\u0434\u043a\u0438, \u0438 \u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u043d\u0435\u0441\u0442\u0438 \u0432\u0440\u0435\u0434 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u0440\u0430\u0433\u0430\u043c, \u043d\u043e \u0434\u0430\u0436\u0435 \u0441\u0430\u043c\u043e\u043c\u0443 \u043c\u0438\u0440\u0443. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e.",
|
||||
|
||||
"\u0427\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c, \u0436\u0435\u0437\u043b \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0442\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043c\u043e\u0449\u043d\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f. \u041f\u0430\u043b\u043e\u0447\u043a\u0438 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0430\u044e\u0442 \u0441\u0438\u043b\u0443, \u043a\u043e\u0433\u0434\u0430 \u0438\u043c\u0438 \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f. \u0420\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0441\u0438\u043b\u0430 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439, \u0441\u0442\u0438\u0445\u0438\u0439\u043d\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b \u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0432\u043d\u0435\u0448\u043d\u0438\u0435 \u0444\u0430\u043a\u0442\u043e\u0440\u044b \u043c\u043e\u0433\u0443\u0442 \u0432\u043b\u0438\u044f\u0442\u044c \u043d\u0430 \u0442\u043e, \u043a\u0430\u043a \u0431\u044b\u0441\u0442\u0440\u043e \u0441\u043e\u0437\u0440\u0435\u0432\u0430\u0435\u0442 \u043f\u0430\u043b\u043e\u0447\u043a\u0430.",
|
||||
|
||||
"\u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0436\u0435\u0437\u043b \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043c\u043e\u0449\u043d\u044b\u043c, \u0442\u043e\u043c \u0410\u0440\u043a\u0430\u043d\u043e\u0432 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043e\u043a\u043e\u043d\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u0436\u0435\u0437\u043b\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c (\u0441\u043c. @upgrading_wands \u0423\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0435 \u0416\u0435\u0437\u043b\u043e\u0432@), \u0438 \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0435\u0442, \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0441\u043e\u0437\u0440\u0435\u0432\u0430\u043d\u0438\u044f \u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u044f \u0441\u043d\u043e\u0432\u0430 \u0443\u0436\u0435 \u0434\u043b\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f."
|
||||
]
|
||||
},
|
||||
|
||||
"elements": {
|
||||
"title": "\u0421\u0442\u0438\u0445\u0438\u0438",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/elements"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"@spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0442 \u043a \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u0440\u0438\u0440\u043e\u0434\u0443 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u043f\u0435\u0440\u043a\u0438 \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c\u0438 @wands \u0436\u0435\u0437\u043b\u043e\u043c@.",
|
||||
|
||||
"#image elements",
|
||||
|
||||
"#colour_fire\u041e\u0433\u043e\u043d\u044c#colour_reset \\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439, \u0441\u0430\u043c\u044b\u0439 \u0440\u0430\u0437\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442, \u043e\u0433\u043e\u043d\u044c \u043a\u0430\u0441\u0430\u0435\u0442\u0441\u044f \u0433\u043e\u0440\u0435\u043d\u0438\u044f, \u043b\u0430\u0432\u044b \u0438 \u0432\u0437\u0440\u044b\u0432\u043e\u0432. \u041c\u043e\u0449\u043d\u044b\u0439 \u043f\u0438\u0440\u043e\u043c\u0430\u043d\u0442 \u0443\u0441\u0442\u0440\u043e\u0438\u0442 \u0430\u0434 \u0441\u0432\u043e\u0438\u043c \u0432\u0440\u0430\u0433\u0430\u043c \u0438, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0438 \u043c\u0438\u0440. \u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u0441 \u043e\u0433\u043d\u0435\u043d\u043d\u043e\u0439 \u0430\u0442\u0430\u043a\u043e\u0439 \u043f\u043e\u0434\u0436\u0438\u0433\u0430\u0435\u0442 \u0446\u0435\u043b\u044c, \u043d\u0430\u043d\u043e\u0441\u044f \u0435\u0439 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u044b\u0439 \u0443\u0440\u043e\u043d \u0441 \u0442\u0435\u0447\u0435\u043d\u0438\u0435\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438. \u041e\u0434\u043d\u0430\u043a\u043e \u0431\u0443\u0434\u044c\u0442\u0435 \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043e\u0433\u043d\u044f \u043c\u043e\u0433\u0443\u0442 \u043d\u0435 \u0432\u043b\u0438\u044f\u0442\u044c \u043d\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432 \u041d\u0438\u0436\u043d\u0435\u0433\u043e \u041c\u0438\u0440\u0430.",
|
||||
|
||||
"#colour_ice\u041b\u0435\u0434#colour_reset \\n\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u043b\u044c\u0434\u0430 \u0441\u0434\u0435\u043b\u0430\u043d \u0438\u0437 \u0432\u0441\u0435\u0433\u043e, \u0447\u0442\u043e \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u0435. \u041c\u043e\u0440\u043e\u0437\u043d\u044b\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u0447\u0430\u0441\u0442\u043e \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u044e\u0442 \u0432\u0440\u0430\u0433\u043e\u0432 \u0438\u043b\u0438 \u0437\u0430\u043c\u043e\u0440\u0430\u0436\u0438\u0432\u0430\u044e\u0442 \u0438\u0445 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e, \u0438 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b \u043f\u0440\u043e\u0442\u0438\u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432 \u043e\u0433\u043d\u044f. \u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u043c\u0430\u0433\u0438\u0438 \u043b\u044c\u0434\u0430 \u043c\u043e\u0436\u0435\u0442 \u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f \u0441\u0442\u043e\u043b\u044c \u0436\u0435 \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c \u0438 \u0432\u043d\u0435 \u0431\u043e\u044f, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0434\u043b\u044f \u0437\u0430\u043c\u043e\u0440\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0432\u043e\u0434\u044b \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044f \u0440\u0435\u043a\u0438.",
|
||||
|
||||
"#colour_lightning\u041c\u043e\u043b\u043d\u0438\u044f#colour_reset \\n\u042d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043a\u0430\u0441\u0430\u0435\u0442\u0441\u044f \u043c\u043e\u043b\u043d\u0438\u0439, \u0448\u0442\u043e\u0440\u043c\u043e\u0432 \u0438 \u043f\u043e\u0433\u043e\u0434\u044b. \u0421\u0438\u043b\u044c\u043d\u044b\u0439 \u0448\u0442\u043e\u0440\u043c\u043e\u0432\u0440\u0439 \u043c\u0430\u0433 - \u044d\u0442\u043e \u043c\u043e\u0449\u044c, \u0441 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0443\u0436\u043d\u043e \u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0441\u044f, \u0430 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u0440\u0438\u0437\u044b\u0432\u0430\u0442\u044c \u043c\u043e\u043b\u043d\u0438\u044e \u043f\u043e \u0436\u0435\u043b\u0430\u043d\u0438\u044e. \u0417\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043c\u043e\u043b\u043d\u0438\u0439 \u0447\u0430\u0441\u0442\u043e \u043d\u0430\u043d\u043e\u0441\u044f\u0442 \u0443\u0440\u043e\u043d \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0443 \u0432\u0440\u0430\u0433\u043e\u0432 \u0441\u0440\u0430\u0437\u0443 \u0438 \u043e\u0431\u044b\u0447\u043d\u043e \u0438\u0449\u0443\u0442 \u0441\u0432\u043e\u044e \u0446\u0435\u043b\u044c, \u0434\u0435\u043b\u0430\u044f \u0438\u0445 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0430\u0442\u0430\u043a\u043e\u0439 \u043f\u0440\u043e\u0442\u0438\u0432 \u043b\u044e\u0431\u044b\u0445 \u043c\u043e\u0431\u043e\u0432... \u043d\u043e \u043e\u0441\u0442\u0435\u0440\u0435\u0433\u0430\u0439\u0442\u0435\u0441\u044c \u043a\u0440\u0438\u043f\u0435\u0440\u043e\u0432.\n",
|
||||
|
||||
"#colour_necromancy\u041d\u0435\u043a\u0440\u043e\u043c\u0430\u043d\u0442\u0438\u044f#colour_reset \\n\u041d\u0435\u043a\u0440\u043e\u043c\u0430\u043d\u0442\u0438\u044f - \u044d\u0442\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0442\u044c\u043c\u044b, \u0445\u0430\u043e\u0441\u0430 \u0438 \u043d\u0435\u0436\u0438\u0442\u0438. \u041d\u0435\u043a\u0440\u043e\u043c\u0430\u043d\u0442\u044b \u0442\u0430\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b \u0438 \u0447\u0430\u0441\u0442\u043e \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0437\u043b\u044b\u0435, \u0445\u043e\u0442\u044f \u043e\u0431\u044b\u0447\u043d\u043e \u044d\u0442\u043e \u043d\u0435 \u0442\u0430\u043a. N\u0417\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043d\u0435\u043a\u0440\u043e\u043c\u0430\u043d\u0442\u0438\u0438 \u043e\u0431\u044b\u0447\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0437\u0432\u0430\u0442\u044c @creatures \u0441\u0443\u0449\u0435\u0441\u0442\u0432@ \u0447\u0442\u043e\u0431\u044b \u0441\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0437\u0430 \u0432\u0430\u0441 \u0438\u043b\u0438 \u0434\u0430\u0436\u0435 \u0441\u0433\u0438\u0431\u0430\u0442\u044c \u0432\u043e\u043b\u044e \u0432\u0430\u0448\u0438\u0445 \u0432\u0440\u0430\u0433\u043e\u0432.\n",
|
||||
|
||||
"#colour_earth\u0417\u0435\u043c\u043b\u044f#colour_reset \\n\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0437\u0435\u043c\u043b\u0438 \u0444\u043e\u043a\u0443\u0441\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u0438\u0440\u043e\u0434\u043d\u043e\u043c \u043c\u0438\u0440\u0435: \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445, \u0440\u0430\u0441\u0442\u0435\u043d\u0438\u044f\u0445, \u0432\u0435\u0442\u0440\u0435 \u0438 \u0442.\u0434. \u041c\u0430\u0433\u0438\u044f \u0417\u0435\u043c\u043b\u0438 \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u0430 \u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u0441\u0430\u043c\u044b\u0435 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u044b: \u043e\u0442 \u043e\u0442\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0440\u0430\u0433\u043e\u0432 \u0434\u043e \u0440\u0430\u0437\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u044f \u044f\u0440\u043e\u0441\u0442\u0438 \u043f\u043e\u0433\u043e\u0434\u044b. \u0417\u0435\u043c\u043d\u044b\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0441\u043e\u0431\u043e\u0439 \u0441\u043c\u0435\u0441\u044c \u0430\u0442\u0430\u043a\u0438, \u0437\u0430\u0449\u0438\u0442\u044b, \u0438 \u043f\u043e\u043b\u0435\u0437\u043d\u043e\u0441\u0442\u0438.\n",
|
||||
|
||||
"#colour_sorcery\u041a\u043e\u043b\u0434\u043e\u0432\u0441\u0442\u0432\u043e#colour_reset \\n\u041a\u043e\u043b\u0434\u043e\u0432\u0441\u0442\u0432\u043e - \u044d\u0442\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0441\u0438\u043b\u044b \u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u041a\u043e\u043b\u0434\u0443\u043d\u044b \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u0443\u044e\u0442 \u0441\u0432\u0435\u0442\u043e\u043c, \u0433\u0440\u0430\u0432\u0438\u0442\u0430\u0446\u0438\u0435\u0439 \u0438 \u0434\u0430\u0436\u0435 \u0441\u0430\u043c\u043e\u0439 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0438\u0445 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u044f\u043c. \u041a\u043e\u043b\u0434\u043e\u0432\u0441\u043a\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043c\u043e\u0433\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f, \u043f\u043e\u043c\u0438\u043c\u043e \u0432\u0441\u0435\u0433\u043e \u043f\u0440\u043e\u0447\u0435\u0433\u043e, \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0438\u043b \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u0442\u0435\u043b\u044e \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 \u043f\u043e \u0438\u0445 \u0436\u0435\u043b\u0430\u043d\u0438\u044e.\n",
|
||||
|
||||
"#colour_healing\u0418\u0441\u0446\u0435\u043b\u0435\u043d\u0438\u0435#colour_reset \\n\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0438\u0441\u0446\u0435\u043b\u0435\u043d\u0438\u044f \u0441\u0432\u044f\u0437\u0430\u043d \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u0438 \u0440\u0435\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0435\u0439. \u0426\u0435\u043b\u0438\u0442\u0435\u043b\u0438 \u0441\u0442\u0430\u0440\u0430\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u0435 \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0438 \u0441\u0432\u043e\u0438\u0445 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u043e\u0432 \u0438 \u043a\u0430\u043a \u0442\u0430\u043a\u043e\u0432\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u0447\u0435\u043d\u044c \u0442\u0440\u0443\u0434\u043d\u044b\u043c\u0438 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430\u043c\u0438. \u0425\u043e\u0442\u044f \u043e\u0431\u044b\u0447\u043d\u043e \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u0442\u0430\u043a\u0438, \u043e\u0447\u0438\u0449\u0430\u044e\u0449\u0438\u0439 \u0441\u0432\u0435\u0442 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0438\u0441\u0446\u0435\u043b\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439 \u043d\u0430\u043d\u0435\u0441\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0443\u0440\u043e\u043d \u043d\u0435\u0436\u0438\u0442\u0438. \u0418\u0441\u0446\u0435\u043b\u044f\u044e\u0449\u0438\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043d\u0435\u0437\u0430\u043c\u0435\u043d\u0438\u043c\u044b \u0432 \u0431\u043e\u044e.\n",
|
||||
|
||||
"\u0413\u0440\u0430\u043d\u0438\u0446\u044b \u043c\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043d\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b, \u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f \u043d\u0435\u0441\u0443\u0442 \u0432 \u0441\u0435\u0431\u0435 \u0447\u0435\u0440\u0442\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u0445 \u043e\u0442 \u0438\u0445 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445.\n",
|
||||
|
||||
"\u0415\u0441\u043b\u0438 \u0412\u0430\u043c \u043f\u043e\u0432\u0435\u0437\u0435\u0442, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e \u043d\u0430\u0442\u043a\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u041a\u0440\u0438\u0441\u0442\u0430\u043b\u043b. \u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u044b - \u044d\u0442\u043e \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0433\u043b\u043e\u0449\u0430\u044e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043f\u043e \u043c\u0435\u0440\u0435 \u0438\u0445 \u0440\u043e\u0441\u0442\u0430, \u0445\u043e\u0442\u044f \u0442\u043e\u0447\u043d\u044b\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u044d\u0442\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442, \u043e\u0441\u0442\u0430\u044e\u0442\u0441\u044f \u0437\u0430\u0433\u0430\u0434\u043a\u043e\u0439. \u041e\u0434\u043d\u0430\u043a\u043e \u043c\u044b \u0437\u043d\u0430\u0435\u043c, \u0447\u0442\u043e \u0442\u0430\u043a\u0438\u0435 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u044b \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u044b \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0436\u0435\u0437\u043b\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f\u043c \u043d\u0443\u0436\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0431\u044b\u0442\u044c \u0431\u0440\u043e\u0448\u0435\u043d\u043d\u044b\u043c\u0438 \u0441 \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0441\u0438\u043b\u043e\u0439, \u0447\u0435\u043c \u043e\u0431\u044b\u0447\u043d\u043e.\n"
|
||||
]
|
||||
},
|
||||
|
||||
"miscellaneous": {
|
||||
"title": "\u041f\u0440\u043e\u0447\u0435\u0435\n",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "miscellaneous_subsections",
|
||||
"hyperlinks": true,
|
||||
"page_numbers": true,
|
||||
"separator": "."
|
||||
},
|
||||
"triggers": [
|
||||
"ebwizardry:on_subsection_unlock"
|
||||
],
|
||||
"sections": {
|
||||
"mana_flasks": {
|
||||
"title": "\u041a\u043e\u043b\u0431\u044b \u041c\u0430\u043d\u044b\n",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/mana_flasks"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"Arkendur'S Arcane Supplies Co. - \u0432\u043e\u043b\u0448\u0435\u0431\u043d\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0434\u043b\u044f \u043b\u044e\u0431\u043e\u0439 \u0432\u0430\u0448\u0435\u0439 \u043d\u0430\u0434\u043e\u0431\u043d\u043e\u0441\u0442\u0438!\n",
|
||||
|
||||
"\u041d\u0443\u0436\u043d\u043e \u043f\u043e\u0434\u0437\u0430\u0440\u044f\u0434\u0438\u0442\u044c \u0441\u0432\u043e\u0439 @wands \u0436\u0435\u0437\u043b@ \u043d\u0430 \u0445\u043e\u0434\u0443? \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0440\u043e\u0431\u043b\u0435\u043c! @mana \u041c\u0430\u043d\u0443@ \u0442\u0435\u043f\u0435\u0440\u044c \u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043b\u0438\u0432\u0430\u0442\u044c \u043f\u043e \u0431\u0443\u0442\u044b\u043b\u043a\u0430\u043c. \u041f\u0440\u043e\u0441\u0442\u043e \u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043a\u043e\u043b\u0431\u0443 \u043c\u0430\u043d\u044b \u0441\u043e \u0441\u0442\u0435\u043a\u043b\u044f\u043d\u043d\u043e\u0439 \u0431\u0443\u0442\u044b\u043b\u043a\u043e\u0439 \u0438 \u0432\u043e\u0441\u0435\u043c\u044c\u044e \u043c\u0430\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u043a\u0440\u0438\u0441\u0442\u0430\u043b\u043b\u0430\u043c\u0438 \u0438 \u0432\u043e\u0437\u044c\u043c\u0438\u0442\u0435 \u0435\u0435 \u0441 \u0441\u043e\u0431\u043e\u0439. \u041a\u043e\u0433\u0434\u0430 \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0435\u0433\u043e, \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0435\u0451 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u0432\u043e\u0435\u0433\u043e \u0436\u0435\u0437\u043b\u0430, \u0438 \u043e\u043d \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u0447\u0430\u0441\u0442\u044c \u0437\u0430\u0440\u044f\u0434\u0430. *\n",
|
||||
|
||||
"#recipe medium_mana_flask",
|
||||
|
||||
"\u041d\u043e\u0432\u0438\u043d\u043a\u0430! \u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u043e\u0432\u044b\u0435 \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0435 \u0438 \u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u043a\u043e\u043b\u0431\u044b \u043c\u0430\u043d\u044b - \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0440 \u043a\u043e\u043b\u0431\u044b \u043c\u0430\u043d\u044b \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u0430\u0448\u0438\u043c\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438!\n",
|
||||
|
||||
"#recipe small_mana_flask",
|
||||
"#recipe large_mana_flask",
|
||||
|
||||
"* \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0440\u0430\u0437\u0440\u0443\u0448\u0438\u0442 \u0431\u0443\u0442\u044b\u043b\u0435\u043a. \u0427\u0430\u0441\u0442\u044c \u043c\u0430\u043d\u044b \u0442\u0435\u0440\u044f\u0435\u0442\u0441\u044f \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0440\u043e\u0437\u043b\u0438\u0432\u0430.\n"
|
||||
]
|
||||
},
|
||||
"throwable_items": {
|
||||
"title": "\u0411\u0440\u043e\u0441\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b\n",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/throwables"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u0420\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u044f@ \u0432\u044b\u0437\u044b\u0432\u0430\u044e\u0442 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b, \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u044b \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e. \u041e\u0433\u043d\u0435\u043d\u043d\u044b\u0435 \u0431\u043e\u043c\u0431\u044b, \u043e\u0442\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0435 \u0431\u043e\u043c\u0431\u044b, \u0438\u0441\u043a\u0440\u043e\u0432\u044b\u0435 \u0431\u043e\u043c\u0431\u044b \u0438 \u0434\u044b\u043c\u043e\u0432\u044b\u0435 \u0431\u043e\u043c\u0431\u044b - \u0432\u0441\u0435 \u044d\u0442\u043e \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u0438\u0442\u044c:\n",
|
||||
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
"#recipe smoke_bomb",
|
||||
"#recipe spark_bomb"
|
||||
]
|
||||
},
|
||||
"automated_casting": {
|
||||
"title": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u041a\u0430\u0441\u0442\u043e\u0432\u0430\u043d\u0438\u0435\n",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:enchant_scroll"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435 \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u043b\u0438, \u0447\u0442\u043e \u043c\u043e\u0436\u043d\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u0437\u044b\u0432 @spells \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439@, \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043d\u0435 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0434\u0438\u0441\u043f\u0435\u043d\u0441\u0435\u0440. \u041d\u0438\u043a\u0442\u043e \u0442\u043e\u0447\u043d\u043e \u043d\u0435 \u0437\u043d\u0430\u0435\u0442, \u043f\u043e\u0447\u0435\u043c\u0443, \u043d\u043e, \u043f\u043e\u0445\u043e\u0436\u0435, \u0441\u0442\u0440\u0430\u043d\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0440\u0435\u0434\u0441\u0442\u043e\u0443\u043d\u0430 \u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u044e\u0442\u0441\u044f \u0434\u0430\u0436\u0435 \u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044e \u0441\u0432\u0438\u0442\u043a\u043e\u0432 \u0437\u0430\u043a\u043b\u0438\u043d\u0430\u043d\u0438\u0439. \u041f\u043e\u043c\u0435\u0449\u0430\u044f \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0448\u0442\u0443\u043a \u0432 \u0434\u043e\u0437\u0430\u0442\u043e\u0440 \u0438 \u0437\u0430\u043f\u0438\u0442\u044b\u0432\u0430\u044f \u0435\u0433\u043e, \u0443 \u0432\u0430\u0441 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f \u0442\u0440\u044e\u043a...\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"crafting_recipes": {
|
||||
"title": "\u0420\u0435\u0446\u0435\u043f\u0442\u044b \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u044f\n",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
"#recipe novice_wands",
|
||||
"#recipe magic_missile_spell_book",
|
||||
"#recipe wizard_handbook",
|
||||
"#recipe crystal_flower_to_crystals",
|
||||
"#recipe crystal_blocks",
|
||||
"#recipe crystal_blocks_to_crystals",
|
||||
"#recipe crystal_shard",
|
||||
"#recipe small_mana_flask",
|
||||
"#recipe medium_mana_flask",
|
||||
"#recipe large_mana_flask",
|
||||
"#recipe runestone",
|
||||
"#recipe runestone_pedestal",
|
||||
"#recipe transportation_stone",
|
||||
"#recipe magic_silk",
|
||||
"#recipe wizard_hat",
|
||||
"#recipe wizard_robe",
|
||||
"#recipe wizard_leggings",
|
||||
"#recipe wizard_boots",
|
||||
"#recipe blank_scroll",
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
"#recipe smoke_bomb",
|
||||
"#recipe spark_bomb"
|
||||
]
|
||||
},
|
||||
|
||||
"credits": {
|
||||
"title": "\u0410\u0432\u0442\u043e\u0440\u044b\n",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"Electroblob's Wizardry \n\u0412\u0435\u0440\u0441\u0438\u044f\n #version \n\u0414\u043b\u044f Minecraft\n #mcversion",
|
||||
|
||||
"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u043e, \u0437\u0430\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e, \u0438 \u0437\u0430\u0442\u0435\u043a\u0441\u0442\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e Electroblob'\u043e\u043c\n",
|
||||
|
||||
"\u0421\u043f\u0430\u0441\u0438\u0431\u043e Minecraft Forge \u0438 MCP, \u0431\u0435\u0437 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u044d\u0442\u043e\u0442 \u043c\u043e\u0434 \u0431\u044b\u043b \u0431\u044b \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d.\n",
|
||||
|
||||
"\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0442\u0430\u043a\u0436\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0443 Minecraft modding, \u0443 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u0441\u0435\u0433\u0434\u0430 \u0435\u0441\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043c\u043e\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441 \u043c\u043e\u0434\u0434\u0438\u043d\u0433\u043e\u043c!\n",
|
||||
|
||||
"\u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u044f \u0445\u043e\u0442\u0435\u043b \u0431\u044b \u043f\u043e\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043b\u044e\u0434\u0435\u0439 \u0437\u0430 \u0438\u0445 \u0432\u043a\u043b\u0430\u0434 \u0432 \u043c\u043e\u0434:\n",
|
||||
|
||||
"\u041a\u043e\u0434:\n",
|
||||
|
||||
"- Corail31 \n- 12foo \n- Shadows-of-Fire \n- HellFirePvP \n- Tora-B \n- Avatair \n- Aeronica",
|
||||
|
||||
"\u041f\u0435\u0440\u0435\u0432\u043e\u0434:\n",
|
||||
|
||||
"- Spanish: MadWrist, Alsentar \n- Mexican Spanish: MadWrist \n- \u0420\u0443\u0441\u0441\u043a\u0438\u0439: MugGod\n \n- French: Hahdrim \n- Brazilian Portuguese: lorrampi \n- Chinese: ZHENGLOC, dragon-evol, Hokorizero, TUsama \n- Korean: shejery, rewi_wire \n- Polish: Trozuu \n-German: BirdyDragon",
|
||||
|
||||
"\u0417\u0432\u0443\u043a\u043e\u0432\u043e\u0439 \u044d\u0444\u0444\u0435\u043a\u0442 \u0421\u0432\u0435\u0442\u043e\u0432\u043e\u0433\u043e \u043b\u0443\u0447\u0430 \u043e\u0442 Ohh Wow Productions",
|
||||
|
||||
"\u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u044c\u0448\u0435\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\n @https://github.com/Electroblob77/Wizardry/wiki wiki@.",
|
||||
|
||||
"\u041d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u0432\u043e\u043b\u0448\u0435\u0431\u0441\u0442\u0432\u0430? \u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u0439\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u043c \u0432 @https://discord.gg/MTmMzMv \u0414\u0438\u0441\u043a\u043e\u0440\u0434 \u0441\u0435\u0440\u0432\u0435\u0440@ \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u043d\u043e\u0432\u043e\u0441\u0442\u0435\u0439, \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u0438 \u043f\u0440\u043e\u0447\u0435\u0433\u043e!\n"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -11,16 +11,16 @@
|
||||
|
||||
"images": {
|
||||
"workbench": {
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench_picture.png",
|
||||
"caption": "法術工作台",
|
||||
"location": "ebwizardry:textures/gui/arcane_workbench.png",
|
||||
"caption": "�k�N�u�@�x",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 110
|
||||
},
|
||||
"crystal_ore": {
|
||||
"location": "ebwizardry:textures/gui/ore_picture.png",
|
||||
"caption": "水晶礦",
|
||||
"location": "ebwizardry:textures/gui/crystal_ore.png",
|
||||
"caption": "�����q",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"magic_crystal": {
|
||||
"location": "ebwizardry:textures/items/crystal_magic.png",
|
||||
"caption": "魔法水晶",
|
||||
"caption": "�]�k����",
|
||||
"u": 6,
|
||||
"v": 6,
|
||||
"width": 36,
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"magic_wand": {
|
||||
"location": "ebwizardry:textures/items/wand_novice.png",
|
||||
"caption": "法杖",
|
||||
"caption": "�k��",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 64,
|
||||
@@ -47,48 +47,48 @@
|
||||
"border": false
|
||||
},
|
||||
"crystal_flower": {
|
||||
"location": "ebwizardry:textures/gui/flower_picture.png",
|
||||
"caption": "水晶花",
|
||||
"location": "ebwizardry:textures/gui/crystal_flower.png",
|
||||
"caption": "������",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 48,
|
||||
"height": 48
|
||||
},
|
||||
"wizard_tower": {
|
||||
"location": "ebwizardry:textures/gui/tower_picture.png",
|
||||
"caption": "法師塔",
|
||||
"location": "ebwizardry:textures/gui/wizard_tower.png",
|
||||
"caption": "�k�v��",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 110
|
||||
},
|
||||
"wizard_armour": {
|
||||
"location": "ebwizardry:textures/gui/armour_picture.png",
|
||||
"caption": "法師服",
|
||||
"location": "ebwizardry:textures/gui/wizard_armour.png",
|
||||
"caption": "�k�v�A",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 90,
|
||||
"height": 90
|
||||
},
|
||||
"obelisk": {
|
||||
"location": "ebwizardry:textures/gui/obelisk_picture.png",
|
||||
"caption": "方尖碑",
|
||||
"location": "ebwizardry:textures/gui/obelisk.png",
|
||||
"caption": "��y�O",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"shrine": {
|
||||
"location": "ebwizardry:textures/gui/shrine_picture.png",
|
||||
"caption": "神殿",
|
||||
"location": "ebwizardry:textures/gui/shrine.png",
|
||||
"caption": "����",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 110,
|
||||
"height": 67
|
||||
},
|
||||
"tiers": {
|
||||
"location": "ebwizardry:textures/gui/tiers_picture.png",
|
||||
"caption": "四種等級的法杖",
|
||||
"location": "ebwizardry:textures/gui/tiers.png",
|
||||
"caption": "�|�ص��Ū��k��",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 96,
|
||||
@@ -96,8 +96,8 @@
|
||||
"border": false
|
||||
},
|
||||
"elements": {
|
||||
"location": "ebwizardry:textures/gui/elements_picture.png",
|
||||
"caption": "七種法術元素",
|
||||
"location": "ebwizardry:textures/gui/elements.png",
|
||||
"caption": "�C�تk�N����",
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"width": 106,
|
||||
@@ -236,26 +236,26 @@
|
||||
},
|
||||
"text": [
|
||||
|
||||
"法師手冊",
|
||||
"�k�v��U",
|
||||
|
||||
"作者: Electroblob\n\n翻譯: Grant"
|
||||
"�@��: Electroblob"
|
||||
]
|
||||
},
|
||||
|
||||
"introduction": {
|
||||
"title": "前言",
|
||||
"title": "�e��",
|
||||
"text": [
|
||||
|
||||
"你好啊,法師!\n\n本書介紹許多法術相關事物及使用方式。 這不是一本普通的書,其內容會隨著你在魔法世界的探索而逐漸呈現。",
|
||||
"�A�n�ڡA�k�v�I\n\n���Ѥ��г\�h�k�N�����ƪ��ΨϥΤ覡�C �o���O�@�����q���ѡA�䤺�e�|�H�ۧA�b�]�k�@�ɪ������ӳv���e�{�C",
|
||||
|
||||
"使用箭頭按鈕來翻頁,按下雙箭頭按鈕則可快速的切換章節,而中間的選單按鈕則是翻回主目錄頁面。",
|
||||
"�ϥνb�Y���s��½���A���U���b�Y���s�h�i�ֳt���������`�A�Ӥ����������s�h�O½�^�D�ؿ������C",
|
||||
|
||||
"點擊任何紫色連結文字直接跳至相關頁面。對書籤點擊滑鼠右鍵可將書籤移到目前這頁,對書籤點擊滑鼠左鍵則可翻回書籤那頁。"
|
||||
"�I������s����r�������ܬ��������C������I���ƹ��k��i�N���Ҳ���ثe�o���A������I���ƹ�����h�i½�^���Ҩ����C"
|
||||
]
|
||||
},
|
||||
|
||||
"main_contents": {
|
||||
"title": "目錄",
|
||||
"title": "�ؿ�",
|
||||
"contents": {
|
||||
"id": "main_contents",
|
||||
"hyperlinks": true,
|
||||
@@ -265,90 +265,90 @@
|
||||
},
|
||||
|
||||
"setting_up": {
|
||||
"title": "準備",
|
||||
"title": "�dz�",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"要開始使用法術,你需要準備:",
|
||||
"�n�}�l�ϥΪk�N�A�A�ݭn�dz�:",
|
||||
|
||||
"》法杖, 請依圖示合成:",
|
||||
"�n�k���A �Ш̹ϥܦX��:",
|
||||
|
||||
"#recipe magic_wand",
|
||||
|
||||
"\n\n》@arcane_workbench 法術工作台@, 合成方式如圖:",
|
||||
"\n\n�n@arcane_workbench �k�N�u�@�x@�A �X���覡�p��:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"》@spells 法術書@\n這個可以在箱子裡找到,或從怪物身上掉落,或向法師購買。\n\n\n\n不然你也可以自己合成一個\n初學者法術【魔法彈】,\n如圖所示:",
|
||||
"�n@spells �k�N��@\n�o�ӥi�H�b�c�l�̧��A�αq�Ǫ����W�����A�ΦV�k�v�ʶR�C\n\n\n\n���M�A�]�i�H�ۤv�X���@��\n��Ǫ̪k�N�i�]�k�u�j�A\n�p�ϩҥ�:",
|
||||
|
||||
"#recipe magic_missile_spell_book",
|
||||
|
||||
"你還需要準備一大堆魔法水晶\n來為法杖供應@mana 法力@。"
|
||||
"�A�ٻݭn�dzƤ@�j���]�k����\n�Ӭ��k������@mana �k�O@�C"
|
||||
]
|
||||
},
|
||||
|
||||
"mana": {
|
||||
"title": "法力",
|
||||
"title": "�k�O",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:crystal"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"法力是賦予法師力量的魔法能量,其本身並非實體的物質,反而是可滲入於萬物之中的永恆能量。特別的是,法力蘊藏在於地下岩石中所找到的天然水晶內。\n@wands 法杖@可儲存法力,並在施法時\n將法力引導到@spells 法術@上。\n不同的法術會依其力量強度及持續時間消耗不同的法力值。",
|
||||
"�k�O�O�ᤩ�k�v�O�q���]�k��q�A�䥻���ëD���骺����A�ϦӬO�i���J��U���������ë��q�C�S�O���O�A�k�Oĭ�æb��a�U���ۤ��ҧ�쪺�ѵM�������C\n@wands �k��@�i�x�s�k�O�A�æb�I�k��\n�N�k�O�ɨ�@spells �k�N@�W�C\n���P���k�N�|�̨�O�q�j�פΫ���ɶ����Ӥ��P���k�O�ȡC",
|
||||
|
||||
"#image crystal_ore",
|
||||
|
||||
"#image magic_crystal",
|
||||
|
||||
"人們普遍認為法力無法被創造或消滅,每當施展法術時,其引導的法力就會散失到周圍環境中。事實上這就是大量的法力散布於世界各處的原因。總之無論要如何使用法力,必須從地底下的天然千年水晶中,或本書未涵蓋的高級人工方式將其收集。還有各種方法使法術更有效的使用法力,以及回收在施法過程中逸散的部分法力。"
|
||||
"�H�̴��M�{���k�O�L�k�Q�гy�ή����A�C��I�i�k�N�ɡA��ɪ��k�O�N�|������P�����Ҥ��C�ƹ�W�o�N�O�j�q���k�O������@�ɦU�B����]�C�`���L�n�p��ϥΪk�O�A�����q�a���U���ѵM�d�~�������A�Υ��ѥ��[�\�����ŤH�u�覡�N�䦬���C�٦��U�ؤ�k�Ϫk�N�Ī��ϥΪk�O�A�H�Φ^���b�I�k�L�{���h���������k�O�C"
|
||||
]
|
||||
},
|
||||
|
||||
"wands": {
|
||||
"title": "法杖",
|
||||
"title": "�k��",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:arcane_initiate"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"法杖是法師首選的器具。\n你能用它來施展任何法杖能力\n所及的@spells 法術@(請參閱@tiers 等級@章節)\n。\n法杖的種類很多,不過當然都得從基礎法杖開始。",
|
||||
"�k���O�k�v���諸����C\n�A��Υ��ӬI�i����k����O\n�ҤΪ�@spells �k�N@(�аѾ\@tiers ����@���`)\n�C\n�k���������ܦh�A���L��M���o�q��¦�k���}�l�C",
|
||||
|
||||
"#image magic_wand",
|
||||
|
||||
"大多數的法杖都誕生於一個簡單的製作方式。\n準備一顆某種類型的魔法水晶,\n將水晶裝在木棒的一端,\n再於另一端黏上一顆金粒。\n水晶自然是法杖力量的源頭,\n因為它提供了引導@spells 法術@所需的\n焦點。而其餘的部分也很重要,不只是因為提供了握住法杖的地方,更是指引@mana 法力@前進的路徑\n。",
|
||||
"�j�h�ƪ��k�����ϥͩ�@��²�檺�s�@�覡�C\n�dzƤ@���Y���������]�k�����A\n�N�����˦b��Ϊ��@�ݡA\n�A��t�@���H�W�@�����ɡC\n�����۵M�O�k���O�q�����Y�A\n�]�������ѤF��@spells �k�N@�һݪ�\n�J�I�C�Ө�l�������]�ܭ��n�A���u�O�]�����ѤF����k�����a��A��O����@mana �k�O@�e�i�����|\n�C",
|
||||
|
||||
"隨著法杖施展了愈多法術,\n其變得愈能駕馭@spells 法術@,\n因此也能施展更強大的法術。\n這樣的成長可以從法杖外觀上的細微變化中發現,隨著法杖愈來愈強,水晶會變得更加明亮,\n顏色也可能會根據其@elements 元素@而\n產生變化。過了一段時間之後,法杖本身的木材也會開始扭曲生長成各種複雜的形狀。",
|
||||
"�H�۪k���I�i�F�U�h�k�N�A\n���ܱo�U��r��@spells �k�N@�A\n�]���]��I�i��j�j���k�N�C\n�o�˪������i�H�q�k���~�[�W���ӷL�ܤƤ��o�{�A�H�۪k���U�ӷU�j�A�����|�ܱo��[���G�A\n�C��]�i��|�ھڨ�@elements ����@��\n�����ܤơC�L�F�@�q�ɶ�����A�k������������]�|�}�l�ᦱ�ͪ����U�ؽ������Ϊ��C",
|
||||
|
||||
"當你拿著法杖時,畫面的角落會顯示出目前法杖所選的法術及其圖示,而在施放法術之後,還會顯示冷卻條來表示直到下次施展所需等待的時間,它還會顯示法杖中的前一個和下一個法術名稱。按下《#next_spell_key 鍵》及《#previous_spell_key 鍵》可切換法術(這些都可在【選項】->【按鍵設定】中變更),你也可以在潛行時使用滑鼠滾輪來切換法術。",
|
||||
"��A���۪k���ɡA�e���������|��ܥX�ثe�k���ҿ諸�k�N�Ψ�ϥܡA�Ӧb�I��k�N����A�ٷ|��ܧN�o���Ӫ�ܪ���U���I�i�һݵ��ݪ��ɶ��A���ٷ|��ܪk�������e�@�өM�U�@�Ӫk�N�W�١C���U�m#next_spell_key ��n�Ρm#previous_spell_key ��n�i�����k�N(�o�dz��i�b�i�ﶵ�j->�i����]�w�j���ܧ�)�A�A�]�i�H�b���ɨϥηƹ��u���Ӥ����k�N�C",
|
||||
|
||||
"當你將游標停留在物品欄的法杖上時,會顯示法杖中儲存的\n@mana 法力@,伴隨目前所選的@spells 法術@及其\n特殊能力。\n將法杖放入@arcane_workbench 法術工作台@則可\n看見更詳細的資訊。"
|
||||
"��A�N��а��d�b���~�檺�k���W�ɡA�|��ܪk�����x�s��\n@mana �k�O@�A���H�ثe�ҿ諸@spells �k�N@�Ψ�\n�S���O�C\n�N�k����J@arcane_workbench �k�N�u�@�x@�h�i\n�ݨ���ԲӪ���T�C"
|
||||
]
|
||||
},
|
||||
|
||||
"spells": {
|
||||
"title": "法術",
|
||||
"title": "�k�N",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/spells"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"沒有法術的@wands 法杖@沒有作用。\n法術的記錄形式有兩種:\n一種是永久性的書本,\n一種是暫時性的卷軸。",
|
||||
"�S���k�N��@wands �k��@�S���@�ΡC\n�k�N���O���Φ������:\n�@�جO�ä[�ʪ��ѥ��A\n�@�جO�Ȯɩʪ����b�C",
|
||||
|
||||
"法術書本身無法使用,而是用於將書中記載的法術存入@wands 法杖@。\n在世界各地都能發現法術書,應該用不了多少時間你就能找到一本。當你找到後,可將游標停留在書上,看一下這本法術書的基本資訊,也可以拿著書點擊滑鼠右鍵以閱讀更詳細的資料。",
|
||||
"�k�N�ѥ����L�k�ϥΡA�ӬO�Ω�N�Ѥ��O�����k�N�s�J@wands �k��@�C\n�b�@�ɦU�a����o�{�k�N�ѡA���ӥΤ��F�h�֮ɶ��A�N����@���C��A����A�i�N��а��d�b�ѤW�A�ݤ@�U�o���k�N�Ѫ���T�A�]�i�H���ۮ��I���ƹ��k��H�\Ū��ԲӪ���ơC",
|
||||
|
||||
"相對而言卷軸則有不同的用途: 拿著卷軸點擊滑鼠右鍵便會施展上面的法術並用掉卷軸。跟法術書一樣,卷軸在世界各地都能找到,但你也可以自己@enchanting_scrolls 製作@。",
|
||||
"�۹�Ө����b�h�����P���γ~: ���ۨ��b�I���ƹ��k��K�|�I�i�W�����k�N�åα����b�C��k�N�Ѥ@�ˡA���b�b�@�ɦU�a������A���A�]�i�H�ۤv@enchanting_scrolls �s�@@�C",
|
||||
|
||||
"在你準備進行某個任務時,有些法術可能只會用到一兩次,\n所以你不想讓那些法術占用\n你的@wands 法杖@空間,此時卷軸就非常\n有用。不過得注意,比起法杖,卷軸還是效率較差的施法方式。",
|
||||
"�b�A�dzƶi��Y�ӥ��ȮɡA���Ǫk�N�i��u�|�Ψ�@�⦸�A\n�ҥH�A���Q�����Ǫk�N�e��\n�A��@wands �k��@�Ŷ��A���ɨ��b�N�D�`\n���ΡC���L�o�`�N�A��_�k���A���b�٬O�IJv���t���I�k�覡�C",
|
||||
|
||||
"未經訓練的眼睛無法閱讀法術中的魔法符文。然而若要鑑定一個法術,你當然可以冒著發生意外的風險來施展看看結果,但即便如此許多法術是要在特定的條件下才會發生作用。不過即便如此,還是有可能在施法時誤用了未鑑定的法術,其潛在的危險性取決於這個法術有多強大。因此更安全可靠的選擇是使用鑑定卷軸,可以在箱子裡找到或是向法師購買。拿著鑑定卷軸點擊滑鼠右鍵便會用掉卷軸並鑑定你快捷欄中第一個未知的法術書或卷軸。"
|
||||
"���g�V�m�������L�k�\Ū�k�N�����]�k�Ť�C�M�ӭY�nŲ�w�@�Ӫk�N�A�A��M�i�H�_�۵o�ͷN�~�����I�ӬI�i�ݬݵ��G�A���Y�K�p���\�h�k�N�O�n�b�S�w������U�~�|�o�ͧ@�ΡC���L�Y�K�p���A�٬O���i��b�I�k�ɻ~�ΤF��Ų�w���k�N�A���b���M�I�ʨ��M��o�Ӫk�N���h�j�j�C�]����w���i�a����ܬO�ϥ�Ų�w���b�A�i�H�b�c�l�̧��άO�V�k�v�ʶR�C����Ų�w���b�I���ƹ��k��K�|�α����b��Ų�w�A�ֱ��椤�Ĥ@�ӥ������k�N�ѩΨ��b�C"
|
||||
]
|
||||
},
|
||||
|
||||
"arcane_workbench": {
|
||||
"title": "法術工作台",
|
||||
"title": "�k�N�u�@�x",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "arcane_workbench_subsections",
|
||||
@@ -361,81 +361,81 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"法術工作台看起來有點像附魔台, 用來升級你的@wands 法杖@、\n為其補充法力和存入@spells 法術@。\n\n其合成方式如下:",
|
||||
"�k�N�u�@�x�ݰ_�Ӧ��I�����]�x�A �ΨӤɯŧA��@wands �k��@�B\n����ɥR�k�O�M�s�J@spells �k�N@�C\n\n��X���覡�p�U:",
|
||||
|
||||
"#recipe arcane_workbench",
|
||||
|
||||
"接下來的頁面將說明法術工作台的各種功用。",
|
||||
"���U�Ӫ������N�����k�N�u�@�x���U�إ\�ΡC",
|
||||
|
||||
"#image workbench"
|
||||
],
|
||||
"sections": {
|
||||
"binding_spells": {
|
||||
"title": "抄寫法術",
|
||||
"title": "�ۼg�k�N",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"要將@spells 法術@存入你的@wands 法杖@,只要將\n法杖放入工作台中央的槽中,然後將法術書放入周圍其中一個槽並按下按鈕。此時你會注意到,在這個過程中,法術書並沒有受到任何影響,這是因為存入法術的動作,並不是將法術從法術書中取走,只是將法術抄寫至法杖中而已。因此你可以重複這個動作,盡量將想要的法術存入你的法杖。你一次最多只能存入五種法術到法杖中,不過可用協調升級來增加法術存量。"
|
||||
"�n�N@spells �k�N@�s�J�A��@wands �k��@�A�u�n�N\n�k����J�u�@�x�������Ѥ��A�M��N�k�N�ѩ�J�P��䤤�@�ӼѨë��U���s�C���ɧA�|�`�N��A�b�o�ӹL�{���A�k�N�ѨèS���������v�T�A�o�O�]���s�J�k�N���ʧ@�A�ä��O�N�k�N�q�k�N�Ѥ������A�u�O�N�k�N�ۼg�ܪk�����Ӥw�C�]���A�i�H���Ƴo�Ӱʧ@�A�ɶq�N�Q�n���k�N�s�J�A���k���C�A�@���̦h�u��s�J���تk�N��k�����A���L�i�Ψ�դɯŨӼW�[�k�N�s�q�C"
|
||||
]
|
||||
},
|
||||
"charging_wands": {
|
||||
"title": "法杖補充法力",
|
||||
"title": "�k���ɥR�k�O",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/arcane_workbench"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"要幫@wands 法杖@補充法力,先將法杖\n放入法術工作台中央的槽,並在左下方那個槽放入魔法水晶,然後按下按鈕。\n每個水晶相當於#mana_per_crystal點的@mana 法力@,\n而法杖只會在需要時用掉水晶,因此你可以將水晶留在工作台內,以便需要時供應。但是請記得,法杖只能取用整數單位的水晶,舉例來說,如果法杖只需要30點法力,那補充法力時會有#example_charging_loss點法力浪費掉。"
|
||||
"�n��@wands �k��@�ɥR�k�O�A���N�k��\n��J�k�N�u�@�x�������ѡA�æb���U�診�Ӽѩ�J�]�k�����A�M����U���s�C\n�C�Ӥ����۷��#mana_per_crystal�I��@mana �k�O@�A\n�Ӫk���u�|�b�ݭn�ɥα������A�]���A�i�H�N�����d�b�u�@�x���A�H�K�ݭn�ɨ����C���O�аO�o�A�k���u����ξ�Ƴ�쪺�����A�|�Ҩӻ��A�p�G�k���u�ݭn30�I�k�O�A���ɥR�k�O�ɷ|��#example_charging_loss�I�k�O���O���C"
|
||||
]
|
||||
},
|
||||
"upgrading_wands": {
|
||||
"title": "升級法杖",
|
||||
"title": "�ɯŪk��",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/tome_of_arcana"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"你需要對應@tiers 等級@的法術寶典來\n升級你的@wands 法杖@或進行特殊的法\n杖升級。這兩種東西都可從怪物的掉落物或向法師購買獲得。要升級法杖,先將法杖放入法術工作台中央的槽,並在右上方的槽放入升級物後按下按鈕。",
|
||||
"�A�ݭn����@tiers ����@���k�N�_���\n�ɯŧA��@wands �k��@�ζi��S���k\n���ɯšC�o��تF�賣�i�q�Ǫ����������ΦV�k�v�ʶR��o�C�n�ɯŪk���A���N�k����J�k�N�u�@�x�������ѡA�æb�k�W�誺�ѩ�J�ɯŪ�����U���s�C",
|
||||
|
||||
"特殊的法杖升級可加強法杖某方面的能力,每種升級最高只能疊加三次,而法杖的總升級數取決於法杖的等級。升級後就無法移除。"
|
||||
"�S���k���ɯťi�[�j�k���Y�譱����O�A�C�ؤɯų̰��u���|�[�T���A�Ӫk�����`�ɯżƨ��M��k�������šC�ɯū�N�L�k�����C"
|
||||
]
|
||||
},
|
||||
"enchanting_scrolls": {
|
||||
"title": "製作卷軸",
|
||||
"title": "�s�@���b",
|
||||
"include_in_contents": "arcane_workbench_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/scrolls"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"法術工作台也能用來將@spells 法術@\n存入卷軸。要製作卷軸,你需要先用一張紙及一些線來合成空白卷軸,然後選一本想要作成卷軸的法術書,最後準備足夠的魔法水晶以提供施展這個法術的@mana 法力@。",
|
||||
"�k�N�u�@�x�]��ΨӱN@spells �k�N@\n�s�J���b�C�n�s�@���b�A�A�ݭn���Τ@�i�ȤΤ@�ǽu�ӦX���ťը��b�A�M���@���Q�n�@�����b���k�N�ѡA�̫�dzƨ������]�k�����H���ѬI�i�o�Ӫk�N��@mana �k�O@�C",
|
||||
|
||||
"#recipe blank_scroll",
|
||||
|
||||
"先將水晶放入左下方的槽,再將空白卷軸放入中央的槽,然後將法術書放入上方單獨的槽,最後按下按鈕以製成法術卷軸。"
|
||||
"���N������J���U�誺�ѡA�A�N�ťը��b��J�������ѡA�M��N�k�N�ѩ�J�W���W���ѡA�̫���U���s�H�s���k�N���b�C"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"wizard_armour": {
|
||||
"title": "法師服",
|
||||
"title": "�k�v�A",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:arcane_initiate"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"身為一位法師,在與生物搏鬥時需要一些東西來保護自己。雖然也能使用一般的護甲,但是為了充分發揮你的法術,你還是需要一套法師服,包括帽子、長袍、褲子和鞋子。\n與一般護甲不同的是,法師服不會破損,其使用魔法能量來保護穿著的人。因此跟法杖一樣,需要魔法水晶來補充能量。不過幸好這些服裝不會消耗太多\n@mana 法力@。\n法師服補充能量的方式也跟法杖一樣,可以用@arcane_workbench 法術工作台@或\n@mana_flasks 法力瓶@來補充,但是必須當心,\n如果法師服的法力耗盡了,你會發現自己毫無防禦力。",
|
||||
"�����@��k�v�A�b�P�ͪ��i���ɻݭn�@�ǪF��ӫO�@�ۤv�C���M�]��ϥΤ@�몺�@�ҡA���O���F�R���o���A���k�N�A�A�٬O�ݭn�@�M�k�v�A�A�]�A�U�l�B���T�B�Ǥl�M�c�l�C\n�P�@���@�Ҥ��P���O�A�k�v�A���|�}�l�A��ϥ��]�k��q�ӫO�@��۪��H�C�]����k���@�ˡA�ݭn�]�k�����ӸɥR��q�C���L���n�o�ǪA�ˤ��|���ӤӦh\n@mana �k�O@�C\n�k�v�A�ɥR��q���覡�]��k���@�ˡA�i�H��@arcane_workbench �k�N�u�@�x@��\n@mana_flasks �k�O�~@�ӸɥR�A���O������ߡA\n�p�G�k�v�A���k�O�ӺɤF�A�A�|�o�{�ۤv�@�L���m�O�C",
|
||||
|
||||
"#image wizard_armour",
|
||||
|
||||
"你可以用魔法絲綢來製成法師服:",
|
||||
"�A�i�H���]�k�����ӻs���k�v�A:",
|
||||
|
||||
"#recipe magic_silk",
|
||||
"#recipe wizard_hat",
|
||||
@@ -443,16 +443,16 @@
|
||||
"#recipe wizard_leggings",
|
||||
"#recipe wizard_boots",
|
||||
|
||||
"使用一般的附魔台就能為法師服附魔,而且由於魔法絲綢本身的特性,附魔後的效果特別好。對一個法師而言,最有用的是魔法、冰凍及衝擊三種防護附魔,有助於對抗敵人的魔法攻擊。",
|
||||
"�ϥΤ@�몺���]�x�N�ର�k�v�A���]�A�ӥB�ѩ��]�k�����������S�ʡA���]�᪺�ĪG�S�O�n�C��@�Ӫk�v�Ө��A�̦��Ϊ��O�]�k�B�B��ν����T�ب��@���]�A���U���ܼĤH���]�k�����C",
|
||||
|
||||
"有些專注於特定元素的法師會穿著能加強該元素力量的特殊服裝,這種整套的服裝法師們都相當喜歡,但也不容易找到。",
|
||||
"���DZM�`��S�w�������k�v�|��ۯ�[�j�Ӥ����O�q���S��A�ˡA�o�ؾ�M���A�˪k�v�̳��۷���w�A���]���e�����C",
|
||||
|
||||
"傳說中最強的法師曾經用一種法術印記來大大強化他們的服裝。"
|
||||
"�ǻ����̱j���k�v���g�Τ@�تk�N�L�O�Ӥj�j�j�ƥL�̪��A�ˡC"
|
||||
]
|
||||
},
|
||||
|
||||
"magical_world": {
|
||||
"title": "魔法世界",
|
||||
"title": "�]�k�@��",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "magical_world_subsections",
|
||||
@@ -465,161 +465,161 @@
|
||||
],
|
||||
"text": [
|
||||
|
||||
"只是待在家裡是無法成為法術大師的,到外頭探索充滿魔法的世界吧!\n若你勇於挑戰,古代遺址、遺物以及不管好的或壞的神秘生物,都等著你發現。\n最偉大的法師同時也最具好奇心,他們會不斷的探索周遭環境,並嘗試所發現的東西,來獲得豐富的知識及強大的力量。",
|
||||
"�u�O�ݦb�a�̬O�L�k�����k�N�j�v���A��~�Y�����R���]�k���@�ɧa�I\n�Y�A�i��D�ԡA�j�N��}�B�H�Τ��ަn�����a�������ͪ��A�����ۧA�o�{�C\n�̰��j���k�v�P�ɤ]�̨�n�_�ߡA�L�̷|���_�������P�D���ҡA�ù��թҵo�{���F��A����o�״I�����Ѥαj�j���O�q�C",
|
||||
|
||||
"雖然法師不免大多的時間都是孤身一人,但知識的分享也是學習魔法藝術重要的一環。找尋其他法師,盡可能從他們身上學習更多知識,溝通才是一切最大的力量。"
|
||||
"���M�k�v���K�j�h���ɶ����O�t���@�H�A�����Ѫ����ɤ]�O�Dz��]�k���N���n���@���C��M��L�k�v�A�ɥi��q�L�̨��W�Dzߧ�h���ѡA���q�~�O�@���̤j���O�q�C"
|
||||
],
|
||||
"sections": {
|
||||
"crystal_flowers": {
|
||||
"title": "水晶花",
|
||||
"title": "������",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/crystal_flowers"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"在你的旅途當中,可能在野外會不時遇到奇怪的發光花朵,這些獨特的花稱為水晶花,它們具有聚集@mana 法力@的神奇能力,至今還不\n知道原因。不過我們卻知道這些水晶花,可經由採集製作以提取法力成為水晶,這使它們成為地面上相當有用的法力來源。然而由於這種花並不大,而且生長的土地都很小塊,因此這種方式所能獲得的法力其實很有限。",
|
||||
"�b�A���ȳ~���A�i��b���~�|���ɹJ��_�Ǫ��o���ᦷ�A�o�ǿW�S����٬�������A���̨㦳�E��@mana �k�O@�����_��O�A�ܤ��٤�\n���D��]�C���L�ڭ̫o���D�o�Ǥ�����A�i�g�ѱĶ��s�@�H�����k�O���������A�o�ϥ��̦����a���W�۷��Ϊ��k�O�ӷ��C�M�ӥѩ�o�ت�ä��j�A�ӥB�ͪ����g�a���ܤp���A�]���o�ؤ覡�ү���o���k�O���ܦ����C",
|
||||
|
||||
"#image crystal_flower",
|
||||
"#recipe crystal_flower_to_crystals"
|
||||
]
|
||||
},
|
||||
"wizard_towers": {
|
||||
"title": "法師塔",
|
||||
"title": "�k�v��",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:wizard_tower"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"害怕嗎?你並不是這個世界上唯一會使用魔法的人。\n在你的旅途中,你可能會遇到具有獨特尖頂或雙尖頂的高塔,這些是法師同伴居住的地方。\n隱居的生活使法師們有時候會有點古怪,但是他們通常還是友善的,而且只要你願意付出代價,還是會樂意與你分享他們的知識。\n在支付了貴重金屬及寶石後,你會收到許多驚奇的法術作為回報。",
|
||||
"�`�ȶܡH�A�ä��O�o�ӥ@�ɤW�ߤ@�|�ϥ��]�k���H�C\n�b�A���ȳ~���A�A�i��|�J��㦳�W�S�y�������y��������A�o�ǬO�k�v�P��~���a��C\n���~���ͬ��Ϫk�v�̦��ɭԷ|���I�j�ǡA���O�L�̳q�`�٬O�͵����A�ӥB�u�n�A�@�N�I�X�N���A�٬O�|�ַN�P�A���ɥL�̪����ѡC\n�b��I�F�Q�����ݤ��_�۫�A�A�|����\�h��_���k�N�@���^���C",
|
||||
|
||||
"如果你想尋找的是@tiers 大師級@法術,\n那你得跟專門的人交談。",
|
||||
"�p�G�A�Q�M�䪺�O@tiers �j�v��@�k�N�A\n���A�o��M�����H��͡C",
|
||||
|
||||
"#image wizard_tower",
|
||||
|
||||
"不幸的是,有少數法師並不歡迎訪客。這些法師通常已被驅逐,所以對於任何闖入地盤的人都充滿敵意。\n接近這些傢伙要特別小心,並做好抵擋強大魔法的準備。只要擊敗他們,他們的知識就會成為你的了。",
|
||||
"�������O�A���ּƪk�v�ä��w��X�ȡC�o�Ǫk�v�q�`�w�Q�X�v�A�ҥH���������J�a�L���H���R���ķN�C\n����o�dzå�n�S�O�p�ߡA�ð��n��ױj�j�]�k���dzơC�u�n���ѥL�̡A�L�̪����ѴN�|�����A���F�C",
|
||||
|
||||
"有一點必須知道,沒有法師會接受對他們攻擊或盜取他們東西的人,他們肯定不會善罷甘休。"
|
||||
"���@�I�������D�A�S���k�v�|������L�̧����εs���L�̪F�誺�H�A�L�̪֩w���|���}�̥�C"
|
||||
]
|
||||
},
|
||||
"obelisks": {
|
||||
"title": "方尖碑",
|
||||
"title": "��y�O",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/obelisks"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"古老魔法的遺跡散落在世界各處,其中最著名的是刻有許多符號及符文的石頭結構。這些廢墟看起來像是某種古代文明的遺跡,無論建造它們的是誰或是什麼,顯然具有相當豐富的魔法知識,且用來在這些地方設置持續至今的防衛魔法。",
|
||||
"�j���]�k������b�@�ɦU�B�A�䤤�̵ۦW���O�観�\�h�Ÿ��βŤ媺���Y���c�C�o�Ǽo�V�ݰ_�ӹ��O�Y�إj�N��������A�L�سy���̪��O�֩άO����A��M�㦳�۷��״I���]�k���ѡA�B�ΨӦb�o�Ǧa��]�m����ܤ��������]�k�C",
|
||||
|
||||
"這些結構大致上分成兩種類型,第一種是較常見的方尖碑:\n以雕刻符文石堆成高高尖頂的結構,底部開著一塊空間,存放著過去所遺留的次等魔法物品。",
|
||||
"�o�ǵ��c�j�P�W������������A�Ĥ@�جO���`������y�O:\n�H�J��Ť�۰令�����y�������c�A�����}�ۤ@���Ŷ��A�s��۹L�h�ҿ�d�������]�k���~�C",
|
||||
|
||||
"#image obelisk",
|
||||
|
||||
"這些結構通常受到魔法保護,一旦有人靠近就會召喚出充滿敵意的@creatures 魔法生物@來攻擊人類。\n對抗這些生物並摧毀其魔法源頭,那些遺物就是你的了。"
|
||||
"�o�ǵ��c�q�`�����]�k�O�@�A�@�����H�a��N�|�l��X�R���ķN��@creatures �]�k�ͪ�@�ӧ����H���C\n��ܳo�ǥͪ��úR�����]�k���Y�A���ǿN�O�A���F�C"
|
||||
]
|
||||
},
|
||||
"shrines": {
|
||||
"title": "神殿",
|
||||
"title": "����",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:visit_shrine"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"第二種較為罕見的結構稱之為神殿,由一個中央基座及圍繞在四周的符文石柱所組成。基座上方擺著一個裝有古代@artefacts 神器@的\n寶箱,並通常施加了防護魔法鎖,以防他人竊取。整個結構還受到封鎖力場保護,使擅闖者無法逃離。",
|
||||
"�ĤG�ظ����u�������c�٤��������A�Ѥ@�Ӥ�����y�γ�¶�b�|�P���Ť�۬W�Ҳզ��C��y�W���\�ۤ@�Ӹ˦��j�N@artefacts ����@��\n�_�c�A�óq�`�I�[�F���@�]�k��A�H���L�H�Ѩ��C��ӵ��c�٨������O���O�@�A�Ͼ����̵L�k�k���C",
|
||||
|
||||
"#image shrine",
|
||||
|
||||
"由於這些神殿的重要意義及巨大的神秘力量,更別說裡面的寶物,對於志氣高昂的法師特別有吸引力。\n\n但是務必謹慎,有許多關於法師被關在封鎖區內,可能因為幽閉恐懼症導致慢慢發瘋的報導。且愈來愈多人認為,這就是神殿防護魔法的一個部分,而被關在其中的法師,其實是被控制用來守護神殿。這對於膽敢前往冒險的人來說,無疑是令人不寒而慄的結局..."
|
||||
"�ѩ�o�ǯ��������n�N�q�Υ��j�������O�q�A��O���̭����_���A���Ӯ𰪩����k�v�S�O���l�ޤO�C\n\n���O�ȥ��ԷV�A���\�h����k�v�Q���b����Ϥ��A�i��]���ճ����߯g�ɭP�C�C�o�ƪ����ɡC�B�U�ӷU�h�H�{���A�o�N�O�������@�]�k���@�ӳ����A�ӳQ���b�䤤���k�v�A���O�Q����ΨӦu�@�����C�o����x���e���_�I���H�ӻ��A�L�ìO�O�H���H�ӷX������..."
|
||||
]
|
||||
},
|
||||
"creatures": {
|
||||
"title": "魔法生物",
|
||||
"title": "�]�k�ͪ�",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/magical_creatures"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"除了法師,還有許多其它生物也會使用魔法。其中有許多是源自於魔法,且大部分都能用特定的@spells 法術@召喚。會看到這些生物,\n大多是在守護@obelisks 方尖碑@,但也可能\n遇到了強大的召喚法師。只有非常少數的神秘生物才會偶爾在野外發現。"
|
||||
"���F�k�v�A�٦��\�h�䥦�ͪ��]�|�ϥ��]�k�C�䤤���\�h�O���۩��]�k�A�B�j��������ίS�w��@spells �k�N@�l��C�|�ݨ�o�ǥͪ��A\n�j�h�O�b�u�@@obelisks ��y�O@�A���]�i��\n�J��F�j�j���l��k�v�C�u���D�`�ּƪ������ͪ��~�|�����b���~�o�{�C"
|
||||
]
|
||||
},
|
||||
"artefacts": {
|
||||
"title": "神器",
|
||||
"title": "����",
|
||||
"include_in_contents": "magical_world_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:artefact"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"在探索@shrines 神殿@時,你可能會好運的\n發現某種古代魔法神器,一種能夠賦予配戴者獨特而強大能力的物品。\n目前所知的類型有三種:\n為法術附加額外能力及效果的戒指,增強防禦力的項鍊,以及各種應用魔法的寶器。\n這些神器只是放入背包是沒有用的,要擺在身上的正確位置才會發生作用。"
|
||||
"�b����@shrines ����@�ɡA�A�i��|�n�B��\n�o�{�Y�إj�N�]�k�����A�@�د���ᤩ�t���̿W�S�ӱj�j��O�����~�C\n�ثe�Ҫ����������T��:\n���k�N���[�B�~��O�ήĪG���٫��A�W�j���m�O������A�H�ΦU�������]�k���_���C\n�o�ǯ����u�O��J�I�]�O�S���Ϊ��A�n�\�b���W�����T��m�~�|�o�ͧ@�ΡC"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"tiers": {
|
||||
"title": "等級",
|
||||
"title": "����",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/tome_of_arcana"
|
||||
],
|
||||
"text":[
|
||||
|
||||
"@wands 法杖@和@spells 法術@都分成四個等級: #colour_novice基礎#colour_reset、#colour_apprentice學徒#colour_reset、#colour_advanced進階#colour_reset以及#colour_master大師#colour_reset。每個等級都比前一級還強。",
|
||||
"@wands �k��@�M@spells �k�N@�������|�ӵ���: #colour_novice��¦#colour_reset�B#colour_apprentice�Ǯ{#colour_reset�B#colour_advanced�i��#colour_reset�H��#colour_master�j�v#colour_reset�C�C�ӵ��ų���e�@���ٱj�C",
|
||||
|
||||
"#image tiers",
|
||||
|
||||
"只有#colour_novice基礎#colour_reset法杖能以合成的方式製作,其最多可儲存#novice_max_charge點法力,且只能施展基礎法術。基礎法術通常不會消耗太多法力,任何人都足以施展。但這並不表示它們相較於高等法術就毫無用處。即便你已經能施展大師級法術,某些基礎法術由於消耗法力低而仍然實用。",
|
||||
"�u��#colour_novice��¦#colour_reset�k����H�X�����覡�s�@�A��̦h�i�x�s#novice_max_charge�I�k�O�A�B�u��I�i��¦�k�N�C��¦�k�N�q�`���|���ӤӦh�k�O�A����H�����H�I�i�C���o�ä���ܥ��̬۸����k�N�N�@�L�γB�C�Y�K�A�w�g��I�i�j�v�Ūk�N�A�Y�ǰ�¦�k�N�ѩ���Ӫk�O�C�Ӥ��M��ΡC",
|
||||
|
||||
"#colour_apprentice學徒#colour_reset法杖是基礎法杖的下個等級,其最多可儲存#apprentice_max_charge點法力,並可施展基礎及學徒法術。學徒法術比基礎法術更強一些,但通常也消耗更多法力。",
|
||||
"#colour_apprentice�Ǯ{#colour_reset�k���O��¦�k�����U�ӵ��šA��̦h�i�x�s#apprentice_max_charge�I�k�O�A�åi�I�i��¦�ξǮ{�k�N�C�Ǯ{�k�N���¦�k�N��j�@�ǡA���q�`�]���ӧ�h�k�O�C",
|
||||
|
||||
"#colour_advanced進階#colour_reset法杖非常稀有也更加強大,可施展大師級以外的所有法術,並可儲存#advanced_max_charge點法力。進階法術能夠重創敵人,並擁有超人般的能力,例如隱身術。",
|
||||
"#colour_advanced�i��#colour_reset�k���D�`�}���]��[�j�j�A�i�I�i�j�v�ťH�~���Ҧ��k�N�A�åi�x�s#advanced_max_charge�I�k�O�C�i���k�N������мĤH�A�þ֦��W�H�몺��O�A�Ҧp�����N�C",
|
||||
|
||||
"#colour_master大師#colour_reset法杖是現存最強大的法杖,其最多可儲存#master_max_charge點法力,並可施展所有法術。大師級法術書相當罕見,且法術的威力能徹底毀滅的不僅是敵人,甚至包括整個世界。務必謹慎使用!",
|
||||
"#colour_master�j�v#colour_reset�k���O�{�s�̱j�j���k���A��̦h�i�x�s#master_max_charge�I�k�O�A�åi�I�i�Ҧ��k�N�C�j�v�Ūk�N�Ѭ۷�u���A�B�k�N���¤O��������������ȬO�ĤH�A�Ʀܥ]�A��ӥ@�ɡC�ȥ��ԷV�ϥΡI",
|
||||
|
||||
"要提升至更高等級,首先法杖必須變得夠強大到足以引導該等級的法術。法杖會隨著施展法術而獲得成長,法術類型、法術力量、元素效果以及其它外部因素都可能會影響法杖的成長速度。",
|
||||
"�n���ɦܧ��šA�����k�������ܱo���j�j�쨬�H�ɸӵ��Ū��k�N�C�k���|�H�۬I�i�k�N����o�����A�k�N�����B�k�N�O�q�B�����ĪG�H�Ψ䥦�~���]�����i��|�v�T�k���������t�סC",
|
||||
|
||||
"當法杖足夠強大,法術寶典為最終將法杖提升至下個等級的關鍵物品(請參閱@upgrading_wands 升級法杖@),\n一旦完成升級,法杖將再次朝下個等級開始成長。"
|
||||
"��k�������j�j�A�k�N�_�嬰�̲ױN�k�����ɦܤU�ӵ��Ū����䪫�~(�аѾ\@upgrading_wands �ɯŪk��@)�A\n�@�������ɯšA�k���N�A���¤U�ӵ��Ŷ}�l�����C"
|
||||
]
|
||||
},
|
||||
|
||||
"elements": {
|
||||
"title": "元素",
|
||||
"title": "����",
|
||||
"include_in_contents": "main_contents",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/elements"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"@spells 法術@各屬於不同的元素,代表\n法術的本質,且搭配使用對應的@wands 法杖@還會加強效果。",
|
||||
"@spells �k�N@�U�ݩP�������A�N��\n�k�N������A�B�f�t�ϥι�����@wands �k��@�ٷ|�[�j�ĪG�C",
|
||||
|
||||
"#image elements",
|
||||
|
||||
"#colour_fire火#colour_reset \n火元素涉及燃燒、岩漿以及爆炸,大概是最具破壞性的元素。一個強大的烈焰法師可使敵人面臨煉獄般的火海,並可能在過程中毀掉這個世界。\n大部分的火系法術會讓目標著火,使他們持續受到傷害,但是對地獄的生物則沒什麼效果。",
|
||||
"#colour_fire��#colour_reset \n�������A�οU�N�B���ߥH���z���A�j���O�̨�}�a�ʪ������C�@�ӱj�j���P�K�k�v�i�ϼĤH���{�Һ��몺�����A�åi��b�L�{�������o�ӥ@�ɡC\n�j���������t�k�N�|���ؼеۤ��A�ϥL�̫������ˮ`�A���O��a�����ͪ��h�S����ĪG�C",
|
||||
|
||||
"#colour_ice冰#colour_reset \n冰元素來自於所有冰冷的物質。冰系法術通常會讓敵人減速,甚至使他們完全凍結,對於火系生物特別有效。\n冰凍魔法在戰鬥之外也很有用,例如使水面結冰以過河。",
|
||||
"#colour_ice�B#colour_reset \n�B�����Ӧ۩�Ҧ��B�N������C�B�t�k�N�q�`�|���ĤH��t�A�ƦܨϥL�̧����ᵲ�A�����t�ͪ��S�O���ġC\n�B���]�k�b�����~�]�ܦ��ΡA�Ҧp�Ϥ������B�H�L�e�C",
|
||||
|
||||
"\n#colour_lightning電#colour_reset \n這個元素涉及雷電、風暴以及天氣。決不可小看一個強大雷電法師的力量,有些甚至能隨意召喚閃電。\n雷電法術經常能一次傷害多個敵人,還會自動搜尋目標,對任何生物都能造成有效的攻擊...但是得當心苦力怕。",
|
||||
"\n#colour_lightning�q#colour_reset \n�o�Ӥ����A�ιp�q�B���ɥH�ΤѮ�C�M���i�p�ݤ@�ӱj�j�p�q�k�v���O�q�A���ǬƦܯ��H�N�l��{�q�C\n�p�q�k�N�g�`��@���ˮ`�h�ӼĤH�A�ٷ|�۰ʷj�M�ؼСA�����ͪ�����y�����Ī�����...���O�o��߭W�O�ȡC",
|
||||
|
||||
"#colour_necromancy死靈#colour_reset \n死靈是黑暗、渾沌以及不死生物的元素。神秘的死靈法師往往被視為邪惡,儘管通常不是這樣的。\n死靈法術常召喚@creatures 生物@來為他\n戰鬥,或進而扭曲敵人的意志。",
|
||||
"#colour_necromancy���F#colour_reset \n���F�O�·t�B���P�H�Τ����ͪ��������C���������F�k�v�����Q�������c�A���q�`���O�o�˪��C\n���F�k�N�`�l��@creatures �ͪ�@�Ӭ��L\n���A�ζi�ӧᦱ�ĤH���N�ӡC",
|
||||
|
||||
"#colour_earth大地#colour_reset \n大地元素來自於動植物、風等自然界的的力量。大地魔法千變萬化,從毒害敵人到控制天氣,有各式各樣的形式。\n大地法術是綜合攻擊、防禦以及實用的法術。",
|
||||
"#colour_earth�j�a#colour_reset \n�j�a�����Ӧ۩�ʴӪ��B�����۵M�ɪ����O�q�C�j�a�]�k�d�ܸU�ơA�q�r�`�ĤH�챱��Ѯ�A���U���U�˪��Φ��C\n�j�a�k�N�O��X�����B���m�H�ι�Ϊ��k�N�C",
|
||||
|
||||
"#colour_sorcery秘術#colour_reset \n秘術是力量與變化的元素。\n秘術法師能操縱光線、重力,甚至現實世界本身來符合他們的需求。\n且不提其它用途,秘術法術可用來提供施法者魔法力量,或是任意移動物體。",
|
||||
"#colour_sorcery���N#colour_reset \n���N�O�O�q�P�ܤƪ������C\n���N�k�v����a���u�B���O�A�Ʀܲ{��@�ɥ����ӲŦX�L�̪��ݨD�C\n�B�����䥦�γ~�A���N�k�N�i�ΨӴ��ѬI�k���]�k�O�q�A�άO���N���ʪ���C",
|
||||
|
||||
"#colour_healing治療#colour_reset \n治療元素包括防禦和再生。\n治療法師會盡可能的保護自己及他們的同伴,因此可能會是非常難以對付的對手。\n治療法術在戰鬥中是不可或缺的,即便其通常不會用來進行攻擊,但是一些治療法術的淨化光芒會對不死生物造成相當大的傷害。",
|
||||
"#colour_healing�v��#colour_reset \n�v�������]�A���m�M�A�͡C\n�v���k�v�|�ɥi��O�@�ۤv�ΥL�̪��P��A�]���i��|�O�D�`���H��I�����C\n�v���k�N�b�����O���i�ίʪ��A�Y�K��q�`���|�ΨӶi������A���O�@�Ǫv���k�N���b�ƥ��~�|�藍���ͪ��y���۷�j���ˮ`�C",
|
||||
|
||||
"不同元素之間的分界並不總是那麼明確,有些法術除了所屬元素的性質外,也會具有其它元素的特性。",
|
||||
"���P�������������ɨä��`�O������T�A���Ǫk�N���F���ݤ������ʽ�~�A�]�|�㦳�䥦�������S�ʡC",
|
||||
|
||||
"幸運的話,或許你能發現一種元素水晶,這是種在生長過程中吸收了元素的魔法水晶,不過實際上發生的方式及所需的條件仍然是個謎。但我們知道這種水晶能用來製作元素法杖,用來施展對應的法術,可比平常發揮更大的效果。"
|
||||
"���B���ܡA�γ\�A��o�{�@�ؤ��������A�o�O�ئb�ͪ��L�{���l���F�������]�k�����A���L��ڤW�o�ͪ��覡�Ωһݪ����M�O�����C���ڭ̪��D�o�ؤ�����Ψӻs�@�����k���A�ΨӬI�i�������k�N�A�i�`�o����j���ĪG�C"
|
||||
]
|
||||
},
|
||||
|
||||
"miscellaneous": {
|
||||
"title": "其它",
|
||||
"title": "�䥦",
|
||||
"include_in_contents": "main_contents",
|
||||
"contents": {
|
||||
"id": "miscellaneous_subsections",
|
||||
@@ -632,36 +632,36 @@
|
||||
],
|
||||
"sections": {
|
||||
"mana_flasks": {
|
||||
"title": "法力瓶",
|
||||
"title": "�k�O�~",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/mana_flasks"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"亞肯多魔法用品公司 - 為您所需的魔法物品!",
|
||||
"�Ȫ֦h�]�k�Ϋ~���q - ���z�һݪ��]�k���~�I",
|
||||
|
||||
"需要在旅行中為你的@wands 法杖@補充\n法力嗎?\n沒問題! 現在@mana 法力@可以裝瓶。\n只要用一個玻璃瓶及八個魔法水晶合成出法力瓶,就可以隨身攜帶。要用的時候,只要將你的法杖與法力瓶合成,就能將法力存入法杖。(註)",
|
||||
"�ݭn�b�Ȧ椤���A��@wands �k��@�ɥR\n�k�O�ܡH\n�S���D�I �{�b@mana �k�O@�i�H�˲~�C\n�u�n�Τ@�Ӭ����~�ΤK���]�k�����X���X�k�O�~�A�N�i�H�H����a�C�n�Ϊ��ɭԡA�u�n�N�A���k���P�k�O�~�X���A�N��N�k�O�s�J�k���C(��)",
|
||||
|
||||
"#recipe medium_mana_flask",
|
||||
|
||||
"好消息! 即日起推出全新的小瓶裝及大瓶裝法力,可依您的需求選擇!",
|
||||
"�n�����I �Y��_���X���s���p�~�ˤΤj�~�˪k�O�A�i�̱z���ݨD��ܡI",
|
||||
|
||||
"#recipe small_mana_flask",
|
||||
"#recipe large_mana_flask",
|
||||
|
||||
"(註)過程中瓶子會用掉,且裝瓶時也會耗損一些法力。"
|
||||
"(��)�L�{���~�l�|�α��A�B�˲~�ɤ]�|�ӷl�@�Ǫk�O�C"
|
||||
]
|
||||
},
|
||||
"throwable_items": {
|
||||
"title": "投擲物",
|
||||
"title": "���Y��",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:handbook/throwables"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"各種@spells 法術@的實體物,像是\n火焰彈、毒液彈、煙霧彈,還有電擊彈都能直接合成:",
|
||||
"�U��@spells �k�N@�����骫�A���O\n���K�u�B�r�G�u�B�����u�A�٦��q���u���ઽ���X��:",
|
||||
|
||||
"#recipe firebomb",
|
||||
"#recipe poison_bomb",
|
||||
@@ -670,21 +670,21 @@
|
||||
]
|
||||
},
|
||||
"automated_casting": {
|
||||
"title": "自動施法",
|
||||
"title": "�۰ʬI�k",
|
||||
"include_in_contents": "miscellaneous_subsections",
|
||||
"triggers": [
|
||||
"ebwizardry:enchant_scroll"
|
||||
],
|
||||
"text": [
|
||||
|
||||
"近期的實驗顯示,在某種程度上只需要簡單的發射器就能自動施展@spells 法術@。沒有人知道原因,\n但看起來似乎是紅石的神奇特性竟然能觸發法術卷軸。只要將一些卷軸放入發射器,然後提供能量,就完成了這個機關..."
|
||||
"�����������ܡA�b�Y�ص{�פW�u�ݭn²�檺�o�g���N��۰ʬI�i@spells �k�N@�C�S���H���D��]�A\n���ݰ_�Ӧ��G�O���۪����_�S�ʳ��M��IJ�o�k�N���b�C�u�n�N�@�Ǩ��b��J�o�g���A�M�ᴣ�ѯ�q�A�N�����F�o�Ӿ���..."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"crafting_recipes": {
|
||||
"title": "合成表",
|
||||
"title": "�X����",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
@@ -716,33 +716,33 @@
|
||||
},
|
||||
|
||||
"credits": {
|
||||
"title": "製作群",
|
||||
"title": "�s�@�s",
|
||||
"include_in_contents": "main_contents",
|
||||
"text": [
|
||||
|
||||
"法術模組\n版本 #version\n支援 Minecraft #mcversion",
|
||||
"�k�N�Ҳ�\n���� #version\n�䴩 Minecraft #mcversion",
|
||||
|
||||
"設計、程式及材質: Electroblob",
|
||||
"�]�p�B�{������: Electroblob",
|
||||
|
||||
"感謝 Minecraft Forge 及 MCP,\n沒有它們就沒有這個模組。",
|
||||
"�P�� Minecraft Forge �� MCP�A\n�S�����̴N�S���o�ӼҲաC",
|
||||
|
||||
"也感謝Minecraft的模組討論區,\n總能回答我的模組問題!",
|
||||
"�]�P��Minecraft���ҲհQ�װϡA\n�`��^���ڪ��Ҳհ��D�I",
|
||||
|
||||
"\n另外,我要感謝以下各位對本模組的貢獻:",
|
||||
"\n�t�~�A�ڭn�P�¥H�U�U��糧�Ҳժ��^�m:",
|
||||
|
||||
"程式碼:",
|
||||
"�{���X:",
|
||||
|
||||
"》Corail31 \n》12foo \n》Shadows-of-Fire \n》HellFirePvP \n》Tora-B \n》Avatair \n》Aeronica \n》UltraHex \n》Azim-Palmer \n》raoulvdberge \n》rafasoares",
|
||||
"�nCorail31 \n�n12foo \n�nShadows-of-Fire \n�nHellFirePvP \n�nTora-B \n�nAvatair \n�nAeronica \n�nUltraHex \n�nAzim-Palmer \n�nraoulvdberge \n�nrafasoares",
|
||||
|
||||
"\n\n翻譯:",
|
||||
"½Ķ:",
|
||||
|
||||
"》繁體中文: Grant\n》(墨西哥)西班牙文: MadWrist \n》俄文: VilagVil, kellixon\n》法文: Hahdrim\n》巴西葡萄牙文: lorrampi\n》簡體中文: ZHENGLOC, dragon-evol\n》韓文: shejery, rewi_wire\n》波蘭文: Trozuu",
|
||||
"�n�c�餤��: meow_meow_ying\n�n��Z����: MadWrist, Alsentar\n�n�������Z����: MadWrist\n�n�X��: VilagVil, kellixon, bigenergy\n�n�k��: Hahdrim\n�n�ڦ踲�����: lorrampi\n�n²�餤��: ZHENGLOC, dragon-evol, Hokorizero, TUsama, Determancer\n�n����: shejery, rewi_wire\n�n�i����: Trozuu\n�n�w��: BirdyDragon",
|
||||
|
||||
"雷電音效: OhhWowProductions",
|
||||
"�p�q����: OhhWowProductions",
|
||||
|
||||
"更多資訊請前往 @https://github.com/Electroblob77/Wizardry/wiki wiki@",
|
||||
"��h��T�Ыe�� @https://github.com/Electroblob77/Wizardry/wiki wiki@",
|
||||
|
||||
"覺得法術模組還有不足之處? 請加入 @https://discord.gg/MTmMzMv Discord 伺服器@以獲得\n最新消息、討論及額外事務!"
|
||||
"ı�o�k�N�Ҳ��٦��������B? �Х[�J @https://discord.gg/MTmMzMv Discord ���A��@�H��o\n�̷s�����B�Q�פ��B�~�ưȡI"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user