-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathriddle_data.json
More file actions
63 lines (63 loc) · 1.8 KB
/
riddle_data.json
File metadata and controls
63 lines (63 loc) · 1.8 KB
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
{
"hero": {
"cultivation": 92,
"hp": 111,
"physique": 0,
"max_physique": 0,
"max_hp": 111,
"round_number": 19,
"cards": [
"Moon Water Sword Formation 2",
"Chain Sword Formation 3",
"God's Opportunity Reversal 3",
"Chain Sword Formation 1",
"Black Silver Armor 1",
"Mirror Flower Sword Formation 3",
"God Fate Flies 3",
"Calamity Plaguin 2",
"Fate Reincarnates 1",
"Detect Qi 2",
"Giant Kun Spirit Sword 3",
"Nothing Is Appropriate 1",
"Mirror Flower Sword Formation 1",
"Fate Reincarnates 2",
"Nothing Is Appropriate 3",
"Rule Sky Sword Formation 3"
],
"talents": [
"Shift As Cloud",
"Sword In Sheathed",
"Epiphany",
"Shade Of Cloud",
"Spring Course Tea"
],
"sword_in_sheathed_stacks": 1,
"resonance_sword_formation_guard_stacks": 1
},
"villain": {
"cultivation": 103,
"hp": 111,
"physique": 0,
"max_physique": 0,
"max_hp": 111,
"round_number": "UNKNOWN",
"cards": [
"Chord In Tune 3",
"Predicament for Immortals 2",
"Loong 1",
"Giant Kun Spirit Sword 2",
"Moon Water Sword Formation 3",
"Rule Sky Sword Formation 1",
"Chain Sword Formation 3",
"Mirror Flower Sword Formation 2"
],
"talents": [
"Inheritance of Dragonling",
"Coral Sword",
"Dragon Scale",
"Tool Governor",
"Inheritance of Sword Formation"
],
"coral_sword_stacks": 1
}
}