Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Xedra Evolved ] Väinämöinen's Kantele #71128

Merged
merged 9 commits into from
Apr 10, 2024
32 changes: 32 additions & 0 deletions data/mods/Xedra_Evolved/items/alchemy.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,38 @@
"delete": { "flags": [ "NO_WEAR_EFFECT" ] },
"relic_data": { "passive_effects": [ { "id": "ench_climate_periapta_spider" } ] }
},
{
"id": "väinämöinens_kantele_imitation",
"looks_like": "kantele",
"type": "TOOL",
"category": "tools",
"name": { "str": "Väinämöinen's Kantele, imitation", "str_pl": "Väinämöinen's Kanteles, imitation" },
"description": "A traditional Finnish string instrument. According to myth the first one was fashioned from a great pike's jawbone. Does it glimmer in the light? Do its notes echo and linger more than normal?",
"weight": "550 g",
"volume": "3000 ml",
"longest_side": "46 cm",
"price": 5500,
"price_postapoc": 250,
"to_hit": 1,
"material": [ "wood" ],
"symbol": "(",
"color": "brown",
"use_action": [ { "type": "cast_spell", "spell_id": "kantele_spell", "no_fail": true, "level": 3 }, { "type": "play_instrument" } ],
"tick_action": {
"type": "musical_instrument",
"volume": 10,
"fun": -5,
"fun_bonus": 2,
"speed_penalty": 13,
"description_frequency": 20,
"player_descriptions": [
"You play a haunting melody on your kantele, you sing tragic poetry while you play.",
"You play an enchanting composition on your kantele, the words you sing along speak of the mysteries of the forest and sea.",
"You play a somber piece on your kantele, you sing of a land you can never return to, the past."
]
},
"melee_damage": { "bash": 4 }
},
{
"id": "life_extension_potion",
"type": "COMESTIBLE",
Expand Down
35 changes: 35 additions & 0 deletions data/mods/Xedra_Evolved/items/artifact_grade_items.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"id": "väinämöinens_kantele",
"looks_like": "kantele",
"type": "TOOL",
"category": "tools",
"name": { "str": "Väinämöinen's Kantele" },
"description": "An original kantele made by Väinämöinen himself. Fashioned from a great pike's jawbone, the material is unlike anything you saw before the end of the world. Every note from this instrument thrums with power.",
"weight": "550 g",
"volume": "3000 ml",
"longest_side": "46 cm",
"price": 5500,
"price_postapoc": 250,
"to_hit": 1,
"material": [ "monolith" ],
"symbol": "(",
"color": "brown",
"use_action": [ { "type": "cast_spell", "spell_id": "kantele_spell", "no_fail": true, "level": 15 }, { "type": "play_instrument" } ],
"tick_action": {
"type": "musical_instrument",
"volume": 10,
"fun": -25,
"fun_bonus": 4,
"speed_penalty": 5,
"description_frequency": 20,
"player_descriptions": [
"You play a haunting melody and sing words you don't understand, but they fill you with a strong sense of longing.",
"You play an enchanting composition on your kantele, while you play a chorus of children echo along the wind accompanying you in a language you don't recognize.",
"You play a somber dirge on your kantele, keening wailing women's voices sing a mournful song along with you. The language is like none you are familiar with.",
"You play a song of courage and battle, of heroes and mythical beasts. The language is your own and all the words known to you, but it is an extemperaneous piece of music."
]
},
"melee_damage": { "xe_cold_iron_bash_damage": 14 }
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
"condition": { "and": [ { "u_has_trait": "perk_ALCHEMY2" }, { "not": { "u_has_effect": "mental_exhaustion" } } ] },
"effect": [
{
"u_roll_remainder": [ "prophets_lsd", "truckers_stamina_pills", "spiritshow_dust", "charm_of_marzanna" ],
"u_roll_remainder": [
"prophets_lsd",
"truckers_stamina_pills",
"spiritshow_dust",
"charm_of_marzanna",
"väinämöinens_kantele_imitation"
],
"type": "recipe",
"true_eocs": [ "EOC_SUCCESFUL_ROLL_REMAINDER_ALCHEMY" ],
"false_eocs": [ "EOC_COMPLETED_ROLL_REMAINDER_ALCHEMY" ]
Expand Down
15 changes: 15 additions & 0 deletions data/mods/Xedra_Evolved/recipes/alchemy.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,21 @@
"tools": [ [ [ "metal_file", -1 ] ] ],
"components": [ [ [ "gold_necklace", 1 ] ], [ [ "scrap_dreamdross", 3 ] ], [ [ "lupine_sample", 1 ] ], [ [ "diamond", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "väinämöinens_kantele_imitation",
"category": "CC_XEDRA",
"subcategory": "CSC_XEDRA_ALCHEMY",
"skill_used": "fabrication",
"skills_required": [ "deduction", 3 ],
"difficulty": 3,
"time": "67 m",
"flags": [ "SECRET" ],
"proficiencies": [ { "proficiency": "prof_luthier_basic", "required": false, "time_multiplier": 3 } ],
"tools": [ [ [ "luthier_toolset", -1 ] ] ],
"components": [ [ [ "kantele", 1 ] ], [ [ "scrap_dreamdross", 5 ] ], [ [ "fish_sample", 3 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down
30 changes: 30 additions & 0 deletions data/mods/Xedra_Evolved/spells/item_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,36 @@
"shape": "blast",
"effect": "attack"
},
{
"id": "kantele_spell",
"type": "SPELL",
"name": "Väinämöinen's Kantele Song",
"description": "You play and sing songs written by or about a Finnish wizard/deity. It summons forest mammals to your presence.",
"valid_targets": [ "ground" ],
"skill": "deduction",
"min_damage": 1,
"max_damage": 8,
"damage_increment": 0.5,
"min_range": 3,
"max_range": 18,
"range_increment": 1,
"max_level": 15,
"difficulty": 3,
"effect": "summon",
"effect_str": "GROUP_WILDERNESS_FOREST_MAMMAL",
"shape": "blast",
"energy_source": "MANA",
"base_energy_cost": 500,
"energy_increment": 20,
"final_energy_cost": 300,
"min_aoe": 3,
"max_aoe": 18,
"aoe_increment": 1,
"base_casting_time": 30000,
"casting_time_increment": 500,
"final_casting_time": 22500,
"flags": [ "SOMATIC", "VERBAL", "SPAWN_GROUP", "PERMANENT_ALL_LEVELS" ]
},
{
"id": "potion_recover_mana_xe",
"type": "SPELL",
Expand Down
Loading