-
Notifications
You must be signed in to change notification settings - Fork 358
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
1 parent
46e4164
commit bda70f7
Showing
17 changed files
with
322 additions
and
31 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,5 +8,5 @@ | |
"priority" : 100, | ||
"requires" : [], | ||
"steamContentId" : "729480149", | ||
"version" : "4.20.3" | ||
"version" : "4.20.4" | ||
} |
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
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.
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
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
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,9 @@ | ||
[ | ||
{"op": "add","path": "/fu_warspear","value": "War Spear"}, | ||
{"op": "add","path": "/fu_lance","value": "Lance"}, | ||
{"op": "add","path": "/fu_pierce","value": "Fencing Blade"}, | ||
{"op": "add","path": "/fu_scythe","value": "Scythe"}, | ||
{"op": "add","path": "/quarterstaff","value": "Quarterstaff"}, | ||
{"op": "add","path": "/warblade","value": "War Blade"}, | ||
{"op": "add","path": "/fu_keening","value": "Keen Blade"} | ||
] |
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,12 @@ | ||
{ | ||
"name" : "sludge", | ||
"liquidId" : 69, | ||
"description" : "Some sort of stench-ridden, putrid sludge.", | ||
"tickDelta" : 4, | ||
"color" : [49, 32, 20, 225], | ||
"statusEffects" : [ "swimming", "wet" ], | ||
"itemDrop" : "liquidwastewater", | ||
"texture" : "/liquids/sludgetex.png", | ||
"bottomLightMix" : [0, 0, 0], | ||
"textureMovementFactor" : 0.65 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
{ | ||
"frameGrid" : { | ||
"size" : [36, 60], | ||
"dimensions" : [8, 2], | ||
|
||
"names" : [ | ||
[ "idle.1", null, null, null, null, null, null, null ], | ||
[ "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8"] | ||
] | ||
} | ||
} |
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,9 @@ | ||
{ | ||
"name" : "fugiraffecritter", | ||
"category" : "fugiraffecritter", | ||
"type" : "body", | ||
|
||
"frames" : { | ||
"body" : "body.png" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions
134
monsters/critter/fugiraffecritter/fugiraffecritter.animation
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,134 @@ | ||
{ | ||
"animatedParts" : { | ||
"stateTypes" : { | ||
"damage" : { | ||
"priority" : 3, | ||
"default" : "none", | ||
"states" : { | ||
"none" : { | ||
"frames" : 1 | ||
}, | ||
"stunned" : { | ||
"frames" : 1 | ||
} | ||
} | ||
}, | ||
"movement" : { | ||
"priority" : 0, | ||
"default" : "idle", | ||
"states" : { | ||
"idle" : { | ||
"frames" : 1, | ||
"cycle" : 0.2, | ||
"mode" : "loop" | ||
}, | ||
"walk" : { | ||
"frames" : 8, | ||
"cycle" : 0.5, | ||
"mode" : "loop" | ||
} | ||
} | ||
}, | ||
"releaseParticles" : { | ||
"default" : "off", | ||
"states" : { | ||
"off" : { | ||
"frames" : 1, | ||
"properties" : { | ||
"particleEmittersOff" : [ "releaseParticles" ] | ||
} | ||
}, | ||
"on" : { | ||
"frames" : 1, | ||
"cycle" : 0.1, | ||
"mode" : "transition", | ||
"transition" : "off", | ||
"properties" : { | ||
"particleEmittersOn" : [ "releaseParticles" ] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"parts" : { | ||
"body" : { | ||
"properties" : { | ||
"rotationGroup" : "body" | ||
}, | ||
"partStates" : { | ||
"movement" : { | ||
"idle" : { | ||
"properties" : { | ||
"image" : "<partImage>:idle.<frame>" | ||
} | ||
}, | ||
"walk" : { | ||
"properties" : { | ||
"image" : "<partImage>:walk.<frame>" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"rotationGroups" : { | ||
"body" : { | ||
"rotationCenter" : [0, 0], | ||
"angularVelocity" : 5 | ||
} | ||
}, | ||
|
||
"particleEmitters" : { | ||
"deathPoof" : { | ||
"particles" : [ | ||
{ "particle" : "monstersplosion" }, | ||
{ "particle" : "deathfizz1left" }, | ||
{ "particle" : "deathfizz1right" }, | ||
{ "particle" : "deathfizz2left" }, | ||
{ "particle" : "deathfizz2right" }, | ||
{ "particle" : "deathfizz3left" }, | ||
{ "particle" : "deathfizz3right" }, | ||
{ "particle" : "deathfizz4left" }, | ||
{ "particle" : "deathfizz4right" } | ||
] | ||
}, | ||
|
||
|
||
"captureParticles":{ | ||
"particles" : [ | ||
{ "particle" : "monstercapture" } | ||
] | ||
}, | ||
"releaseParticles":{ | ||
"particles" : [ | ||
{ "particle" : "monsterrelease" } | ||
] | ||
}, | ||
"teleportOut":{ | ||
"particles" : [ | ||
{ "particle" : "monstercapture" } | ||
] | ||
}, | ||
"teleportIn":{ | ||
"particles" : [ | ||
{ "particle" : "monsterrelease" } | ||
] | ||
} | ||
}, | ||
|
||
"effects" : { | ||
"blink" : { | ||
"type" : "flash", | ||
"time" : 0, | ||
"directives" : "fade=ffffff;0.5" | ||
} | ||
}, | ||
|
||
"sounds" : { | ||
"turnHostile" : [ ], | ||
"deathPuff" : [ "/sfx/npc/enemydeathpuff.ogg" ] | ||
} | ||
} |
91 changes: 91 additions & 0 deletions
91
monsters/critter/fugiraffecritter/fugiraffecritter.monstertype
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,91 @@ | ||
{ | ||
"type" : "fugiraffecritter", | ||
|
||
"categories" : [ "fugiraffecritter" ], | ||
"parts" : [ "body" ], | ||
|
||
"animation" : "fugiraffecritter.animation", | ||
"reversed" : true, | ||
|
||
"dropPools" : [ { "default" : "empty" } ], | ||
|
||
"baseParameters" : { | ||
"scripts" : [ | ||
"/monsters/monster.lua" | ||
], | ||
|
||
"behavior" : "walkingcritter", | ||
|
||
"metaBoundBox" : [-4, -4, 4, 4], | ||
"scale" : 1.0, | ||
|
||
"movementSettings" : { | ||
"collisionPoly" : [ [0.3075, 1.5], [0.75, 1.06], [0.75, -2.93], [0.3075, -3.375], [-0.3075, -3.375], [-0.75, -2.93], [-0.75, 1.06], [-0.3075, 1.5] ], | ||
|
||
"mass" : 0.5, | ||
"walkSpeed" : 5, | ||
"runSpeed" : 5, | ||
"jumpSpeed" : 5 | ||
}, | ||
|
||
"bodyMaterialKind" : "organic", | ||
|
||
"knockoutTime" : 0.1, | ||
"knockoutEffect" : "", | ||
|
||
"damageTeamType" : "passive", | ||
|
||
"statusSettings" : { | ||
"statusProperties" : { | ||
"targetMaterialKind" : "organic" | ||
}, | ||
|
||
"appliesEnvironmentStatusEffects" : false, | ||
"minimumLiquidStatusEffectPercentage" : 0.1, | ||
|
||
"primaryScriptSources" : [ | ||
"/stats/monster_primary.lua" | ||
], | ||
"primaryScriptDelta" : 0, | ||
|
||
"stats" : { | ||
"knockbackStunTime" : { | ||
"baseValue" : 0.25 | ||
}, | ||
"knockbackThreshold" : { | ||
"baseValue" : 9 | ||
}, | ||
"maxHealth" : { | ||
"baseValue" : 40 | ||
}, | ||
"protection" : { | ||
"baseValue" : 0.0 | ||
}, | ||
"healthRegen" : { | ||
"baseValue" : 0.0 | ||
}, | ||
"powerMultiplier" : { | ||
"baseValue" : 1.0 | ||
} | ||
}, | ||
|
||
"resources" : { | ||
"stunned" : { | ||
"deltaValue" : -1.0, | ||
"initialValue" : 0.0 | ||
}, | ||
"health" : { | ||
"maxStat" : "maxHealth", | ||
"deltaStat" : "healthRegen", | ||
"defaultPercentage" : 100 | ||
} | ||
} | ||
}, | ||
|
||
"mouthOffset" : [0, 0], | ||
"feetOffset" : [0, -8], | ||
"capturable" : true, | ||
"captureHealthFraction" : 1.0, | ||
"nametagColor" : [64, 200, 255] | ||
} | ||
} |
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
Oops, something went wrong.