forked from LandSandBoat/server
-
Notifications
You must be signed in to change notification settings - Fork 0
[lua, sql] SW Apollyon Audit #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
CriticalXI
wants to merge
2
commits into
phoenixffxi:beta
Choose a base branch
from
CriticalXI:sw_apollyon
base: beta
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
192 changes: 107 additions & 85 deletions
192
documentation/limbus/Apollyon/Battlefields/sw_apollyon.lua
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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,18 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Air Elemental | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| mob:addImmunity(xi.immunity.GRAVITY) | ||
| mob:addImmunity(xi.immunity.SILENCE) | ||
| mob:addImmunity(xi.immunity.SLOW) | ||
| mob:addImmunity(xi.immunity.ELEGY) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.PETRIFY) | ||
| end | ||
|
|
||
| return entity |
19 changes: 19 additions & 0 deletions
19
documentation/limbus/Apollyon/Zone/mobs/Apollyon_Sapling.lua
This file contains hidden or 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,19 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Apollyon Sapling | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| mob:setMod(xi.mod.UDMGBREATH, -2500) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| return entity |
18 changes: 18 additions & 0 deletions
18
documentation/limbus/Apollyon/Zone/mobs/Arboricole_Beetle.lua
This file contains hidden or 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,18 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Arboricole Beetle | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| return entity |
18 changes: 18 additions & 0 deletions
18
documentation/limbus/Apollyon/Zone/mobs/Arboricole_Crawler.lua
This file contains hidden or 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,18 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Arboricole Crawler | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| return entity |
18 changes: 18 additions & 0 deletions
18
documentation/limbus/Apollyon/Zone/mobs/Arboricole_Hornet.lua
This file contains hidden or 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,18 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Arboricole Hornet | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| return entity |
18 changes: 18 additions & 0 deletions
18
documentation/limbus/Apollyon/Zone/mobs/Arboricole_Opo-opo.lua
This file contains hidden or 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,18 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Arboricole Opo-opo | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| return entity |
18 changes: 18 additions & 0 deletions
18
documentation/limbus/Apollyon/Zone/mobs/Arboricole_Raven.lua
This file contains hidden or 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,18 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Arboricole Raven | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| return entity |
23 changes: 23 additions & 0 deletions
23
documentation/limbus/Apollyon/Zone/mobs/Arboricole_Spider.lua
This file contains hidden or 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,23 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Arboricole Spider | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.PLAGUE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| mob:setMobMod(xi.mobMod.ADD_EFFECT, 1) | ||
| end | ||
|
|
||
| entity.onMobSpawn = function(mob) | ||
| mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 150) | ||
| end | ||
|
|
||
| entity.onAdditionalEffect = function(mob, target, damage) | ||
| return xi.mob.onAddEffect(mob, target, damage, xi.mob.ae.HP_DRAIN) | ||
| end | ||
|
|
||
| return entity |
This file contains hidden or 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
17 changes: 17 additions & 0 deletions
17
documentation/limbus/Apollyon/Zone/mobs/Dark_Elemental.lua
This file contains hidden or 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,17 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Dark Elemental | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.BLIND) | ||
| mob:addImmunity(xi.immunity.DARK_SLEEP) | ||
| mob:addImmunity(xi.immunity.LIGHT_SLEEP) | ||
| mob:addImmunity(xi.immunity.SILENCE) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.PETRIFY) | ||
| end | ||
|
|
||
| return entity |
17 changes: 17 additions & 0 deletions
17
documentation/limbus/Apollyon/Zone/mobs/Earth_Elemental.lua
This file contains hidden or 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,17 @@ | ||
| ----------------------------------- | ||
| -- Area: Apollyon SW | ||
| -- Mob: Earth Elemental | ||
| ----------------------------------- | ||
| ---@type TMobEntity | ||
| local entity = {} | ||
|
|
||
| entity.onMobInitialize = function(mob) | ||
| mob:addImmunity(xi.immunity.STUN) | ||
| mob:addImmunity(xi.immunity.SILENCE) | ||
| mob:addImmunity(xi.immunity.SLOW) | ||
| mob:addImmunity(xi.immunity.ELEGY) | ||
| mob:addImmunity(xi.immunity.TERROR) | ||
| mob:addImmunity(xi.immunity.PETRIFY) | ||
| end | ||
|
|
||
| return entity |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above