Differences From
Artifact [ffafb80a86]:
- File
data/compat.lua
— part of check-in
[ea6e475e44]
at
2020-10-19 09:52:11
on branch trunk
— continue dev on celestial mechanics, add melding+division spells (resonance), refine itemclasses, add keypunch and punchcards, add paper pulp, add a shitload of visuals, add convenience scripts for working with the wiki, make the flamebolt spell actually useful instead of just a pretty lightshow, add essences, inferno crystal, and other goodies; iterate on wands, lots of shit i can't remember, various bugfixes
(user:
lexi,
size: 1994)
[annotate]
[blame]
[check-ins using]
16 16 grindables = {
17 17 ['farming:wheat'] = grain;
18 18 ['farming:rye'] = grain;
19 19 ['farming:oats'] = grain;
20 20 ['farming:barley'] = grain;
21 21 ['farming:rice'] = {
22 22 powder = 'farming:rice_flour';
23 - hardness = 1;
24 - value = 1;
23 + hardness = 1, value = 1;
25 24 grindcost = 3;
26 - }
25 + };
26 + ['default:paper'] = {
27 + powder = 'sorcery:pulp';
28 + hardness = 1, grindvalue = 2;
29 + grindcost = 1;
30 + };
31 + ['default:book'] = {
32 + powder = 'sorcery:pulp';
33 + hardness = 1, grindvalue = 2 * 3;
34 + grindcost = 1;
35 + };
36 + ['default:book_written'] = {
37 + powder = 'sorcery:pulp_inky';
38 + hardness = 1, grindvalue = 2 * 3;
39 + grindcost = 1;
40 + };
41 + ['default:papyrus'] = {
42 + powder = 'sorcery:pulp';
43 + hardness = 1, grindvalue = 3;
44 + grindcost = 1;
45 + };
27 46 };
28 47 ley = {
29 48 ['default:mese'] = {
30 49 power = 0.25;
31 50 mode = 'produce';
32 51 };
33 52 };