-
Notifications
You must be signed in to change notification settings - Fork 2
/
Extension Nexus.as
29 lines (24 loc) · 950 Bytes
/
Extension Nexus.as
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
//Extension List
//Core Mechanics
include "Core Mechanics/Core Systems.as"
include "Core Mechanics/Player/Feats and Levelling.as"
include "Core Mechanics/Player/Infect.as"
include "Core Mechanics/World/Combat.as"
include "Core Mechanics/World/Exploration.as"
include "Core Mechanics/Player/Self Examination.as"
include "Core Mechanics/World/Encountering and Challenging.as"
include "Core Mechanics/Player/Items and Inventory.as"
include "Core Mechanics/World/Time.as"
include "Core Mechanics/World/Rooms.as"
include "Core Mechanics/Player/Character Creation.as"
include "Core Mechanics/Saving.as"
include "Core Mechanics/Player/Pregnancy.as"
include "Core Mechanics/World/NPCs and Pets.as"
//Monsters
include "Nuku Valente/Monsters/Latex Fox.as"
include "Nuku Valente/Monsters/Hermaphrodite Gryphon.as"
include "Nuku Valente/Monsters/Female Husky.as"
include "Blue Bishop/Wyvern.as"
include "Blue Bishop/Hawpy.as"
presetName();
startScreen();