This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev_main.opy
75 lines (67 loc) · 2.64 KB
/
dev_main.opy
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
# Constants
#!include "constant/reimagined_constant.opy"
#!include "constant/normal_constant.opy"
# Game Lobby
#!include "lobby/dev_lobby.opy"
##!obfuscate noRuleFilling noConstantObfuscation
#!suppressWarnings w_type_check w_unsuitable_event
# Passives
#!include "passives/tank/headshot.opy"
#!include "passives/tank/knockback.opy"
#!include "passives/tank/ult_charge.opy"
#!include "passives/damage/damage_passive.opy"
#!include "passives/support/self_heal.opy"
# Utilities
#!include "utilities/reset.opy"
#!include "utilities/anti_crash.opy"
#!include "utilities/custom_hp.opy"
#!include "utilities/hero_switched.opy"
#!include "utilities/macro.opy"
#!include "utilities/hero_roster.opy"
#!include "utilities/role_lock.opy"
#!include "utilities/watermark.opy"
#!include "utilities/stat_helper.opy"
#!include "utilities/ready.opy"
# Heroes
#!include "heroes/ana/init_ana.opy"
#!include "heroes/ashe/init_ashe.opy"
#!include "heroes/bastion/init_bastion.opy"
#!include "heroes/baptiste/init_bap.opy"
#!include "heroes/brigitte/init_brig.opy"
#!include "heroes/doomfist/init_doomfist.opy"
#!include "heroes/dva/init_dva.opy"
#!include "heroes/echo/init_echo.opy"
#!include "heroes/genji/init_genji.opy"
#!include "heroes/hanzo/init_hanzo.opy"
#!include "heroes/illari/init_illari.opy"
#!include "heroes/junkerqueen/init_junkerqueen.opy"
#!include "heroes/junkrat/init_junkrat.opy"
#!include "heroes/kiriko/init_kiriko.opy"
#!include "heroes/lifeweaver/init_lifeweaver.opy"
#!include "heroes/lucio/init_lucio.opy"
#!include "heroes/mauga/init_mauga.opy"
#!include "heroes/mccree/init_mccree.opy"
#!include "heroes/mei/init_mei.opy"
#!include "heroes/mercy/init_mercy.opy"
#!include "heroes/moira/init_moira.opy"
#!include "heroes/orisa/init_orisa.opy"
#!include "heroes/pharah/init_pharah.opy"
#!include "heroes/ramattra/init_ramattra.opy"
#!include "heroes/roadhog/init_roadhog.opy"
#!include "heroes/reinhardt/init_reinhardt.opy"
#!include "heroes/reaper/init_reaper.opy"
#!include "heroes/symmetra/init_sym.opy"
#!include "heroes/soldier/init_soldier.opy"
#!include "heroes/sombra/init_sombra.opy"
#!include "heroes/sojourn/init_sojourn.opy"
#!include "heroes/sigma/init_sigma.opy"
#!include "heroes/torbjorn/init_torb.opy"
#!include "heroes/tracer/init_tracer.opy"
#!include "heroes/venture/init_venture.opy"
#!include "heroes/widowmaker/init_widowmaker.opy"
#!include "heroes/winston/init_winston.opy"
#!include "heroes/hammond/init_hammond.opy"
#!include "heroes/zarya/init_zarya.opy"
#!include "heroes/zenyatta/init_zenyatta.opy"
# Include debug at the end so any variable can be viewed
#!include "utilities/debug.opy"