HexCardsClient/modifiers/slot/slot.modifier.lx

19 lines
396 B
Text
Raw Normal View History

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] }
{ name="auto_naming" type="boolean" default=false }
{ name="field" type="id32" editor="entity" default="" }
2021-05-23 17:43:54 +00:00
]
}
}
}