Skip to content

Instantly share code, notes, and snippets.

@Rylius
Rylius / set_template.json
Last active December 31, 2015 22:49
Cards Against Equestria: Set template (JSON)
{
"name": "name",
"description": "template set",
"watermark": "optional",
"expansion": true,
"blackCards": [
{
"text": "____ blanks go wherever ______. --> mind the comma",
"pick": 2
},
return function()
local vdvBuggy = VehicleBlueprint(ResourceManager:SearchForDataContainer('Vehicles/VDV_Buggy/VDV_Buggy'))
local partition = ResourceManager:FindDatabasePartition(vdvBuggy.partitionGuid)
local vehicle = VehicleBlueprint(vdvBuggy)
vehicle:MakeWritable()
--vehicle.name = 'ExtraVehicles/FamilyWagon_01'
local vehicleEntityData = VehicleEntityData(vehicle.object)