Removed druid class, fixed UI. Final release

This commit is contained in:
Finnchen123
2025-06-07 13:28:26 +02:00
parent 4f0615e2d9
commit ec60917270
15 changed files with 8 additions and 1273 deletions

View File

@@ -1,26 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Assets.Scripts.Classes
{
class DruidClass : BasicClass
{
public DruidClass() : base()
{
classname = "Druid";
dexterityBonus = 1;
intelligenceBonus = 1;
strengthBonus = -2;
healthBonus = -10;
secondaryBonus = 20;
leftHandName = "smallShield";
rightHandName = "wand";
}
public override void GenerateSkills(BasicSkill[] skills)
{
//TODO
}
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: ce055e9ff490d19b1ad6695aed3e5687
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: