mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 04:29:24 +02:00
Reduce enemy lifetime to 30s
This commit is contained in:
parent
efd1a5c600
commit
85099513cd
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ var baseEnemyProperties = {
|
||||||
"y": -15,
|
"y": -15,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"lifetime": 60,
|
"lifetime": 30,
|
||||||
"id": "{ed8f7339-8bbd-4750-968e-c3ceb9d64721}",
|
"id": "{ed8f7339-8bbd-4750-968e-c3ceb9d64721}",
|
||||||
"modelURL": Script.resolvePath("models/Amber.fbx"),
|
"modelURL": Script.resolvePath("models/Amber.fbx"),
|
||||||
"owningAvatarID": "{00000000-0000-0000-0000-000000000000}",
|
"owningAvatarID": "{00000000-0000-0000-0000-000000000000}",
|
||||||
|
|
Loading…
Reference in a new issue