-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 09e32ba
Showing
3,110 changed files
with
1,150 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Files within this mod that should not be loaded by Everest. | ||
# If you want to add files to this list that will be included in the zip, | ||
# make sure to also include the .everestignore file in the zip by adding it | ||
# to the ZippedFiles tag in the .csproj file, or the artifact paths in the | ||
# Github workflow file if you're using GitHub actions for publishing. | ||
Source/ | ||
VinkiMod.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,357 @@ | ||
# Packaged mods | ||
VinkiMod.zip | ||
|
||
## Ignore Visual Studio temporary files, build results, and | ||
## files generated by popular Visual Studio add-ons. | ||
## | ||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | ||
|
||
# User-specific files | ||
*.rsuser | ||
*.suo | ||
*.user | ||
*.userosscache | ||
*.sln.docstates | ||
|
||
# User-specific files (MonoDevelop/Xamarin Studio) | ||
*.userprefs | ||
|
||
# Mono auto generated files | ||
mono_crash.* | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
[Dd]ebugPublic/ | ||
[Rr]elease/ | ||
[Rr]eleases/ | ||
x64/ | ||
x86/ | ||
[Aa][Rr][Mm]/ | ||
[Aa][Rr][Mm]64/ | ||
bld/ | ||
[Bb]in/ | ||
[Oo]bj/ | ||
[Ll]og/ | ||
[Ll]ogs/ | ||
|
||
# Visual Studio 2015/2017 cache/options directory | ||
.vs/ | ||
# Uncomment if you have tasks that create the project's static files in wwwroot | ||
#wwwroot/ | ||
|
||
# Visual Studio 2017 auto generated files | ||
Generated\ Files/ | ||
|
||
# MSTest test Results | ||
[Tt]est[Rr]esult*/ | ||
[Bb]uild[Ll]og.* | ||
|
||
# NUnit | ||
*.VisualState.xml | ||
TestResult.xml | ||
nunit-*.xml | ||
|
||
# Build Results of an ATL Project | ||
[Dd]ebugPS/ | ||
[Rr]eleasePS/ | ||
dlldata.c | ||
|
||
# Benchmark Results | ||
BenchmarkDotNet.Artifacts/ | ||
|
||
# .NET Core | ||
project.lock.json | ||
project.fragment.lock.json | ||
artifacts/ | ||
|
||
# StyleCop | ||
StyleCopReport.xml | ||
|
||
# Files built by Visual Studio | ||
*_i.c | ||
*_p.c | ||
*_h.h | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.iobj | ||
*.pch | ||
*.pdb | ||
*.ipdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.tmp_proj | ||
*_wpftmp.csproj | ||
*.log | ||
*.vspscc | ||
*.vssscc | ||
.builds | ||
*.pidb | ||
*.svclog | ||
*.scc | ||
|
||
# Chutzpah Test files | ||
_Chutzpah* | ||
|
||
# Visual C++ cache files | ||
ipch/ | ||
*.aps | ||
*.ncb | ||
*.opendb | ||
*.opensdf | ||
*.sdf | ||
*.cachefile | ||
*.VC.db | ||
*.VC.VC.opendb | ||
|
||
# Visual Studio profiler | ||
*.psess | ||
*.vsp | ||
*.vspx | ||
*.sap | ||
|
||
# Visual Studio Trace Files | ||
*.e2e | ||
|
||
# TFS 2012 Local Workspace | ||
$tf/ | ||
|
||
# Guidance Automation Toolkit | ||
*.gpState | ||
|
||
# ReSharper is a .NET coding add-in | ||
_ReSharper*/ | ||
*.[Rr]e[Ss]harper | ||
*.DotSettings.user | ||
|
||
# TeamCity is a build add-in | ||
_TeamCity* | ||
|
||
# DotCover is a Code Coverage Tool | ||
*.dotCover | ||
|
||
# AxoCover is a Code Coverage Tool | ||
.axoCover/* | ||
!.axoCover/settings.json | ||
|
||
# Visual Studio code coverage results | ||
*.coverage | ||
*.coveragexml | ||
|
||
# NCrunch | ||
_NCrunch_* | ||
.*crunch*.local.xml | ||
nCrunchTemp_* | ||
|
||
# MightyMoose | ||
*.mm.* | ||
AutoTest.Net/ | ||
|
||
# Web workbench (sass) | ||
.sass-cache/ | ||
|
||
# Installshield output folder | ||
[Ee]xpress/ | ||
|
||
# DocProject is a documentation generator add-in | ||
DocProject/buildhelp/ | ||
DocProject/Help/*.HxT | ||
DocProject/Help/*.HxC | ||
DocProject/Help/*.hhc | ||
DocProject/Help/*.hhk | ||
DocProject/Help/*.hhp | ||
DocProject/Help/Html2 | ||
DocProject/Help/html | ||
|
||
# Click-Once directory | ||
publish/ | ||
|
||
# Publish Web Output | ||
*.[Pp]ublish.xml | ||
*.azurePubxml | ||
# Note: Comment the next line if you want to checkin your web deploy settings, | ||
# but database connection strings (with potential passwords) will be unencrypted | ||
*.pubxml | ||
*.publishproj | ||
|
||
# Microsoft Azure Web App publish settings. Comment the next line if you want to | ||
# checkin your Azure Web App publish settings, but sensitive information contained | ||
# in these scripts will be unencrypted | ||
PublishScripts/ | ||
|
||
# NuGet Packages | ||
*.nupkg | ||
# NuGet Symbol Packages | ||
*.snupkg | ||
# The packages folder can be ignored because of Package Restore | ||
**/[Pp]ackages/* | ||
# except build/, which is used as an MSBuild target. | ||
!**/[Pp]ackages/build/ | ||
# Uncomment if necessary however generally it will be regenerated when needed | ||
#!**/[Pp]ackages/repositories.config | ||
# NuGet v3's project.json files produces more ignorable files | ||
*.nuget.props | ||
*.nuget.targets | ||
|
||
# Microsoft Azure Build Output | ||
csx/ | ||
*.build.csdef | ||
|
||
# Microsoft Azure Emulator | ||
ecf/ | ||
rcf/ | ||
|
||
# Windows Store app package directories and files | ||
AppPackages/ | ||
BundleArtifacts/ | ||
Package.StoreAssociation.xml | ||
_pkginfo.txt | ||
*.appx | ||
*.appxbundle | ||
*.appxupload | ||
|
||
# Visual Studio cache files | ||
# files ending in .cache can be ignored | ||
*.[Cc]ache | ||
# but keep track of directories ending in .cache | ||
!?*.[Cc]ache/ | ||
|
||
# Others | ||
ClientBin/ | ||
~$* | ||
*~ | ||
*.dbmdl | ||
*.dbproj.schemaview | ||
*.jfm | ||
*.pfx | ||
*.publishsettings | ||
orleans.codegen.cs | ||
|
||
# Including strong name files can present a security risk | ||
# (https://github.com/github/gitignore/pull/2483#issue-259490424) | ||
#*.snk | ||
|
||
# Since there are multiple workflows, uncomment next line to ignore bower_components | ||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | ||
#bower_components/ | ||
|
||
# RIA/Silverlight projects | ||
Generated_Code/ | ||
|
||
# Backup & report files from converting an old project file | ||
# to a newer Visual Studio version. Backup files are not needed, | ||
# because we have git ;-) | ||
_UpgradeReport_Files/ | ||
Backup*/ | ||
UpgradeLog*.XML | ||
UpgradeLog*.htm | ||
ServiceFabricBackup/ | ||
*.rptproj.bak | ||
|
||
# SQL Server files | ||
*.mdf | ||
*.ldf | ||
*.ndf | ||
|
||
# Business Intelligence projects | ||
*.rdl.data | ||
*.bim.layout | ||
*.bim_*.settings | ||
*.rptproj.rsuser | ||
*- [Bb]ackup.rdl | ||
*- [Bb]ackup ([0-9]).rdl | ||
*- [Bb]ackup ([0-9][0-9]).rdl | ||
|
||
# Microsoft Fakes | ||
FakesAssemblies/ | ||
|
||
# GhostDoc plugin setting file | ||
*.GhostDoc.xml | ||
|
||
# Node.js Tools for Visual Studio | ||
.ntvs_analysis.dat | ||
node_modules/ | ||
|
||
# Visual Studio 6 build log | ||
*.plg | ||
|
||
# Visual Studio 6 workspace options file | ||
*.opt | ||
|
||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) | ||
*.vbw | ||
|
||
# Visual Studio LightSwitch build output | ||
**/*.HTMLClient/GeneratedArtifacts | ||
**/*.DesktopClient/GeneratedArtifacts | ||
**/*.DesktopClient/ModelManifest.xml | ||
**/*.Server/GeneratedArtifacts | ||
**/*.Server/ModelManifest.xml | ||
_Pvt_Extensions | ||
|
||
# Paket dependency manager | ||
.paket/paket.exe | ||
paket-files/ | ||
|
||
# FAKE - F# Make | ||
.fake/ | ||
|
||
# CodeRush personal settings | ||
.cr/personal | ||
|
||
# Python Tools for Visual Studio (PTVS) | ||
__pycache__/ | ||
*.pyc | ||
|
||
# Cake - Uncomment if you are using it | ||
# tools/** | ||
# !tools/packages.config | ||
|
||
# Tabs Studio | ||
*.tss | ||
|
||
# Telerik's JustMock configuration file | ||
*.jmconfig | ||
|
||
# BizTalk build output | ||
*.btp.cs | ||
*.btm.cs | ||
*.odx.cs | ||
*.xsd.cs | ||
|
||
# OpenCover UI analysis results | ||
OpenCover/ | ||
|
||
# Azure Stream Analytics local run output | ||
ASALocalRun/ | ||
|
||
# MSBuild Binary and Structured Log | ||
*.binlog | ||
|
||
# NVidia Nsight GPU debugger configuration file | ||
*.nvuser | ||
|
||
# MFractors (Xamarin productivity tool) working folder | ||
.mfractor/ | ||
|
||
# Local History for Visual Studio | ||
.localhistory/ | ||
|
||
# BeatPulse healthcheck temp database | ||
healthchecksdb | ||
|
||
# Backup folder for Package Reference Convert tool in Visual Studio 2017 | ||
MigrationBackup/ | ||
|
||
# Ionide (cross platform F# VS Code tools) working folder | ||
.ionide/ | ||
|
||
# JetBrains Rider | ||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SkinModHelper_Player__Vinki_Scug= Vinki |
Binary file added
BIN
+2.14 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.14 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.14 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.27 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.9 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.25 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.25 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.62 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.31 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.19 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.32 KB
...ics/Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBench17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+160 Bytes
...Atlases/Gameplay/CollabUtils2/characters/repeat/vinki/normal/sitBenchHair00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.37 KB
...cs/Atlases/Gameplay/HonlyHelper/characters/repeat/vinki/normal/player_pet00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.03 KB
...cs/Atlases/Gameplay/HonlyHelper/characters/repeat/vinki/normal/player_pet01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.37 KB
...cs/Atlases/Gameplay/HonlyHelper/characters/repeat/vinki/normal/player_pet02.png
Oops, something went wrong.
Binary file added
BIN
+2.03 KB
...cs/Atlases/Gameplay/HonlyHelper/characters/repeat/vinki/normal/player_pet03.png
Oops, something went wrong.
Binary file added
BIN
+2.37 KB
...cs/Atlases/Gameplay/HonlyHelper/characters/repeat/vinki/normal/player_pet04.png
Oops, something went wrong.
Binary file added
BIN
+2.03 KB
...cs/Atlases/Gameplay/HonlyHelper/characters/repeat/vinki/normal/player_pet05.png
Oops, something went wrong.
Binary file added
BIN
+358 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/Swim12.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/Swim13.png
Oops, something went wrong.
Binary file added
BIN
+370 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/Swim14.png
Oops, something went wrong.
Binary file added
BIN
+371 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/Swim15.png
Oops, something went wrong.
Binary file added
BIN
+381 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/Swim16.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/Swim17.png
Oops, something went wrong.
Binary file added
BIN
+80 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bangs00.png
Oops, something went wrong.
Binary file added
BIN
+80 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bangs01.png
Oops, something went wrong.
Binary file added
BIN
+80 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bangs02.png
Oops, something went wrong.
Binary file added
BIN
+351 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall00.png
Oops, something went wrong.
Binary file added
BIN
+375 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall01.png
Oops, something went wrong.
Binary file added
BIN
+367 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall02.png
Oops, something went wrong.
Binary file added
BIN
+401 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall03.png
Oops, something went wrong.
Binary file added
BIN
+347 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall04.png
Oops, something went wrong.
Binary file added
BIN
+356 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall05.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall06.png
Oops, something went wrong.
Binary file added
BIN
+419 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall07.png
Oops, something went wrong.
Binary file added
BIN
+437 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall08.png
Oops, something went wrong.
Binary file added
BIN
+453 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall09.png
Oops, something went wrong.
Binary file added
BIN
+452 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bigfall10.png
Oops, something went wrong.
Binary file added
BIN
+599 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/bubble.png
Oops, something went wrong.
Binary file added
BIN
+670 Bytes
.../Atlases/Gameplay/characters/repeat/spearmaster/normal/carrytheo_collapse00.png
Oops, something went wrong.
Binary file added
BIN
+351 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb00.png
Oops, something went wrong.
Binary file added
BIN
+340 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb01.png
Oops, something went wrong.
Binary file added
BIN
+331 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb02.png
Oops, something went wrong.
Binary file added
BIN
+351 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb03.png
Oops, something went wrong.
Binary file added
BIN
+338 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb04.png
Oops, something went wrong.
Binary file added
BIN
+355 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb05.png
Oops, something went wrong.
Binary file added
BIN
+352 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb06.png
Oops, something went wrong.
Binary file added
BIN
+331 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb07.png
Oops, something went wrong.
Binary file added
BIN
+346 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb08.png
Oops, something went wrong.
Binary file added
BIN
+345 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb09.png
Oops, something went wrong.
Binary file added
BIN
+337 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb10.png
Oops, something went wrong.
Binary file added
BIN
+332 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb11.png
Oops, something went wrong.
Binary file added
BIN
+344 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb12.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb13.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/climb14.png
Oops, something went wrong.
Binary file added
BIN
+141 Bytes
...ases/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/blink.png
Oops, something went wrong.
Binary file added
BIN
+54.5 KB
...hics/Atlases/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone00.ase
Binary file not shown.
Binary file added
BIN
+949 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone00.png
Oops, something went wrong.
Binary file added
BIN
+1.22 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone01.png
Oops, something went wrong.
Binary file added
BIN
+1.22 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone02.png
Oops, something went wrong.
Binary file added
BIN
+1.2 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone03.png
Oops, something went wrong.
Binary file added
BIN
+1.2 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone04.png
Oops, something went wrong.
Binary file added
BIN
+1.21 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone05.png
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone06.png
Oops, something went wrong.
Binary file added
BIN
+1.25 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone07.png
Oops, something went wrong.
Binary file added
BIN
+1.21 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone08.png
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone09.png
Oops, something went wrong.
Binary file added
BIN
+1.21 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone10.png
Oops, something went wrong.
Binary file added
BIN
+1.21 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone11.png
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone12.png
Oops, something went wrong.
Binary file added
BIN
+1.2 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone13.png
Oops, something went wrong.
Binary file added
BIN
+1.25 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone14.png
Oops, something went wrong.
Binary file added
BIN
+1.26 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone15.png
Oops, something went wrong.
Binary file added
BIN
+1.22 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone16.png
Oops, something went wrong.
Binary file added
BIN
+1.21 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone17.png
Oops, something went wrong.
Binary file added
BIN
+1.22 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone18.png
Oops, something went wrong.
Binary file added
BIN
+1.22 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone19.png
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone20.png
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone21.png
Oops, something went wrong.
Binary file added
BIN
+1.23 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone22.png
Oops, something went wrong.
Binary file added
BIN
+1.29 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone23.png
Oops, something went wrong.
Binary file added
BIN
+1.37 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone24.png
Oops, something went wrong.
Binary file added
BIN
+1.33 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone25.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone26.png
Oops, something went wrong.
Binary file added
BIN
+1.41 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone27.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone28.png
Oops, something went wrong.
Binary file added
BIN
+1.41 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone29.png
Oops, something went wrong.
Binary file added
BIN
+1.49 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone30.png
Oops, something went wrong.
Binary file added
BIN
+1.56 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone31.png
Oops, something went wrong.
Binary file added
BIN
+1.56 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone32.png
Oops, something went wrong.
Binary file added
BIN
+1.46 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone33.png
Oops, something went wrong.
Binary file added
BIN
+1.5 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone34.png
Oops, something went wrong.
Binary file added
BIN
+1.42 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone35.png
Oops, something went wrong.
Binary file added
BIN
+1.33 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone36.png
Oops, something went wrong.
Binary file added
BIN
+1.37 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone37.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone38.png
Oops, something went wrong.
Binary file added
BIN
+1.25 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone39.png
Oops, something went wrong.
Binary file added
BIN
+1.65 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone40.png
Oops, something went wrong.
Binary file added
BIN
+1.53 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone41.png
Oops, something went wrong.
Binary file added
BIN
+1.54 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone42.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone43.png
Oops, something went wrong.
Binary file added
BIN
+1.47 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone44.png
Oops, something went wrong.
Binary file added
BIN
+1.46 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone45.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone46.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone47.png
Oops, something went wrong.
Binary file added
BIN
+1.51 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone48.png
Oops, something went wrong.
Binary file added
BIN
+1.52 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone49.png
Oops, something went wrong.
Binary file added
BIN
+1.56 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone50.png
Oops, something went wrong.
Binary file added
BIN
+1.5 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone51.png
Oops, something went wrong.
Binary file added
BIN
+700 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone52.png
Oops, something went wrong.
Binary file added
BIN
+667 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone53.png
Oops, something went wrong.
Binary file added
BIN
+624 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone54.png
Oops, something went wrong.
Binary file added
BIN
+593 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone55.png
Oops, something went wrong.
Binary file added
BIN
+569 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone56.png
Oops, something went wrong.
Binary file added
BIN
+554 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone57.png
Oops, something went wrong.
Binary file added
BIN
+528 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone58.png
Oops, something went wrong.
Binary file added
BIN
+595 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone59.png
Oops, something went wrong.
Binary file added
BIN
+601 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone60.png
Oops, something went wrong.
Binary file added
BIN
+1.04 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone61.png
Oops, something went wrong.
Binary file added
BIN
+1.03 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone62.png
Oops, something went wrong.
Binary file added
BIN
+1.01 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone63.png
Oops, something went wrong.
Binary file added
BIN
+1.03 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone64.png
Oops, something went wrong.
Binary file added
BIN
+1.05 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone65.png
Oops, something went wrong.
Binary file added
BIN
+1.05 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone66.png
Oops, something went wrong.
Binary file added
BIN
+1.11 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone67.png
Oops, something went wrong.
Binary file added
BIN
+1.09 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone68.png
Oops, something went wrong.
Binary file added
BIN
+1.06 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone69.png
Oops, something went wrong.
Binary file added
BIN
+1.04 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone70.png
Oops, something went wrong.
Binary file added
BIN
+1.02 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone71.png
Oops, something went wrong.
Binary file added
BIN
+1 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone72.png
Oops, something went wrong.
Binary file added
BIN
+1 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone73.png
Oops, something went wrong.
Binary file added
BIN
+1005 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone74.png
Oops, something went wrong.
Binary file added
BIN
+993 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone75.png
Oops, something went wrong.
Binary file added
BIN
+1.06 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone76.png
Oops, something went wrong.
Binary file added
BIN
+1.1 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone77.png
Oops, something went wrong.
Binary file added
BIN
+1.07 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone78.png
Oops, something went wrong.
Binary file added
BIN
+1.05 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone79.png
Oops, something went wrong.
Binary file added
BIN
+1.04 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone80.png
Oops, something went wrong.
Binary file added
BIN
+1.03 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone81.png
Oops, something went wrong.
Binary file added
BIN
+1018 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone82.png
Oops, something went wrong.
Binary file added
BIN
+1.01 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone83.png
Oops, something went wrong.
Binary file added
BIN
+1022 Bytes
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone84.png
Oops, something went wrong.
Binary file added
BIN
+1.02 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone85.png
Oops, something went wrong.
Binary file added
BIN
+1 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone86.png
Oops, something went wrong.
Binary file added
BIN
+1.01 KB
...es/Gameplay/characters/repeat/spearmaster/normal/cutscenes/payphone/phone87.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling00.png
Oops, something went wrong.
Binary file added
BIN
+354 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling01.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling02.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling03.png
Oops, something went wrong.
Binary file added
BIN
+357 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling04.png
Oops, something went wrong.
Binary file added
BIN
+361 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling05.png
Oops, something went wrong.
Binary file added
BIN
+370 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling06.png
Oops, something went wrong.
Binary file added
BIN
+361 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling07.png
Oops, something went wrong.
Binary file added
BIN
+356 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling08.png
Oops, something went wrong.
Binary file added
BIN
+356 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dangling09.png
Oops, something went wrong.
Binary file added
BIN
+360 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dash00.png
Oops, something went wrong.
Binary file added
BIN
+362 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dash01.png
Oops, something went wrong.
Binary file added
BIN
+385 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dash02.png
Oops, something went wrong.
Binary file added
BIN
+364 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dash03.png
Oops, something went wrong.
Binary file added
BIN
+245 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/deaddown00.png
Oops, something went wrong.
Binary file added
BIN
+381 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/deaddown01.png
Oops, something went wrong.
Binary file added
BIN
+245 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/deadside00.png
Oops, something went wrong.
Binary file added
BIN
+381 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/deadside01.png
Oops, something went wrong.
Binary file added
BIN
+245 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/deadup00.png
Oops, something went wrong.
Binary file added
BIN
+381 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/deadup01.png
Oops, something went wrong.
Binary file added
BIN
+3.06 KB
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h00.ase
Binary file not shown.
Binary file added
BIN
+455 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h00.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h01.png
Oops, something went wrong.
Binary file added
BIN
+337 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h02.png
Oops, something went wrong.
Binary file added
BIN
+451 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h03.png
Oops, something went wrong.
Binary file added
BIN
+426 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h04.png
Oops, something went wrong.
Binary file added
BIN
+409 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h05.png
Oops, something went wrong.
Binary file added
BIN
+280 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h06.png
Oops, something went wrong.
Binary file added
BIN
+382 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h07.png
Oops, something went wrong.
Binary file added
BIN
+370 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h08.png
Oops, something went wrong.
Binary file added
BIN
+264 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h09.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h10.png
Oops, something went wrong.
Binary file added
BIN
+173 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h11.png
Oops, something went wrong.
Binary file added
BIN
+177 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h12.png
Oops, something went wrong.
Binary file added
BIN
+209 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h13.png
Oops, something went wrong.
Binary file added
BIN
+150 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_h14.png
Oops, something went wrong.
Binary file added
BIN
+150 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/death_particle.png
Oops, something went wrong.
Binary file added
BIN
+370 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash00.png
Oops, something went wrong.
Binary file added
BIN
+372 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash01.png
Oops, something went wrong.
Binary file added
BIN
+188 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash02.png
Oops, something went wrong.
Binary file added
BIN
+209 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash03.png
Oops, something went wrong.
Binary file added
BIN
+232 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash04.png
Oops, something went wrong.
Binary file added
BIN
+210 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash05.png
Oops, something went wrong.
Binary file added
BIN
+231 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash06.png
Oops, something went wrong.
Binary file added
BIN
+270 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash07.png
Oops, something went wrong.
Binary file added
BIN
+158 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash08.png
Oops, something went wrong.
Binary file added
BIN
+248 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash09.png
Oops, something went wrong.
Binary file added
BIN
+303 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash10.png
Oops, something went wrong.
Binary file added
BIN
+157 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash11.png
Oops, something went wrong.
Binary file added
BIN
+182 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash12.png
Oops, something went wrong.
Binary file added
BIN
+247 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash13.png
Oops, something went wrong.
Binary file added
BIN
+242 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash14.png
Oops, something went wrong.
Binary file added
BIN
+210 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash15.png
Oops, something went wrong.
Binary file added
BIN
+221 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash16.png
Oops, something went wrong.
Binary file added
BIN
+355 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash17.png
Oops, something went wrong.
Binary file added
BIN
+307 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash18.png
Oops, something went wrong.
Binary file added
BIN
+431 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash19.png
Oops, something went wrong.
Binary file added
BIN
+408 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/dreamDash20.png
Oops, something went wrong.
Binary file added
BIN
+360 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/duck.png
Oops, something went wrong.
Binary file added
BIN
+4.34 KB
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge00.ase
Binary file not shown.
Binary file added
BIN
+405 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge00.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge01.png
Oops, something went wrong.
Binary file added
BIN
+421 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge02.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge03.png
Oops, something went wrong.
Binary file added
BIN
+412 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge04.png
Oops, something went wrong.
Binary file added
BIN
+412 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge05.png
Oops, something went wrong.
Binary file added
BIN
+407 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge06.png
Oops, something went wrong.
Binary file added
BIN
+426 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge07.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge08.png
Oops, something went wrong.
Binary file added
BIN
+419 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge09.png
Oops, something went wrong.
Binary file added
BIN
+417 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge10.png
Oops, something went wrong.
Binary file added
BIN
+418 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge11.png
Oops, something went wrong.
Binary file added
BIN
+417 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge12.png
Oops, something went wrong.
Binary file added
BIN
+407 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge13.png
Oops, something went wrong.
Binary file added
BIN
+353 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back00.png
Oops, something went wrong.
Binary file added
BIN
+355 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back01.png
Oops, something went wrong.
Binary file added
BIN
+349 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back02.png
Oops, something went wrong.
Binary file added
BIN
+358 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back03.png
Oops, something went wrong.
Binary file added
BIN
+360 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back04.png
Oops, something went wrong.
Binary file added
BIN
+361 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back05.png
Oops, something went wrong.
Binary file added
BIN
+360 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back06.png
Oops, something went wrong.
Binary file added
BIN
+352 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back07.png
Oops, something went wrong.
Binary file added
BIN
+354 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back08.png
Oops, something went wrong.
Binary file added
BIN
+345 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back09.png
Oops, something went wrong.
Binary file added
BIN
+344 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back10.png
Oops, something went wrong.
Binary file added
BIN
+357 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back11.png
Oops, something went wrong.
Binary file added
BIN
+351 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back12.png
Oops, something went wrong.
Binary file added
BIN
+365 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/edge_back13.png
Oops, something went wrong.
Binary file added
BIN
+2.72 KB
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa00.ase
Binary file not shown.
Binary file added
BIN
+426 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa00.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa01.png
Oops, something went wrong.
Binary file added
BIN
+409 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa02.png
Oops, something went wrong.
Binary file added
BIN
+478 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa03.png
Oops, something went wrong.
Binary file added
BIN
+532 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa04.png
Oops, something went wrong.
Binary file added
BIN
+530 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa05.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa06.png
Oops, something went wrong.
Binary file added
BIN
+497 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa07.png
Oops, something went wrong.
Binary file added
BIN
+409 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/awa08.png
Oops, something went wrong.
Binary file added
BIN
+393 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/slug.png
Oops, something went wrong.
Binary file added
BIN
+2.73 KB
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu00.ase
Binary file not shown.
Binary file added
BIN
+426 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu00.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu01.png
Oops, something went wrong.
Binary file added
BIN
+472 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu02.png
Oops, something went wrong.
Binary file added
BIN
+516 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu03.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu04.png
Oops, something went wrong.
Binary file added
BIN
+491 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu05.png
Oops, something went wrong.
Binary file added
BIN
+446 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu06.png
Oops, something went wrong.
Binary file added
BIN
+396 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu07.png
Oops, something went wrong.
Binary file added
BIN
+409 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/uwu08.png
Oops, something went wrong.
Binary file added
BIN
+2.8 KB
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa00.ase
Binary file not shown.
Binary file added
BIN
+396 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa00.png
Oops, something went wrong.
Binary file added
BIN
+459 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa01.png
Oops, something went wrong.
Binary file added
BIN
+506 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa02.png
Oops, something went wrong.
Binary file added
BIN
+532 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa03.png
Oops, something went wrong.
Binary file added
BIN
+533 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa04.png
Oops, something went wrong.
Binary file added
BIN
+459 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa05.png
Oops, something went wrong.
Binary file added
BIN
+396 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa06.png
Oops, something went wrong.
Binary file added
BIN
+396 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa07.png
Oops, something went wrong.
Binary file added
BIN
+409 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/emotes/wawa08.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint00.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint01.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint02.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint03.png
Oops, something went wrong.
Binary file added
BIN
+366 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint04.png
Oops, something went wrong.
Binary file added
BIN
+378 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint05.png
Oops, something went wrong.
Binary file added
BIN
+362 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint06.png
Oops, something went wrong.
Binary file added
BIN
+364 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint07.png
Oops, something went wrong.
Binary file added
BIN
+350 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint08.png
Oops, something went wrong.
Binary file added
BIN
+281 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint09.png
Oops, something went wrong.
Binary file added
BIN
+319 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/faint10.png
Oops, something went wrong.
Binary file added
BIN
+403 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall00.png
Oops, something went wrong.
Binary file added
BIN
+405 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall01.png
Oops, something went wrong.
Binary file added
BIN
+398 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall02.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall03.png
Oops, something went wrong.
Binary file added
BIN
+398 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall04.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall05.png
Oops, something went wrong.
Binary file added
BIN
+398 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall06.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fall07.png
Oops, something went wrong.
Binary file added
BIN
+3.25 KB
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fallPose00.ase
Binary file not shown.
Binary file added
BIN
+363 Bytes
Graphics/Atlases/Gameplay/characters/repeat/spearmaster/normal/fallPose00.png
Oops, something went wrong.
Oops, something went wrong.