Files
5etools-mirror-2.github.io/data/foundry-vehicles.json
TheGiddyLimit f00d1f3833 v1.201.0
2024-03-10 21:53:34 +00:00

27 lines
418 B
JSON

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