Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/Content/randomevents.xml
T
juanjp600 4d225c65f2 Updated to MonoGame 3.6 + Directory refactor
- Barotrauma's projects are in the Barotrauma directory
- All libraries are in the Libraries directory
- MonoGame is now managed by NuGet, rather than referenced from the installed files (TODO: consider using PCL for easier cross-platform development?)
- NuGet libraries are not included in the repo, as getting the latest versions automatically should be preferred
- Removed Content/effects.mgfx as it didn't seem to be used anywhere
- Removed some references to Subsurface directory
- Renamed Launcher2 to Launcher
2017-06-27 09:52:57 -03:00

108 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Randomevents>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Crawler/crawler.xml"
commonness="10"
difficulty="10"
minamount="2" maxamount="3"
spawntype="mainpath,cave,ruin"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Tigerthresher/tigerthresher.xml"
commonness="10"
difficulty="20"
minamount="1" maxamount="3"
spawntype="mainpath"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Moloch/moloch.xml"
commonness="10"
difficulty="30"
spawntype="mainpath"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Mantis/mantis.xml"
commonness="10"
difficulty="15"
minamount="1" maxamount="2"
spawntype="mainpath,cave,ruin"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Coelanth/coelanth.xml"
spawndeep="true"
commonness="10"
difficulty="5"
minamount="1" maxamount="1"
spawntype="mainpath"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Charybdis/charybdis.xml"
spawndeep="true"
commonness="3"
difficulty="5"
minamount="1" maxamount="1"
spawntype="deep"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Endworm/endworm.xml"
spawndeep="true"
commonness="1"
difficulty="20"
minamount="1" maxamount="1"
spawntype="mainpath"
musictype="deep"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Watcher/watcher.xml"
commonness="3"
difficulty="5"
spawntype="mainpath,cave"
minamount="1" maxamount="1"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Husk/husk.xml"
commonness="5"
difficulty="10"
minamount="2" maxamount="3"
spawntype="mainpath,cave,ruin"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Fractalguardian/fractalguardian.xml"
commonness="3"
difficulty="1"
minamount="1" maxamount="1"
spawntype="ruin"
musictype="monster"/>
<MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Fractalguardian2/fractalguardian2.xml"
commonness="3"
difficulty="1"
minamount="1" maxamount="1"
spawntype="ruin"
musictype="monster"/>
<ArtifactEvent name="Artifact" description=""
itemname="Skyholder Artifact"
commonness="5"
difficulty="0"/>
<ArtifactEvent name="Artifact" description=""
itemname="Thermal Artifact"
commonness="5"
difficulty="0"/>
<ArtifactEvent name="Artifact" description=""
itemname="Faraday Artifact"
commonness="5"
difficulty="0"/>
</Randomevents>