-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (70 loc) · 3.19 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Ultimate Ancillary Guide</title>
<link rel="stylesheet" href="output/html/style.css?15" />
</head>
<body>
<div id="root">
<div id="content"></div>
<div id="sidebar">
<div id="sidebar-links">
<div id="subculture-list" class="vertical-link-list">
<a href="#wh_dlc03_sc_bst_beastmen">Beastmen</a>
<a href="#wh_main_sc_brt_bretonnia">Bretonnia</a>
<a href="#wh3_dlc23_sc_chd_chaos_dwarfs">Chaos Dwarfs</a>
<a href="#wh3_main_sc_dae_daemons">Daemons of Chaos</a>
<a href="#wh2_main_sc_def_dark_elves">Dark Elves</a>
<a href="#wh_main_sc_dwf_dwarfs">Dwarfs</a>
<a href="#wh3_main_sc_cth_cathay">Grand Cathay</a>
<a href="#wh_main_sc_grn_greenskins">Greenskins</a>
<a href="#wh2_main_sc_hef_high_elves">High Elves</a>
<a href="#wh3_main_sc_kho_khorne">Khorne</a>
<a href="#wh3_main_sc_ksl_kislev">Kislev</a>
<a href="#wh2_main_sc_lzd_lizardmen">Lizardmen</a>
<a href="#wh_dlc08_sc_nor_norsca">Norsca</a>
<a href="#wh3_main_sc_nur_nurgle">Nurgle</a>
<a href="#wh3_main_sc_ogr_ogre_kingdoms">Ogre Kingdoms</a>
<a class="not-playable" href="#wh2_main_rogue_chaos">Rogue Armies</a>
<a class="not-playable" href="#wh_main_sc_grn_savage_orcs">Savage Orcs</a>
<a href="#wh2_main_sc_skv_skaven">Skaven</a>
<a href="#wh3_main_sc_sla_slaanesh">Slaanesh</a>
<a class="not-playable" href="#wh_main_sc_teb_teb">Southern Realms</a>
<a href="#wh_main_sc_emp_empire">The Empire</a>
<a href="#wh2_dlc09_sc_tmb_tomb_kings">Tomb Kings</a>
<a href="#wh3_main_sc_tze_tzeentch">Tzeentch</a>
<a href="#wh2_dlc11_sc_cst_vampire_coast">Vampire Coast</a>
<a href="#wh_main_sc_vmp_vampire_counts">Vampire Counts</a>
<a href="#wh_main_sc_chs_chaos">Warriors of Chaos</a>
<a href="#wh_dlc05_sc_wef_wood_elves">Wood Elves</a>
</div>
<div id="page-list" class="vertical-link-list">
<a href="warhammer_2.html">Warhammer 2</a><a class="active" href="warhammer_3.html">Warhammer 3</a>
</div>
</div>
<div id="legend">
<div class="legend-item" title="Prevent, if character (or faction, if specified) already has ancillary equipped">
<div class="flag-item flag--prevent"></div>Prevent ancillary duplication
</div>
<div class="legend-item" title="This ancillary can be randomly dropped... after winning a battle?
I'm not exactly sure about how this actually works.
The main difference from "Lua randomly dropped" is that this flag indicates the value specified in Database.
Either way "Randomly dropped" and "Lua randomly dropped" work independent of each other.
In theory you can get both (if my half-baked understanding without any testing is correct).">
<div class="flag-item flag--randomly_dropped"></div>Randomly dropped
</div>
<div class="legend-item" title="This ancillary can be randomly dropped after winning a battle (explicit in lua).
Read guide's last section for further info">
<div class="flag-item flag--lua_dropped"></div>Lua randomly dropped
</div>
<div class="legend-item legend--soft-bug" title="Hover over such trigger condition to see bug explanation">
Doesn't work as expected
</div>
</div>
</div>
</div>
<script src="output/html/warhammer_3.js?15"></script>
<script src="output/html/entry.js?15"></script>
</body>
</html>