-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathworkspace.code-workspace
59 lines (59 loc) · 1.38 KB
/
workspace.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"favorites.resources": [
{
"filePath": "Trigger\\05-Game Functions\\Mechanics\\2-Damage System\\2. ModifyDamageBeforeArmor.j",
"group": "Default"
},
{
"filePath": "Trigger\\05-Game Functions\\Mechanics\\2-Damage System\\3. ModifyDamageAfterArmor.j",
"group": "Default"
},
{
"filePath": "Trigger\\05-Game Functions\\Mechanics\\Unsorted\\2-ShortPeriodCheck.j",
"group": "Default"
},
{
"filePath": "Trigger\\05-Game Functions\\Mechanics\\Unsorted\\3-LongPeriodCheck.j",
"group": "Default"
},
{
"filePath": "Trigger\\08-Abilities\\General\\Spell Effects.j",
"group": "Default"
},
{
"filePath": "Utility\\Color codes.j",
"group": "Default"
},
{
"filePath": "Trigger\\05-Game Functions\\Abilities\\AbilityCooldown.j",
"group": "Default"
},
{
"filePath": "Trigger\\03-Data\\01-Generic\\IdLibrary.j",
"group": "Default"
},
{
"filePath": "Trigger\\03-Data\\03-Abilities\\1-AbilityData.j",
"group": "Default"
},
{
"filePath": "Trigger\\03-Data\\02-Heroes\\HeroPassiveDesc.j",
"group": "Default"
},
{
"filePath": "Trigger\\08-Abilities\\General\\1-ElementStartAbility.j",
"group": "Default"
},
{
"filePath": "Trigger\\05-Game Functions\\Unsorted\\5-Functions.j",
"group": "Default"
}
]
}
}