add more Player Species Types

This commit is contained in:
2024-04-04 12:42:57 +02:00
parent 9c4900fc34
commit 5b9aeda900
+63
View File
@@ -74,6 +74,60 @@
"fixed_type": false,
"combineble": false
},
"Husky": {
"hp": 100,
"strength": 6,
"speed": 7,
"defense": 6,
"inventory_size": 4,
"fixed_type": false,
"combineble": false
},
"Cat": {
"hp": 100,
"strength": 3,
"speed": 9,
"defense": 4,
"inventory_size": 4,
"fixed_type": false,
"combineble": false
},
"Dino": {
"hp": 100,
"strength": 10,
"speed": 1,
"defense": 8,
"inventory_size": 8,
"fixed_type": false,
"combineble": false
},
"Dog": {
"hp": 100,
"strength": 4,
"speed": 5,
"defense": 5,
"inventory_size": 4,
"fixed_type": false,
"combineble": false
},
"Birb": {
"hp": 100,
"strength": 2,
"speed": 10,
"defense": 1,
"inventory_size": 2,
"fixed_type": false,
"combineble": false
},
"Kangaroo": {
"hp": 100,
"strength": 8,
"speed": 7,
"defense": 3,
"inventory_size": 5,
"fixed_type": false,
"combineble": false
},
"Inflatable": {
"hp": 100,
"strength": 2,
@@ -82,6 +136,15 @@
"inventory_size": 0,
"fixed_type": "Magician",
"combineble": true
},
"Were-Thing": {
"hp": 100,
"strength": 10,
"speed": 6,
"defense": 8,
"inventory_size": 5,
"fixed_type": "Warrior",
"combineble": true
}
},
"types": [