Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/itemgroups/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,7 @@
"id": "magus_spellbooks_restricted_tier_1",
"type": "item_group",
"subtype": "distribution",
"entries": [ { "item": "null", "prob": 30 } ]
"entries": [ { "item": "wizard_beginner_old", "prob": 30 } ]
},
{
"id": "magus_spellbooks_illegal_tier_1",
Expand Down
20 changes: 20 additions & 0 deletions data/mods/Magiclysm/items/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,26 @@
"color": "light_red",
"use_action": { "type": "learn_spell", "spells": [ "create_atomic_light", "sound_bomb", "classless_watch_spell", "protection_aura" ] }
},
{
"id": "wizard_beginner_old",
"type": "ITEM",
"subtypes": [ "BOOK" ],
"category": "manuals",
"name": { "str": "Magica Beginning", "str_pl": "copies of Magica Beginning" },
"//": "2 Magus, 3 classless spell",
"description": "A English translation of the original Latin work, this book was written by one magus for her apprentices. In current days most of theory is outdated therefore this work have mostly historical interest, but it possible learn several spells from it.",
"weight": "585 g",
"volume": "250 ml",
"price": "50 USD",
"material": [ "paper" ],
"looks_like": "cookbook",
"symbol": "?",
"color": "light_red",
"use_action": {
"type": "learn_spell",
"spells": [ "magic_missile", "phase_door", "create_atomic_light", "sound_bomb", "classless_watch_spell" ]
}
},
{
"id": "novice_stormshaper_book",
"type": "ITEM",
Expand Down
Loading