Differences From
Artifact [727f380ee7]:
- File
data/metals.lua
— part of check-in
[96c5289a2a]
at
2020-10-21 03:35:35
on branch trunk
— add rune forges, runes, amulet frames, write sacrifice spell, touch up amulet graphics, enable enchantment of amulets (though spells cannot yet be cast), defuckulate syncresis core icon, unfuckitize sneaky leycalc bug that's probably been the cause of some long-standing wackiness, add item classes, add some more textures, disbungle various other asstastrophes, remove sneaky old debug code, improve library code, add utility for uploading merge requests
(user:
lexi,
size: 8665)
[annotate]
[blame]
[check-ins using]
148 148 hardness = 1;
149 149 depth = 256;
150 150 level = 1;
151 151 maxenergy = 3000;
152 152 slots = {
153 153 {affinity = {'praxic','counterpraxic'}; confluence = 1.4};
154 154 {affinity = {'praxic','counterpraxic'}; confluence = 1.2};
155 - }
155 + };
156 + amulet = {};
156 157 };
157 158 silver = {
158 159 tone = {218,255,246};
159 160 dye = 'white';
160 161 maxenergy = 2000;
161 162 hardness = 1;
162 163 level = 1;
................................................................................
195 196 maxlevel = 3;
196 197 depth = 650;
197 198 slots = {
198 199 {affinity = {'counterpraxic'}, confluence = 0.6};
199 200 {affinity = {'praxic','counterpraxic'}, confluence = 1};
200 201 {affinity = {'praxic'}, confluence = 0.5};
201 202 };
203 + amulet = {};
202 204 };
203 205 cobalt = {
204 206 dye = 'blue';
205 207 tone = {48,101,255}, alpha = 90;
206 208 rarity = 17;
207 209 durability = 400;
208 210 hardness = 6;
................................................................................
215 217 level = 2;
216 218 slots = {
217 219 {
218 220 affinity = {'counterpraxic'};
219 221 confluence = 0.65;
220 222 interference = {speed = 1};
221 223 };
222 - }
224 + };
225 + amulet = {};
223 226 };
224 227 lithium = {
225 228 tone = {255,252,93}, alpha = 80;
226 229 dye = 'yellow';
227 230 rarity = 13;
228 231 hardness = 2;
229 232 fuel = 80;
................................................................................
239 242 hardness = 1;
240 243 durability = 300;
241 244 meltpoint = 2;
242 245 cooktime = 20;
243 246 no_tools = true, no_armor = true;
244 247 conduct = 5;
245 248 level = 1;
249 + image = {
250 + block = 'sorcery_metal_vidrium_shiny.png';
251 + };
246 252 mix = {
247 253 metals = {
248 254 lithium = 2;
249 255 tin = 4;
250 256 gold = 1;
251 257 }
252 258 };
................................................................................
265 271 sharpness = 4;
266 272 level = 3;
267 273 maxenergy = 1800;
268 274 depth = 1370;
269 275 conduct = 10;
270 276 durability = 1900;
271 277 speed = 3;
278 + image = {
279 + block = 'sorcery_metal_iridium_shiny.png';
280 + };
272 281 slots = {
273 282 {affinity={'counterpraxic','syncretic'}, confluence = 1.1};
274 283 {affinity={'cognic','entropic'}, confluence = 0.8};
275 284 };
285 + amulet = {};
276 286 };
277 287 duridium = {
278 288 tone = {255,64,175}, alpha = 70;
279 289 cooktime = 120;
280 290 artificial = true;
281 291 durability = 3400;
282 292 speed = 3.1;