2021-05-23 17:43:54 +00:00
|
|
|
modifier = {
|
|
|
|
|
description = "A slot on the playing field"
|
|
|
|
|
field = "slot"
|
|
|
|
|
display = "Slot"
|
|
|
|
|
class = "Slot"
|
|
|
|
|
dependency = []
|
|
|
|
|
|
|
|
|
|
blocks = {
|
|
|
|
|
data = {
|
|
|
|
|
fields = [
|
|
|
|
|
{ name="coord" type="float3" default=[0, 0, 0] }
|
2021-05-23 19:55:56 +00:00
|
|
|
{ name="auto_naming" type="boolean" default=false }
|
|
|
|
|
{ name="field" type="id32" editor="entity" default="" }
|
2021-05-23 17:43:54 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|