Merge pull request #707 from argonui/additional-cards
Turned the additional cards bag into a proper box
This commit is contained in:
commit
eaaf96eb0b
@ -9,9 +9,29 @@
|
|||||||
"Order": 0
|
"Order": 0
|
||||||
},
|
},
|
||||||
"ColorDiffuse": {
|
"ColorDiffuse": {
|
||||||
"b": 0,
|
"b": 1,
|
||||||
"g": 0.36652,
|
"g": 1,
|
||||||
"r": 0.70588
|
"r": 1
|
||||||
|
},
|
||||||
|
"CustomMesh": {
|
||||||
|
"CastShadows": true,
|
||||||
|
"ColliderURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_COL.obj",
|
||||||
|
"Convex": true,
|
||||||
|
"CustomShader": {
|
||||||
|
"FresnelStrength": 0,
|
||||||
|
"SpecularColor": {
|
||||||
|
"b": 1,
|
||||||
|
"g": 1,
|
||||||
|
"r": 1
|
||||||
|
},
|
||||||
|
"SpecularIntensity": 0,
|
||||||
|
"SpecularSharpness": 2
|
||||||
|
},
|
||||||
|
"DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/2450601198422160026/E21C455A90B78E48E0D03FCA4AF52A9C33C31534/",
|
||||||
|
"MaterialIndex": 3,
|
||||||
|
"MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj",
|
||||||
|
"NormalURL": "",
|
||||||
|
"TypeIndex": 6
|
||||||
},
|
},
|
||||||
"Description": "Put any cards in here to add them to the indices for the player card panel and deck importer.\n\nSelect the 'update index' entry in the context menu of this bag once you've added all cards.\n\nThis can be used for custom cards too.",
|
"Description": "Put any cards in here to add them to the indices for the player card panel and deck importer.\n\nSelect the 'update index' entry in the context menu of this bag once you've added all cards.\n\nThis can be used for custom cards too.",
|
||||||
"DragSelectable": true,
|
"DragSelectable": true,
|
||||||
@ -29,7 +49,7 @@
|
|||||||
"MaterialIndex": -1,
|
"MaterialIndex": -1,
|
||||||
"MeasureMovement": false,
|
"MeasureMovement": false,
|
||||||
"MeshIndex": -1,
|
"MeshIndex": -1,
|
||||||
"Name": "Bag",
|
"Name": "Custom_Model",
|
||||||
"Nickname": "Additional Player Cards",
|
"Nickname": "Additional Player Cards",
|
||||||
"Number": 0,
|
"Number": 0,
|
||||||
"Snap": true,
|
"Snap": true,
|
||||||
@ -40,14 +60,14 @@
|
|||||||
"Tooltip": true,
|
"Tooltip": true,
|
||||||
"Transform": {
|
"Transform": {
|
||||||
"posX": 60,
|
"posX": 60,
|
||||||
"posY": 1.204,
|
"posY": 1.486,
|
||||||
"posZ": 48,
|
"posZ": 48,
|
||||||
"rotX": 0,
|
"rotX": 0,
|
||||||
"rotY": 0,
|
"rotY": 270,
|
||||||
"rotZ": 0,
|
"rotZ": 0,
|
||||||
"scaleX": 1.5,
|
"scaleX": 1,
|
||||||
"scaleY": 1.5,
|
"scaleY": 0.14,
|
||||||
"scaleZ": 1.5
|
"scaleZ": 1
|
||||||
},
|
},
|
||||||
"Value": 0,
|
"Value": 0,
|
||||||
"XmlUI": ""
|
"XmlUI": ""
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
"Transform": {
|
"Transform": {
|
||||||
"posX": 60,
|
"posX": 60,
|
||||||
"posY": 1.481,
|
"posY": 1.481,
|
||||||
"posZ": 56,
|
"posZ": 57,
|
||||||
"rotX": 0,
|
"rotX": 0,
|
||||||
"rotY": 270,
|
"rotY": 270,
|
||||||
"rotZ": 0,
|
"rotZ": 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user