FILES ----- [NEW] animations\ancientbouldersmash\ancientbouldersmash.animation [NEW] animations\ancientbouldersmash\ancientbouldersmash.frames [NEW] animations\ancientbouldersmash\ancientbouldersmash.png [NEW] animations\avianbouldersmash\avianbouldersmash.animation [NEW] animations\avianbouldersmash\avianbouldersmash.frames [NEW] animations\avianbouldersmash\avianbouldersmash.png npcs\dungeon\floranhell\hellguard.npctype npcs\dungeon\floranhell\hellprisoner.npctype objects\ancient\ancientbouldertrap\ancientbouldertrap.object objects\avian\bouldertrap\bouldertrap.object projectiles\physics.config [NEW] projectiles\traps\ancientboulderappear\ancientboulderappear.frames [NEW] projectiles\traps\ancientboulderappear\ancientboulderappear.png [NEW] projectiles\traps\ancientboulderappear\ancientboulderappear.projectile [NEW] projectiles\traps\ancientboulderappear\ancientsmoothboulderappear.projectile [NEW] projectiles\traps\ancientboulderrolling\ancientboulderrolling.frames [NEW] projectiles\traps\ancientboulderrolling\ancientboulderrolling.png [NEW] projectiles\traps\ancientboulderrolling\ancientboulderrolling.projectile [NEW] projectiles\traps\ancientboulderrolling\ancientsmoothboulderrolling.projectile [NEW] projectiles\traps\ancientbouldersmash\ancientbouldersmash.config [NEW] projectiles\traps\ancientbouldersmash\ancientbouldersmash.frames [NEW] projectiles\traps\ancientbouldersmash\ancientbouldersmash.png [NEW] projectiles\traps\ancientbouldersmash\ancientbouldersmash.projectile [NEW] projectiles\traps\avianboulderappear\avianboulderappear.frames [NEW] projectiles\traps\avianboulderappear\avianboulderappear.png [NEW] projectiles\traps\avianboulderappear\avianboulderappear.projectile [NEW] projectiles\traps\avianboulderappear\aviansmoothboulderappear.projectile [NEW] projectiles\traps\avianboulderrolling\avianboulderrolling.frames [NEW] projectiles\traps\avianboulderrolling\avianboulderrolling.png [NEW] projectiles\traps\avianboulderrolling\avianboulderrolling.projectile [NEW] projectiles\traps\avianboulderrolling\aviansmoothboulderrolling.projectile [NEW] projectiles\traps\avianbouldersmash\avianbouldersmash.config [NEW] projectiles\traps\avianbouldersmash\avianbouldersmash.frames [NEW] projectiles\traps\avianbouldersmash\avianbouldersmash.png [NEW] projectiles\traps\avianbouldersmash\avianbouldersmash.projectile quests\outpost\outpost0.questtemplate DIFFS ----- npcs\dungeon\floranhell\hellguard.npctype 6,7d5 < < "damageTeam" : 1, npcs\dungeon\floranhell\hellprisoner.npctype 7a8,9 > > "damageTeam" : 3, objects\ancient\ancientbouldertrap\ancientbouldertrap.object 79c79 < "projectile" : "ancienttrapboulderappear", // name of projectile (required) --- > "projectile" : "ancientboulderappear", // name of projectile (required) 82c82 < "power" : 60, --- > "power" : 40, objects\avian\bouldertrap\bouldertrap.object 79c79 < "projectile" : "aviantrapboulderappear", // name of projectile (required) --- > "projectile" : "avianboulderappear", // name of projectile (required) 82c82 < "power" : 60, --- > "power" : 40, projectiles\physics.config 170,171c170,171 < "gravityMultiplier" : 1.6, < "bounceFactor" : 0.1, --- > "gravityMultiplier" : 1.0, > "bounceFactor" : 0.15, 174c174 < "collisionPoly" : [ [-1, -1], [1, -1], [1, 1], [-1, 1] ], --- > "collisionPoly" : [ [-1, 0.5], [-0.5, 1], [0.5, 1], [1, 0.5], [1, -0.5], [0.5, -1], [-0.5, -1], [-1, -0.5] ], 179c179,197 < "groundFriction" : 0.0 --- > "groundFriction" : 0.0, > > "slopeSlidingFactor" : 2.5 > }, > > "smoothrollingboulder" : { > "mass" : 1.0, > "gravityMultiplier" : 1.0, > "bounceFactor" : 0.0, > "maxMovementPerStep" : 0.4, > > "collisionPoly" : [ [-1, 0.5], [-0.5, 1], [0.5, 1], [1, 0.5], [1, -0.5], [0.5, -1], [-0.5, -1], [-1, -0.5] ], > "ignorePlatformCollision" : true, > > "airFriction" : 0.0, > "liquidFriction" : 8.0, > "groundFriction" : 0.0, > > "slopeSlidingFactor" : 1 quests\outpost\outpost0.questtemplate 4c4 < "text" : "If you're serious about exploring the universe, you're going to need better equipment. Tell you what, if you ^green;bring me 8 iron bars^white; I'll give you an ^green;iron crafting table ^white;and show you how to make one yourself!", --- > "text" : "If you're serious about exploring the universe, you're going to need better equipment. Tell you what, ^green;if you bring me ^orange;8 iron bars^white;, I'll give you an ^orange;iron crafting table ^white;and ^green;show you how to make one yourself^white;!",