Files
5etools-mirror-2.github.io/data/foundry-vehicles.json
TheGiddyLimit 8117ebddc5 v1.198.1
2024-01-01 19:34:49 +00:00

27 lines
404 B
JSON

{
"vehicleUpgrade": [
{
"name": "Reinforced Hull",
"source": "GoS",
"effects": [
{
"name": "HP Increase",
"transfer": true,
"changes": [
{
"key": "data.attributes.hp.max",
"mode": "MULTIPLY",
"value": "2"
},
{
"key": "data.attributes.hp.value",
"mode": "MULTIPLY",
"value": "2"
}
]
}
]
}
]
}