Skill progression system [Draft] (#1056)
* fuck all * clean up * remove knowledge books * Update base.yml * cl * fix #991 * fix * Update subgamemodes.yml * manual migration + recipes fix * Update comoss.yml * setup data * setup skills systems * more blacksmithing skills * Update base.yml * Create CP14SkillEffectAction.cs * skill button returns * base graph UI window * skill tree drawing * UI improve * pyro setup * skill trees selection, dragging control * refactor skill system: rename Skills to LearnedSkills, add experience tracking and learning logic * Create available.png * skill description generation setup * auto parsing skill names and descriptions * Hydrosophistry * water light fire and metamagic ported to skill tre * ice dagger spell returns * Update ice_dagger.yml * delete old files * Update modular_garde.yml * ice arrow spell * link graph with parallax * show experience counter * polish * puf * p * pipap * finally ready to merg? * fix * fix 2
BIN
Resources/Textures/_CP14/Actions/Spells/water.rsi/ice_arrow.png
Normal file
|
After Width: | Height: | Size: 383 B |
@@ -5,7 +5,7 @@
|
||||
"y": 32
|
||||
},
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"copyright": "Created by TheShuEd, ice dagger by .kreks.",
|
||||
"states": [
|
||||
{
|
||||
"name": "beer_creation"
|
||||
@@ -13,6 +13,9 @@
|
||||
{
|
||||
"name": "freeze"
|
||||
},
|
||||
{
|
||||
"name": "ice_arrow"
|
||||
},
|
||||
{
|
||||
"name": "ice_dagger"
|
||||
},
|
||||
|
||||
|
After Width: | Height: | Size: 373 B |
BIN
Resources/Textures/_CP14/Interface/Skills/default.rsi/frame.png
Normal file
|
After Width: | Height: | Size: 260 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 399 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github)",
|
||||
"states": [
|
||||
{
|
||||
"name": "available"
|
||||
},
|
||||
{
|
||||
"name": "frame"
|
||||
},
|
||||
{
|
||||
"name": "hovered"
|
||||
},
|
||||
{
|
||||
"name": "selected"
|
||||
},
|
||||
{
|
||||
"name": "learned"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 191 B |
BIN
Resources/Textures/_CP14/Interface/Skills/skillpoint.png
Normal file
|
After Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 945 B |
|
Before Width: | Height: | Size: 510 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 388 B |
|
Before Width: | Height: | Size: 705 B |
|
Before Width: | Height: | Size: 683 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 220 B |
|
After Width: | Height: | Size: 236 B |
|
After Width: | Height: | Size: 438 B |
|
After Width: | Height: | Size: 439 B |
@@ -1,12 +1,24 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) and modified by Jaraten",
|
||||
"size": {
|
||||
"x": 48,
|
||||
"y": 48
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
@@ -17,18 +29,6 @@
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 213 B |
|
After Width: | Height: | Size: 208 B |
|
After Width: | Height: | Size: 211 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github)",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||