4,683
edits
(Created doc) |
mNo edit summary |
||
Line 13: | Line 13: | ||
results += `\n| ${requirement.fortification || 0}%` | results += `\n| ${requirement.fortification || 0}%` | ||
}); | }); | ||
console.log(results); | results += '\n|}';console.log(results); | ||
self.nw?.Clipboard.get().set ? self.nw?.Clipboard?.get().set(results, 'text') : copy(results); | self.nw?.Clipboard.get().set ? self.nw?.Clipboard?.get().set(results, 'text') : copy(results); | ||
</syntaxhighlight> | </syntaxhighlight> |