-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (94 loc) · 3.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,user-scalable=yes,initial-scale=1,maximum-scale=2,minimum-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="List of all spells and Passives, Spells and Passives, Baldur's Gate 3 Spells and Passives, bg3 Spell and Passives, Baldur's Gate 3, AddSpell, ,AddPassive, GetHostCharacter" />
<meta name="description" content="List of all spells and Passives in Baldur's Gate 3。Also provides command codes for adding and removing Spells and Passives.">
<title>Baldur's Gate 3 - Spells and Passives</title>
<link rel="icon" href="/logo.webp" />
<style>
@import './src/style.scss';
</style>
<!--gtag-->
<script type="module" src="./src/main.js"></script>
<script rel=registerSW defer></script>
%script%
<script>
let _spells = [];
const dic = '%dic%'.split(',');
function loadSpell(a, b) {
_spells.push([a, b]);
}
</script>
</head>
<body>
<div id="k">
The data has been updated. Do you want to reload it?
<div>
<button>Reload</button>
<button>Cancel</button>
</div>
</div>
<div id="z"></div>
<div class="r">
<div class="p">
<img class="lo" src="/h.webp" alt="bg3 spells" width="170" height="96" />
<div id="c" role="menu"></div>
<div class="f" id="search">
<div class="v">
<label for="v0">Name</label>
<input id="v0" type="search" role="searchbox" aria-description="filter spell's attribute name">
</div>
<div class="v">
<label for="v2">Value</label>
<input id="v2" type="search" role="searchbox" aria-description="filter spell's attribute name">
</div>
</div>
</div>
<div class="g" role="tabpanel">
<div id="a" role="main">
<div id="tt">0</div>
<div class="ri" aria-labelledby="search">
<div id="v" role="list"></div>
</div>
</div>
<div id="b" role="document">
<div id="i">
<pre><small>Last built on %date%</small>
Content based on %version%.
The filter supports regular expressions
and is case insensitive.
SpellID:
The Property name of spell's data.
'spell*' means start width spell.
Or, you can type /^spell/.
Value:
The Property Value of spell's data .
'-' means empty.
'*' means not empty.
'>5' means equal or bigger than 5.
e.g
No Icon spells:
Name : icon Value: -
Honour spells:
Name : mod Value: ho
Spells Damage > 500:
Name : spell* Value: >500
</pre>
</div>
<a href='https://github.com/aolose/spell-bg' target='_blank' aria-label="github">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16 0C7.16 0 0 7.16 0 16C0 23.08 4.58 29.06 10.94 31.18C11.74 31.32 12.04 30.84 12.04 30.42C12.04 30.04 12.02 28.78 12.02 27.44C8 28.18 6.96 26.46 6.64 25.56C6.46 25.1 5.68 23.68 5 23.3C4.44 23 3.64 22.26 4.98 22.24C6.24 22.22 7.14 23.4 7.44 23.88C8.88 26.3 11.18 25.62 12.1 25.2C12.24 24.16 12.66 23.46 13.12 23.06C9.56 22.66 5.84 21.28 5.84 15.16C5.84 13.42 6.46 11.98 7.48 10.86C7.32 10.46 6.76 8.82 7.64 6.62C7.64 6.62 8.98 6.2 12.04 8.26C13.32 7.9 14.68 7.72 16.04 7.72C17.4 7.72 18.76 7.9 20.04 8.26C23.1 6.18 24.44 6.62 24.44 6.62C25.32 8.82 24.76 10.46 24.6 10.86C25.62 11.98 26.24 13.4 26.24 15.16C26.24 21.3 22.5 22.66 18.94 23.06C19.52 23.56 20.02 24.52 20.02 26.02C20.02 28.16 20 29.88 20 30.42C20 30.84 20.3 31.34 21.1 31.18C27.42 29.06 32 23.06 32 16C32 7.16 24.84 0 16 0V0Z"
fill="currentColor" />
</svg>
</a>
</div>
<div id="e" role="button"></div>
</div>
</div>
<input id="cp" readonly>
</body>
</html>