-
Notifications
You must be signed in to change notification settings - Fork 2
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
01cc0e1
commit a834f34
Showing
3 changed files
with
296 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"Name": "surfaceProperty", | ||
"Options": { | ||
"Default": "0", | ||
"Metal Titan": "5", | ||
"Metal Solid": "6", | ||
"Metal Generic": "22", | ||
"Metal Box": "38", | ||
"Metal Panel": "41", | ||
"Metal Grate": "7", | ||
"Metal Vent": "8", | ||
"Dirt": "9", | ||
"Tile": "10", | ||
"Vortex Shield": "11", | ||
"Wood Generic": "12", | ||
"Wood Solid": "13", | ||
"Water": "14", | ||
"Concrete": "15", | ||
"Glass": "16", | ||
"Glass Breakable": "17", | ||
"Flesh": "18", | ||
"Armour Flesh": "19", | ||
"Sand": "20", | ||
"Mud": "21", | ||
"Grass": "23", | ||
"Broken Glass": "24", | ||
"Gravel": "25", | ||
"Bloody Flesh": "26", | ||
"Shell Casing Small": "27", | ||
"Shell Casing Large": "28", | ||
"Weapon": "29", | ||
"Computer": "30", | ||
"Canister": "31", | ||
"Metal Barrel": "32", | ||
"Glass Bottle": "33", | ||
"Pottery": "34", | ||
"Grenade": "35", | ||
"Grenade Triple Threat": "36", | ||
"Bouncy Grenade": "37", | ||
"Metal Bouncy": "39", | ||
"Metal Slippery": "40", | ||
"Slime Slippery": "42", | ||
"Wood lowdensity": "43", | ||
"Wood Box": "44", | ||
"Wood Crate": "45", | ||
"Wood Plank": "46", | ||
"Wood Furniture": "47", | ||
"Wood Panel": "48", | ||
"Slime": "49", | ||
"Quicksand": "50", | ||
"Rock": "51", | ||
"Lava Rock": "116", | ||
"Lava Rock Hot": "117", | ||
"Lava Flow": "118", | ||
"Porcelain": "52", | ||
"Boulder": "53", | ||
"Asphalt": "54", | ||
"Brick": "55", | ||
"Concrete Block": "56", | ||
"Chainlink": "57", | ||
"Chain": "58", | ||
"Alien Flesh": "59", | ||
"Watermelon": "60", | ||
"Snow": "61", | ||
"Ice": "62", | ||
"Carpet": "63", | ||
"Plaster": "65", | ||
"Cardboard": "66", | ||
"Plastic Barrel": "67", | ||
"Plastic Box": "68", | ||
"Plastic": "69", | ||
"Item": "70", | ||
"Floating Standable": "71", | ||
"Rubber": "72", | ||
"Rubber Tire": "73", | ||
"Jeep Tire": "74", | ||
"Sliding Rubber Tire": "75", | ||
"Braking Rubber Tire": "76", | ||
"Sliding Rubber Tire Front": "77", | ||
"Sliding Rubber Tire Rear": "78", | ||
"Floating Metal Barrel": "79", | ||
"Plastic Barrel Buoyant": "80", | ||
"Roller": "81", | ||
"Pop Can": "82", | ||
"Paint Can": "83", | ||
"Paper": "84", | ||
"Paper Cup": "85", | ||
"Ceiling Tile": "86", | ||
"Default Silent": "87", | ||
"Player": "88", | ||
"Player Control Clip": "89", | ||
"Foliage": "90", | ||
"Underground Cube": "91", | ||
"Turret Gib": "92", | ||
"Metal Spectre": "93", | ||
"Arc Grenade": "94", | ||
"Upholstery": "95", | ||
"Flyer Flesh": "96", | ||
"Ammo Box": "97", | ||
"Helmet": "98", | ||
"Large Backpack": "99", | ||
"Small Backpack": "100", | ||
"Large Medkit": "101", | ||
"Small Medkit": "102", | ||
"Attachment Scope": "103", | ||
"Attachment Sup": "104", | ||
"Weapon AR": "105", | ||
"Weapon Sniper": "106", | ||
"Weapon SMG": "107", | ||
"Weapon Pistol": "108", | ||
"Weapon Shotgun": "109", | ||
"Vest": "110", | ||
"Mags": "111", | ||
"Cyn Medkit": "112", | ||
"Frag": "113", | ||
"Arc Blade": "114", | ||
"Battery Shield": "115", | ||
"Reflective": "1", | ||
"Weighted Cube Bounce": "2", | ||
"Paint Bomb": "3", | ||
"Sphere 2": "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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"Contributors": ["snake-biscuits"], | ||
"Block": "ENTITIES", | ||
"Entity": "water_body", | ||
"Type": "point", | ||
"Color": "0 0 1", | ||
"Box": "-16 -16 16 16 16 16", | ||
"Description": "Ocean Water", | ||
"Keys": [ | ||
{ | ||
"keyname": "surfpropindex", | ||
"type": "surfaceProperty", | ||
"name": "Surface Property", | ||
"default": "14", | ||
"description": "should be water" | ||
}, | ||
{ | ||
"keyname": "solid", | ||
"type": "integer", | ||
"name": "Collision", | ||
"default": "0", | ||
"description": "always 0 for no collision" | ||
}, | ||
{ | ||
"keyname": "nodesize", | ||
"type": "real", | ||
"name": "Node Size", | ||
"default": "1024", | ||
"description": "wave voxel scale" | ||
}, | ||
{ | ||
"keyname": "material", | ||
"type": "string", | ||
"name": "Material", | ||
"description": "should be in materials/world/OceanWater" | ||
}, | ||
{ | ||
"keyname": "height", | ||
"type": "real", | ||
"name": "Sea Level", | ||
"description": "z-height of the water surface" | ||
} | ||
], | ||
"Notes": [ | ||
"Used for the ocean on Storm Point and Habitat" | ||
] | ||
} |
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