Skip to content

Commit

Permalink
Summon mojocycle upgrades at lvl 10 (#74193)
Browse files Browse the repository at this point in the history
* Summon mojocycle upgrades at lvl 10

Gives a new spell to summon a mojocycle with side cart when you reach lvl 10 with summon mojocycle

* Update technomancer.json

needed a second space, also found a typo
  • Loading branch information
OromisElf authored Jun 2, 2024
1 parent c10dea2 commit e76ba93
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/mods/Magiclysm/Spells/technomancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,32 @@
"//": "40 minutes + 10 minutes / level; 4 hours at max level",
"min_duration": { "math": [ "summoning_proficiency_bonus_calculate(240000, 600)" ] },
"max_duration": { "math": [ "summoning_proficiency_bonus_calculate(1440000, 600)" ] },
"duration_increment": { "math": [ "summoning_proficiency_bonus_calculate(60000, 0.05)" ] },
"learn_spells": { "summon_magic_comcycle": 10 }
},
{
"id": "summon_magic_comcycle",
"type": "SPELL",
"name": "Summon Co-op cycle",
"description": "A bigger ride for bigger loot. Or a second cowboy.",
"valid_targets": [ "ground" ],
"flags": [ "SOMATIC", "VERBAL", "CONCENTRATE" ],
"extra_effects": [ { "id": "eoc_summon_setup" } ],
"effect": "summon_vehicle",
"spell_class": "TECHNOMANCER",
"energy_source": "MANA",
"effect_str": "magic_comcycle",
"shape": "blast",
"difficulty": 6,
"max_level": 20,
"base_casting_time": 1250,
"base_energy_cost": { "math": [ "summoning_proficiency_negate_calculate(1000, 2)" ] },
"min_range": 1,
"max_range": 10,
"range_increment": 1,
"//": "40 minutes + 10 minutes / level; 4 hours at max level",
"min_duration": { "math": [ "summoning_proficiency_bonus_calculate(240000, 600)" ] },
"max_duration": { "math": [ "summoning_proficiency_bonus_calculate(1440000, 600)" ] },
"duration_increment": { "math": [ "summoning_proficiency_bonus_calculate(60000, 0.05)" ] }
},
{
Expand Down
14 changes: 14 additions & 0 deletions data/mods/Magiclysm/vehicles/summoned_vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
{ "x": -1, "y": 0, "parts": [ "muffler", "box" ] }
]
},
{
"id": "magic_comcycle",
"type": "vehicle",
"copy-from": "magic_motorcycle",
"name": "Co-op cycle",
"blueprint": [
[ "o#>o" ],
[ " #> " ]
],
"parts": [
{ "x": 0, "y": 1, "parts": [ "frame#cross", "wheel_mount_light", "wheel_motorbike", "seat" ] },
{ "x": 1, "y": 1, "parts": [ "frame_handle", "box" ] }
]
},
{
"type": "vehicle_part",
"id": "mana_frame",
Expand Down

0 comments on commit e76ba93

Please sign in to comment.