Compare commits
94 Commits
94d72a0df6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9e888229e | |||
| 0157cbf0d8 | |||
| 1bc4f3bd89 | |||
| 19c2649655 | |||
| 21514a8bc7 | |||
| 1e7b11d545 | |||
| 3f11b538ae | |||
| 24aa1ad916 | |||
| c3f76a4fec | |||
| 5b45ea689d | |||
| f2ebd03e78 | |||
| 438cf04e25 | |||
| b0b20af3a6 | |||
| bf6844e18b | |||
| 4dacab737d | |||
| fdfcb85f5e | |||
| e75d89583b | |||
| cac8e34b0c | |||
| 801f1d5ee6 | |||
| 16c41ac139 | |||
| 5f18e64785 | |||
| f9d1538773 | |||
| ac17346063 | |||
| 8c994ba145 | |||
| 0e06392f0b | |||
| 85b850208c | |||
| d4fe040d70 | |||
| 387258d01f | |||
| bf75b0e150 | |||
| 59bdb05bfb | |||
| 3f4d5c95ac | |||
| c62597984d | |||
| 14c3a1c764 | |||
| c163f38ee5 | |||
| c9ad58a822 | |||
| 6ff5b46d45 | |||
| 7feb4d92c2 | |||
| f17720878a | |||
| e6816d8a83 | |||
| d18144b53d | |||
| 98e32d51d0 | |||
| f23d690069 | |||
| 8c5fa130dc | |||
| 8e05146658 | |||
| 89adb58598 | |||
| ed0bed7465 | |||
| cb0121e9e5 | |||
| c3418feee8 | |||
| abd4abb393 | |||
| 8246c8de85 | |||
| 582898921b | |||
| 67b5572c9b | |||
| aa3ddc7776 | |||
| fd3c45f29c | |||
| 7d722915eb | |||
| c48a85faca | |||
| 62af265d93 | |||
| 9b6c6fe7bb | |||
| c923d1e1aa | |||
| 98657ecae2 | |||
| 3c8f5d288a | |||
| d1f593bea8 | |||
| d739b35244 | |||
| d8ea39396c | |||
| 607f154b36 | |||
| 67a8f23ae9 | |||
| 576f207257 | |||
| a41deb0bce | |||
| ca0a9f8994 | |||
| f7fe76fcd3 | |||
| 2e304de520 | |||
| 1422b89b31 | |||
| b5e0b23a86 | |||
| 9521032785 | |||
| 0fcf198a60 | |||
| 52b0d41331 | |||
| 16b49d110c | |||
| 789f970e67 | |||
| 3d915aa3b3 | |||
| 79032b1a72 | |||
| 6b2dfb2164 | |||
| 7d59ce7e95 | |||
| 1704c8e236 | |||
| 429b5792c9 | |||
| ef39384443 | |||
| 15c6d01339 | |||
| 04bcfd8617 | |||
| 8894a39546 | |||
| 98f7519cb2 | |||
| e13871086e | |||
| b70ca81b3f | |||
| b0d6218fcc | |||
| 4f189e5d4c | |||
| 61147d65bb |
19
.gitea/workflows/close.yml
Normal file
19
.gitea/workflows/close.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Move closed issues to Done
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [ closed ]
|
||||||
|
jobs:
|
||||||
|
move-issue-to-repository-project-column:
|
||||||
|
name: Move issues to repository project column
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Move issue to 'To do' column if body has a mark 'issue:todo'
|
||||||
|
uses: fojia/action-move-issues-to-column@master
|
||||||
|
with:
|
||||||
|
project: 'Actions Project'
|
||||||
|
column: 'Done'
|
||||||
|
owner: 'gymkhana'
|
||||||
|
repo: 'gymkhana'
|
||||||
|
type: 'repo'
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
marker: 'issue:done'
|
||||||
711
dashboards/player-stats.json
Normal file
711
dashboards/player-stats.json
Normal file
@@ -0,0 +1,711 @@
|
|||||||
|
{
|
||||||
|
"__inputs": [
|
||||||
|
{
|
||||||
|
"name": "DS_PROMETHEUS",
|
||||||
|
"label": "Prometheus",
|
||||||
|
"description": "",
|
||||||
|
"type": "datasource",
|
||||||
|
"pluginId": "prometheus",
|
||||||
|
"pluginName": "Prometheus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"__requires": [
|
||||||
|
{
|
||||||
|
"type": "grafana",
|
||||||
|
"id": "grafana",
|
||||||
|
"name": "Grafana",
|
||||||
|
"version": "6.4.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "panel",
|
||||||
|
"id": "graph",
|
||||||
|
"name": "Graph",
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "datasource",
|
||||||
|
"id": "prometheus",
|
||||||
|
"name": "Prometheus",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "panel",
|
||||||
|
"id": "singlestat",
|
||||||
|
"name": "Singlestat",
|
||||||
|
"version": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"annotations": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"builtIn": 1,
|
||||||
|
"datasource": "-- Grafana --",
|
||||||
|
"enable": true,
|
||||||
|
"hide": true,
|
||||||
|
"iconColor": "rgba(0, 211, 255, 1)",
|
||||||
|
"name": "Annotations & Alerts",
|
||||||
|
"type": "dashboard"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editable": true,
|
||||||
|
"gnetId": null,
|
||||||
|
"graphTooltip": 0,
|
||||||
|
"id": null,
|
||||||
|
"iteration": 1572099073069,
|
||||||
|
"links": [],
|
||||||
|
"panels": [
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"id": 2,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"dataLinks": []
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "sum(blocks_mined{player=\"$player\"}) by (block)",
|
||||||
|
"legendFormat": "{{block}}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeRegions": [],
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Blocks mined",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"buckets": null,
|
||||||
|
"mode": "time",
|
||||||
|
"name": null,
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false,
|
||||||
|
"alignLevel": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"id": 3,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"dataLinks": []
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "sum(blocks_crafted{player=\"$player\"}) by (block)",
|
||||||
|
"legendFormat": "{{block}}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeRegions": [],
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "items crafted",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"buckets": null,
|
||||||
|
"mode": "time",
|
||||||
|
"name": null,
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false,
|
||||||
|
"alignLevel": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 0,
|
||||||
|
"y": 9
|
||||||
|
},
|
||||||
|
"id": 4,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"dataLinks": []
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "sum(blocks_picked_up{player=\"$player\"}) by (block)",
|
||||||
|
"legendFormat": "{{block}}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeRegions": [],
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Blocks collected",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"buckets": null,
|
||||||
|
"mode": "time",
|
||||||
|
"name": null,
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false,
|
||||||
|
"alignLevel": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cacheTimeout": null,
|
||||||
|
"colorBackground": false,
|
||||||
|
"colorValue": false,
|
||||||
|
"colors": [
|
||||||
|
"#299c46",
|
||||||
|
"rgba(237, 129, 40, 0.89)",
|
||||||
|
"#d44a3a"
|
||||||
|
],
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"format": "none",
|
||||||
|
"gauge": {
|
||||||
|
"maxValue": 100,
|
||||||
|
"minValue": 0,
|
||||||
|
"show": false,
|
||||||
|
"thresholdLabels": false,
|
||||||
|
"thresholdMarkers": true
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 5,
|
||||||
|
"x": 12,
|
||||||
|
"y": 9
|
||||||
|
},
|
||||||
|
"id": 5,
|
||||||
|
"interval": null,
|
||||||
|
"links": [],
|
||||||
|
"mappingType": 1,
|
||||||
|
"mappingTypes": [
|
||||||
|
{
|
||||||
|
"name": "value to text",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "range to text",
|
||||||
|
"value": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maxDataPoints": 100,
|
||||||
|
"nullPointMode": "connected",
|
||||||
|
"nullText": null,
|
||||||
|
"options": {},
|
||||||
|
"postfix": "",
|
||||||
|
"postfixFontSize": "50%",
|
||||||
|
"prefix": "",
|
||||||
|
"prefixFontSize": "50%",
|
||||||
|
"rangeMaps": [
|
||||||
|
{
|
||||||
|
"from": "null",
|
||||||
|
"text": "N/A",
|
||||||
|
"to": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sparkline": {
|
||||||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||||||
|
"full": false,
|
||||||
|
"lineColor": "rgb(31, 120, 193)",
|
||||||
|
"show": false,
|
||||||
|
"ymax": null,
|
||||||
|
"ymin": null
|
||||||
|
},
|
||||||
|
"tableColumn": "",
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "sum(player_deaths{player=\"$player\"})",
|
||||||
|
"instant": true,
|
||||||
|
"legendFormat": "",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": "",
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Deaths",
|
||||||
|
"type": "singlestat",
|
||||||
|
"valueFontSize": "80%",
|
||||||
|
"valueMaps": [
|
||||||
|
{
|
||||||
|
"op": "=",
|
||||||
|
"text": "N/A",
|
||||||
|
"value": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"valueName": "avg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cacheTimeout": null,
|
||||||
|
"colorBackground": false,
|
||||||
|
"colorValue": false,
|
||||||
|
"colors": [
|
||||||
|
"#299c46",
|
||||||
|
"rgba(237, 129, 40, 0.89)",
|
||||||
|
"#d44a3a"
|
||||||
|
],
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"format": "none",
|
||||||
|
"gauge": {
|
||||||
|
"maxValue": 100,
|
||||||
|
"minValue": 0,
|
||||||
|
"show": false,
|
||||||
|
"thresholdLabels": false,
|
||||||
|
"thresholdMarkers": true
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 5,
|
||||||
|
"x": 17,
|
||||||
|
"y": 9
|
||||||
|
},
|
||||||
|
"id": 6,
|
||||||
|
"interval": null,
|
||||||
|
"links": [],
|
||||||
|
"mappingType": 1,
|
||||||
|
"mappingTypes": [
|
||||||
|
{
|
||||||
|
"name": "value to text",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "range to text",
|
||||||
|
"value": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maxDataPoints": 100,
|
||||||
|
"nullPointMode": "connected",
|
||||||
|
"nullText": null,
|
||||||
|
"options": {},
|
||||||
|
"postfix": "",
|
||||||
|
"postfixFontSize": "50%",
|
||||||
|
"prefix": "",
|
||||||
|
"prefixFontSize": "50%",
|
||||||
|
"rangeMaps": [
|
||||||
|
{
|
||||||
|
"from": "null",
|
||||||
|
"text": "N/A",
|
||||||
|
"to": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sparkline": {
|
||||||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||||||
|
"full": false,
|
||||||
|
"lineColor": "rgb(31, 120, 193)",
|
||||||
|
"show": false,
|
||||||
|
"ymax": null,
|
||||||
|
"ymin": null
|
||||||
|
},
|
||||||
|
"tableColumn": "",
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "player_jumps{player=\"$player\"}",
|
||||||
|
"instant": true,
|
||||||
|
"legendFormat": "",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": "",
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Jumps",
|
||||||
|
"type": "singlestat",
|
||||||
|
"valueFontSize": "80%",
|
||||||
|
"valueMaps": [
|
||||||
|
{
|
||||||
|
"op": "=",
|
||||||
|
"text": "N/A",
|
||||||
|
"value": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"valueName": "avg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 0,
|
||||||
|
"y": 18
|
||||||
|
},
|
||||||
|
"id": 7,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"dataLinks": []
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "cm_traveled{player=\"$player\"} / 1000",
|
||||||
|
"legendFormat": "{{ method }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeRegions": [],
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Meters travelled",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"buckets": null,
|
||||||
|
"mode": "time",
|
||||||
|
"name": null,
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "lengthm",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false,
|
||||||
|
"alignLevel": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 18
|
||||||
|
},
|
||||||
|
"id": 8,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"dataLinks": []
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "entities_killed{player=\"$player\"}",
|
||||||
|
"legendFormat": "{{ entity }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeFrom": null,
|
||||||
|
"timeRegions": [],
|
||||||
|
"timeShift": null,
|
||||||
|
"title": "Mobs killed",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"buckets": null,
|
||||||
|
"mode": "time",
|
||||||
|
"name": null,
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"label": null,
|
||||||
|
"logBase": 1,
|
||||||
|
"max": null,
|
||||||
|
"min": null,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false,
|
||||||
|
"alignLevel": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"refresh": false,
|
||||||
|
"schemaVersion": 20,
|
||||||
|
"style": "dark",
|
||||||
|
"tags": [],
|
||||||
|
"templating": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"allValue": null,
|
||||||
|
"current": {},
|
||||||
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
|
"definition": "label_values(blocks_mined,player)",
|
||||||
|
"hide": 0,
|
||||||
|
"includeAll": false,
|
||||||
|
"label": null,
|
||||||
|
"multi": false,
|
||||||
|
"name": "player",
|
||||||
|
"options": [],
|
||||||
|
"query": "label_values(blocks_mined,player)",
|
||||||
|
"refresh": 1,
|
||||||
|
"regex": "",
|
||||||
|
"skipUrlSync": false,
|
||||||
|
"sort": 0,
|
||||||
|
"tagValuesQuery": "",
|
||||||
|
"tags": [],
|
||||||
|
"tagsQuery": "",
|
||||||
|
"type": "query",
|
||||||
|
"useTags": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"from": "now-6h",
|
||||||
|
"to": "now"
|
||||||
|
},
|
||||||
|
"timepicker": {
|
||||||
|
"refresh_intervals": [
|
||||||
|
"5s",
|
||||||
|
"10s",
|
||||||
|
"30s",
|
||||||
|
"1m",
|
||||||
|
"5m",
|
||||||
|
"15m",
|
||||||
|
"30m",
|
||||||
|
"1h",
|
||||||
|
"2h",
|
||||||
|
"1d"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"timezone": "",
|
||||||
|
"title": "minecraft Player stats",
|
||||||
|
"uid": "gAy914AZk",
|
||||||
|
"version": 8
|
||||||
|
}
|
||||||
881
dashboards/server-stats.json
Normal file
881
dashboards/server-stats.json
Normal file
@@ -0,0 +1,881 @@
|
|||||||
|
{
|
||||||
|
"__inputs": [
|
||||||
|
{
|
||||||
|
"name": "DS_PROMETHEUS",
|
||||||
|
"label": "Prometheus",
|
||||||
|
"description": "",
|
||||||
|
"type": "datasource",
|
||||||
|
"pluginId": "prometheus",
|
||||||
|
"pluginName": "Prometheus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"__elements": [],
|
||||||
|
"__requires": [
|
||||||
|
{
|
||||||
|
"type": "grafana",
|
||||||
|
"id": "grafana",
|
||||||
|
"name": "Grafana",
|
||||||
|
"version": "8.3.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "panel",
|
||||||
|
"id": "graph",
|
||||||
|
"name": "Graph (old)",
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "datasource",
|
||||||
|
"id": "prometheus",
|
||||||
|
"name": "Prometheus",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "panel",
|
||||||
|
"id": "table-old",
|
||||||
|
"name": "Table (old)",
|
||||||
|
"version": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"annotations": {
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"builtIn": 1,
|
||||||
|
"datasource": "-- Grafana --",
|
||||||
|
"enable": true,
|
||||||
|
"hide": true,
|
||||||
|
"iconColor": "rgba(0, 211, 255, 1)",
|
||||||
|
"name": "Annotations & Alerts",
|
||||||
|
"target": {
|
||||||
|
"limit": 100,
|
||||||
|
"matchAny": false,
|
||||||
|
"tags": [],
|
||||||
|
"type": "dashboard"
|
||||||
|
},
|
||||||
|
"type": "dashboard"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"description": "for usage \r\nhttps://github.com/Joshi425/minecraft-exporter",
|
||||||
|
"editable": true,
|
||||||
|
"fiscalYearStartMonth": 0,
|
||||||
|
"gnetId": 11993,
|
||||||
|
"graphTooltip": 0,
|
||||||
|
"id": null,
|
||||||
|
"links": [],
|
||||||
|
"liveNow": false,
|
||||||
|
"panels": [
|
||||||
|
{
|
||||||
|
"columns": [],
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fontSize": "100%",
|
||||||
|
"gridPos": {
|
||||||
|
"h": 17,
|
||||||
|
"w": 3,
|
||||||
|
"x": 0,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"id": 9,
|
||||||
|
"showHeader": true,
|
||||||
|
"sort": {
|
||||||
|
"col": 0,
|
||||||
|
"desc": true
|
||||||
|
},
|
||||||
|
"styles": [
|
||||||
|
{
|
||||||
|
"alias": "Time",
|
||||||
|
"align": "auto",
|
||||||
|
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
|
"pattern": "Time",
|
||||||
|
"type": "hidden"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alias": "",
|
||||||
|
"align": "auto",
|
||||||
|
"colors": [
|
||||||
|
"rgba(245, 54, 54, 0.9)",
|
||||||
|
"rgba(237, 129, 40, 0.89)",
|
||||||
|
"rgba(50, 172, 45, 0.97)"
|
||||||
|
],
|
||||||
|
"decimals": 2,
|
||||||
|
"pattern": "/Value/",
|
||||||
|
"thresholds": [],
|
||||||
|
"type": "hidden",
|
||||||
|
"unit": "short"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "player_online",
|
||||||
|
"instant": true,
|
||||||
|
"legendFormat": "{{player}}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Players Online",
|
||||||
|
"transform": "timeseries_to_rows",
|
||||||
|
"type": "table-old"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 9,
|
||||||
|
"x": 3,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 7,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"exemplar": true,
|
||||||
|
"expr": "dim_ticktime",
|
||||||
|
"interval": "",
|
||||||
|
"legendFormat": "{{dimension_name}}",
|
||||||
|
"refId": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"expr": "overall_ticktime",
|
||||||
|
"legendFormat": "Overall",
|
||||||
|
"refId": "B"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Ticktime",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"$$hashKey": "object:70",
|
||||||
|
"format": "ms",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$$hashKey": "object:71",
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 8,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 5,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "dim_tps",
|
||||||
|
"legendFormat": "{{ dimension_name }}",
|
||||||
|
"refId": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expr": "overall_tps",
|
||||||
|
"legendFormat": "Overall",
|
||||||
|
"refId": "B"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "TPS ",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"$$hashKey": "object:276",
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"max": "20",
|
||||||
|
"min": "0",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$$hashKey": "object:277",
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 8,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 8
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 18,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"exemplar": true,
|
||||||
|
"expr": "sum(paper_tps_1m)",
|
||||||
|
"interval": "",
|
||||||
|
"legendFormat": "1 Minute",
|
||||||
|
"refId": "A"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"exemplar": true,
|
||||||
|
"expr": "sum(paper_tps_5m)",
|
||||||
|
"hide": false,
|
||||||
|
"interval": "",
|
||||||
|
"legendFormat": "5 Minute",
|
||||||
|
"refId": "C"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"exemplar": true,
|
||||||
|
"expr": "sum(paper_tps_15m)",
|
||||||
|
"hide": false,
|
||||||
|
"interval": "",
|
||||||
|
"legendFormat": "15 Minute",
|
||||||
|
"refId": "D"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Paper TPS",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"$$hashKey": "object:276",
|
||||||
|
"format": "short",
|
||||||
|
"label": "",
|
||||||
|
"logBase": 1,
|
||||||
|
"max": "20",
|
||||||
|
"min": "0",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$$hashKey": "object:277",
|
||||||
|
"format": "short",
|
||||||
|
"label": "",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 9,
|
||||||
|
"x": 3,
|
||||||
|
"y": 9
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 11,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "entities",
|
||||||
|
"legendFormat": "{{ entity }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Entities Loaded",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 16
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 3,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "player_playtime / 20",
|
||||||
|
"legendFormat": "{{ player }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Play Time",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "s",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 8,
|
||||||
|
"w": 12,
|
||||||
|
"x": 0,
|
||||||
|
"y": 18
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 17,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "sum(dynmap_tile_render_statistics) by (type)",
|
||||||
|
"legendFormat": "{{ type }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Dynmap Tile render Statistics",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 25
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 2,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "player_score",
|
||||||
|
"legendFormat": "{{ player }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Score",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliasColors": {},
|
||||||
|
"bars": false,
|
||||||
|
"dashLength": 10,
|
||||||
|
"dashes": false,
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"links": []
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"fill": 1,
|
||||||
|
"fillGradient": 0,
|
||||||
|
"gridPos": {
|
||||||
|
"h": 8,
|
||||||
|
"w": 12,
|
||||||
|
"x": 12,
|
||||||
|
"y": 34
|
||||||
|
},
|
||||||
|
"hiddenSeries": false,
|
||||||
|
"id": 15,
|
||||||
|
"legend": {
|
||||||
|
"avg": false,
|
||||||
|
"current": false,
|
||||||
|
"max": false,
|
||||||
|
"min": false,
|
||||||
|
"show": true,
|
||||||
|
"total": false,
|
||||||
|
"values": false
|
||||||
|
},
|
||||||
|
"lines": true,
|
||||||
|
"linewidth": 1,
|
||||||
|
"nullPointMode": "null",
|
||||||
|
"options": {
|
||||||
|
"alertThreshold": true
|
||||||
|
},
|
||||||
|
"percentage": false,
|
||||||
|
"pluginVersion": "8.3.0",
|
||||||
|
"pointradius": 2,
|
||||||
|
"points": false,
|
||||||
|
"renderer": "flot",
|
||||||
|
"seriesOverrides": [],
|
||||||
|
"spaceLength": 10,
|
||||||
|
"stack": false,
|
||||||
|
"steppedLine": false,
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"expr": "dynmap_chunk_loading_duration",
|
||||||
|
"legendFormat": "{{ type }}",
|
||||||
|
"refId": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"thresholds": [],
|
||||||
|
"timeRegions": [],
|
||||||
|
"title": "Dynmap Chunk loading duration",
|
||||||
|
"tooltip": {
|
||||||
|
"shared": true,
|
||||||
|
"sort": 0,
|
||||||
|
"value_type": "individual"
|
||||||
|
},
|
||||||
|
"type": "graph",
|
||||||
|
"xaxis": {
|
||||||
|
"mode": "time",
|
||||||
|
"show": true,
|
||||||
|
"values": []
|
||||||
|
},
|
||||||
|
"yaxes": [
|
||||||
|
{
|
||||||
|
"format": "ms",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"format": "short",
|
||||||
|
"logBase": 1,
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"yaxis": {
|
||||||
|
"align": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"refresh": "5s",
|
||||||
|
"schemaVersion": 33,
|
||||||
|
"style": "dark",
|
||||||
|
"tags": [],
|
||||||
|
"templating": {
|
||||||
|
"list": []
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"from": "now-6h",
|
||||||
|
"to": "now"
|
||||||
|
},
|
||||||
|
"timepicker": {},
|
||||||
|
"timezone": "",
|
||||||
|
"title": "Minecraft Server",
|
||||||
|
"uid": "LhW0bV0Wz",
|
||||||
|
"version": 3,
|
||||||
|
"weekStart": ""
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
container_name: mc-web-patata
|
container_name: mc-web-patata2
|
||||||
image: nginx
|
image: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./web:/usr/share/nginx/html
|
- ./web:/usr/share/nginx/html
|
||||||
@@ -17,33 +17,42 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
- "24454:24454/udp"
|
- "24454:24454/udp"
|
||||||
- "19565:19565"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: mc-forge-patata
|
container_name: mc-forge-patata2
|
||||||
environment:
|
environment:
|
||||||
OVERRIDE_SERVER_PROPERTIES: "TRUE"
|
OVERRIDE_SERVER_PROPERTIES: "TRUE"
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
PACKWIZ_URL: http://patatapack.oier.ovh:8080/pack.toml
|
PACKWIZ_URL: http://patatapack.oier.ovh/pack/pack.toml
|
||||||
TYPE: FORGE
|
TYPE: FORGE
|
||||||
VERSION: 1.20.1
|
VERSION: 1.20.1
|
||||||
FORGE_VERSION: 47.2.0
|
FORGE_VERSION: 47.3.7
|
||||||
MEMORY: 30G
|
MEMORY: 30G
|
||||||
MOTD: "§l§cPatataPack§r"
|
MOTD: "§l§cPatataPack 2§r"
|
||||||
ONLINE_MODE: "FALSE"
|
ONLINE_MODE: "FALSE"
|
||||||
ALLOW_FLIGHT: "TRUE"
|
ALLOW_FLIGHT: "TRUE"
|
||||||
RCON_PASSWORD: "${RCON_PASSWORD}"
|
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||||
BROADCAST_RCON_TO_OPS: "FALSE"
|
BROADCAST_RCON_TO_OPS: "FALSE"
|
||||||
OPS: |
|
|
||||||
Bailongo
|
|
||||||
Amimi
|
|
||||||
Mestrefox
|
|
||||||
EXISTING_OPS_FILE: SYNCHRONIZE
|
EXISTING_OPS_FILE: SYNCHRONIZE
|
||||||
ICON: http://patatapack.oier.ovh:8000/patata-icon.png
|
ICON: http://patatapack.oier.ovh/patata-icon.png
|
||||||
|
JVM_OPTS: -Dminecraft.api.env=custom -Dminecraft.api.auth.host=https://auth.oier.ovh -Dminecraft.api.account.host=https://auth.oier.ovh/user -Dminecraft.api.session.host=https://auth.oier.ovh/api/yggdrasil -Dminecraft.api.services.host=https://auth.oier.ovh/api/yggdrasil
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- patatanet
|
- patatanet
|
||||||
volumes:
|
volumes:
|
||||||
- ../patata-data:/data
|
- ../patata2-data:/data
|
||||||
#- ./simple-discord-bot.toml:/data/config/simple-discord-bot.toml
|
#- ./simple-discord-bot.toml:/data/config/simple-discord-bot.toml
|
||||||
|
grafana:
|
||||||
|
image: grafana/grafana-oss:${GRAFANA_VERSION:-8.3.3}
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
volumes:
|
||||||
|
- grafana-lib:/var/lib/grafana
|
||||||
|
- ./grafana/provisioning:/etc/grafana/provisioning
|
||||||
|
- ./dashboards:/etc/grafana/dashboards
|
||||||
|
depends_on:
|
||||||
|
- prometheus
|
||||||
|
networks:
|
||||||
|
- patatanet
|
||||||
monitor:
|
monitor:
|
||||||
image: itzg/mc-monitor
|
image: itzg/mc-monitor
|
||||||
command: export-for-prometheus
|
command: export-for-prometheus
|
||||||
@@ -73,55 +82,29 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- monitor
|
- monitor
|
||||||
- minecraft-exporter
|
- minecraft-exporter
|
||||||
- mc-export
|
|
||||||
networks:
|
|
||||||
- patatanet
|
|
||||||
grafana:
|
|
||||||
image: grafana/grafana-oss:${GRAFANA_VERSION:-8.3.3}
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
volumes:
|
|
||||||
- grafana-lib:/var/lib/grafana
|
|
||||||
- ./grafana/provisioning:/etc/grafana/provisioning
|
|
||||||
- ./dashboards:/etc/grafana/dashboards
|
|
||||||
depends_on:
|
|
||||||
- prometheus
|
|
||||||
networks:
|
networks:
|
||||||
- patatanet
|
- patatanet
|
||||||
minecraft-exporter:
|
minecraft-exporter:
|
||||||
build:
|
build:
|
||||||
context: ./minecraft-exporter
|
context: ./minecraft-exporter
|
||||||
|
ports:
|
||||||
|
- "8000:8000"
|
||||||
environment:
|
environment:
|
||||||
RCON_HOST: mc
|
RCON_HOST: mc
|
||||||
RCON_PORT: 25575
|
RCON_PORT: 25575
|
||||||
RCON_PASSWORD: "${RCON_PASSWORD}"
|
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||||
FORGE_SERVER: True
|
FORGE_SERVER: True
|
||||||
volumes:
|
volumes:
|
||||||
- ../patata-data/world:/world:ro
|
- ../patata2-data/world:/world:ro
|
||||||
depends_on:
|
|
||||||
- mc
|
|
||||||
networks:
|
|
||||||
- patatanet
|
|
||||||
mc-export:
|
|
||||||
image: ghcr.io/dirien/minecraft-exporter:latest
|
|
||||||
environment:
|
|
||||||
FORGE_SERVER: True
|
|
||||||
MC_WORLD: /world
|
|
||||||
MC_RCON_ADDRESS: "mc:25575"
|
|
||||||
MC_NAME_SOURCE: offline
|
|
||||||
MC_RCON_PASSWORD: "${RCON_PASSWORD}"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- ../patata-data/world:/world:ro
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mc
|
- mc
|
||||||
networks:
|
networks:
|
||||||
- patatanet
|
- patatanet
|
||||||
volumes:
|
volumes:
|
||||||
patata-data: {}
|
patata2-data: {}
|
||||||
world: {}
|
world: {}
|
||||||
prometheus-tsdb: {}
|
prometheus-tsdb: {}
|
||||||
grafana-lib: {}
|
grafana-lib: {}
|
||||||
networks:
|
networks:
|
||||||
patatanet:
|
patatanet:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
@@ -44,7 +44,8 @@ class MinecraftCollector(object):
|
|||||||
return self.player_map[uuid]
|
return self.player_map[uuid]
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
result = requests.get('https://sessionserver.mojang.com/session/minecraft/profile/' + uuid)
|
result = requests.get('https://auth.oier.ovh/api/yggdrasil/sessionserver/session/minecraft/profile/' + uuid)
|
||||||
|
#result = requests.get('https://sessionserver.mojang.com/session/minecraft/profile/' + uuid)
|
||||||
self.player_map[uuid] = result.json()['name']
|
self.player_map[uuid] = result.json()['name']
|
||||||
return (result.json()['name'])
|
return (result.json()['name'])
|
||||||
except:
|
except:
|
||||||
|
|||||||
@@ -1,12 +1,6 @@
|
|||||||
global:
|
global:
|
||||||
scrape_interval: 30s
|
scrape_interval: 30s
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: mc-export
|
|
||||||
metrics_path: /metrics
|
|
||||||
scheme: http
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- mc-export:9150
|
|
||||||
- job_name: mc-monitor
|
- job_name: mc-monitor
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
@@ -24,9 +18,4 @@ scrape_configs:
|
|||||||
scrape_timeout: 15s
|
scrape_timeout: 15s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- minecraft-exporter:8000
|
- minecraft-exporter:8000
|
||||||
- job_name: 'minecraft'
|
|
||||||
static_configs:
|
|
||||||
- targets: ['mc:19565']
|
|
||||||
labels:
|
|
||||||
server_name: 'minecraft-docker'
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
web/The Drums of Liberation (from One Piece).mp3
Normal file
BIN
web/The Drums of Liberation (from One Piece).mp3
Normal file
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
{"tiab":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring_2":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"belt":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"trinkets":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":140,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"an_focus":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"},"body":{"x":0,"y":220,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":240,"enabled":false,"halign":"LEFT","valign":"TOP"},"head":{"x":0,"y":260,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":280,"enabled":false,"halign":"LEFT","valign":"TOP"},"extra":{"x":0,"y":300,"enabled":false,"halign":"LEFT","valign":"TOP"}}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
RMBTweak=1
|
|
||||||
LMBTweakWithItem=1
|
|
||||||
LMBTweakWithoutItem=1
|
|
||||||
WheelTweak=1
|
|
||||||
WheelSearchOrder=1
|
|
||||||
WheelScrollDirection=0
|
|
||||||
ScrollItemScaling=0
|
|
||||||
Debug=0
|
|
||||||
@@ -1,223 +0,0 @@
|
|||||||
{
|
|
||||||
// If true, entities will be affected by gravity.
|
|
||||||
"doEntityGravity": true,
|
|
||||||
// Do gravity for mobs, players etc.
|
|
||||||
"doLivingEntityGravity": true,
|
|
||||||
"acidRainBurns": true,
|
|
||||||
"doOxygen": true,
|
|
||||||
// Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off.
|
|
||||||
"doSpaceMuffler": true,
|
|
||||||
// Type: Long
|
|
||||||
"oxygenTankSize": 500,
|
|
||||||
// Type: Integer
|
|
||||||
"hammerDurability": 64,
|
|
||||||
"giveAstroduxAtSpawn": false,
|
|
||||||
// Type: Integer
|
|
||||||
"oxygenBarXOffset": 0,
|
|
||||||
// Type: Integer
|
|
||||||
"oxygenBarYOffset": 0,
|
|
||||||
// Type: Float
|
|
||||||
"oxygenBarScale": 1.0,
|
|
||||||
// Type: Integer
|
|
||||||
"energyBarXOffset": 0,
|
|
||||||
// Type: Integer
|
|
||||||
"energyBarYOffset": 0,
|
|
||||||
// Type: Float
|
|
||||||
"energyBarScale": 1.0,
|
|
||||||
// Type: Float
|
|
||||||
"orbitGravity": 3.26,
|
|
||||||
// Type: Integer
|
|
||||||
"oxygenDamage": 1,
|
|
||||||
// Type: Integer
|
|
||||||
"freezeDamage": 1,
|
|
||||||
// Type: Integer
|
|
||||||
"heatDamage": 2,
|
|
||||||
// Type: Integer
|
|
||||||
"acidRainDamage": 3,
|
|
||||||
"allowFlagImages": true,
|
|
||||||
// A list of planets that should be disabled. This is a comma-separated list of planet ids.
|
|
||||||
"disabledPlanets": "",
|
|
||||||
// Prevents stuff like gravity and oxygen checks in the overworld as that's normally not used in Ad Astra. enable if you're making an addon or something that transforms the overworld into some sort of planet.
|
|
||||||
"avoidOverworldChecks": true,
|
|
||||||
"spawning": {
|
|
||||||
"spawnCorruptedLunarians": true,
|
|
||||||
"spawnStarCrawlers": true,
|
|
||||||
"spawnMartianRaptors": true,
|
|
||||||
"spawnMoglers": true,
|
|
||||||
"spawnSulfurCreepers": true,
|
|
||||||
"spawnLunarianWanderingTrader": true
|
|
||||||
},
|
|
||||||
"spaceSuit": {
|
|
||||||
// Type: Long
|
|
||||||
"spaceSuitTankSize": 1000,
|
|
||||||
// Type: Long
|
|
||||||
"netheriteSpaceSuitTankSize": 2000,
|
|
||||||
"netheriteSpaceSuitHasFireResistance": true,
|
|
||||||
/*
|
|
||||||
* The speed when flying forward.
|
|
||||||
* Type: Double
|
|
||||||
*/
|
|
||||||
"jetSuitSpeed": 0.8,
|
|
||||||
/*
|
|
||||||
* The speed when idle flying up.
|
|
||||||
* Type: Double
|
|
||||||
*/
|
|
||||||
"jetSuitUpwardsSpeed": 0.5,
|
|
||||||
// Type: Long
|
|
||||||
"jetSuitEnergyPerTick": 60,
|
|
||||||
// Type: Long
|
|
||||||
"jetSuitTankSize": 4000,
|
|
||||||
// Type: Long
|
|
||||||
"jetSuitMaxEnergy": 1000000,
|
|
||||||
"enableJetSuitFlight": true,
|
|
||||||
// Type: Integer
|
|
||||||
"jetSuitProtectionMultiplier": 1,
|
|
||||||
// Type: Integer
|
|
||||||
"jetSuitArmorToughness": 5,
|
|
||||||
"spawnJetSuitParticles": true
|
|
||||||
},
|
|
||||||
"vehicles": {
|
|
||||||
/*
|
|
||||||
* The velocity to trigger a vehicle explosion while falling.
|
|
||||||
* Type: Double
|
|
||||||
*/
|
|
||||||
"fallingExplosionThreshold": -1.2,
|
|
||||||
/*
|
|
||||||
* How much the explosion should be multiplied by when the vehicle has fallen.
|
|
||||||
* Type: Float
|
|
||||||
*/
|
|
||||||
"fallingExplosionMultiplier": 0.7,
|
|
||||||
// Type: Double
|
|
||||||
"gravity": -2.0,
|
|
||||||
// Should the camera move in 3rd person in the rocket and lander for a better view?
|
|
||||||
"moveCameraInVehicle": true,
|
|
||||||
"lander": {
|
|
||||||
// Type: Double
|
|
||||||
"boosterThreshold": -0.1,
|
|
||||||
// Type: Double
|
|
||||||
"boosterSpeed": 0.1
|
|
||||||
},
|
|
||||||
"rover": {
|
|
||||||
"explodeRoverInLava": true,
|
|
||||||
// Type: Long
|
|
||||||
"fuelPerSecond": 10,
|
|
||||||
// Type: Float
|
|
||||||
"turnSpeed": 3.0,
|
|
||||||
// Type: Float
|
|
||||||
"maxTurnSpeed": 6.0,
|
|
||||||
// Type: Float
|
|
||||||
"deceleration": 0.9,
|
|
||||||
// Type: Float
|
|
||||||
"minSpeed": -0.2,
|
|
||||||
// Type: Float
|
|
||||||
"maxSpeed": 0.3,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 3000
|
|
||||||
},
|
|
||||||
"rocket": {
|
|
||||||
// Type: Integer
|
|
||||||
"atmosphereLeave": 600,
|
|
||||||
// Type: Integer
|
|
||||||
"countDownTicks": 200,
|
|
||||||
// Type: Double
|
|
||||||
"acceleration": 0.005,
|
|
||||||
// Type: Double
|
|
||||||
"maxSpeed": 0.5,
|
|
||||||
"entitiesBurnUnderRocket": true,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 3000,
|
|
||||||
// Type: Long
|
|
||||||
"fuelLaunchCost": 3000,
|
|
||||||
// Type: Long
|
|
||||||
"efficientFuelLaunchCost": 1000,
|
|
||||||
"takeDamageInRocket": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"coalGenerator": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 9000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 10
|
|
||||||
},
|
|
||||||
"compressor": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 9000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 10
|
|
||||||
},
|
|
||||||
"fuelRefinery": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 9000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 30,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 3000
|
|
||||||
},
|
|
||||||
"oxygenLoader": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 9000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 10,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 3000
|
|
||||||
},
|
|
||||||
"oxygenDistributor": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 20000,
|
|
||||||
// Type: Long
|
|
||||||
"fluidConversionEnergyPerTick": 5,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 6000,
|
|
||||||
/*
|
|
||||||
* How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks.
|
|
||||||
* Range: 1 - 50000
|
|
||||||
*/
|
|
||||||
"maxBlockChecks": 3000,
|
|
||||||
/*
|
|
||||||
* How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary.
|
|
||||||
* Range: 0 - 500
|
|
||||||
*/
|
|
||||||
"refreshTicks": 60,
|
|
||||||
/*
|
|
||||||
* Increases the oxygen requirements as the distributor covers more blocks.
|
|
||||||
* Type: Double
|
|
||||||
*/
|
|
||||||
"oxygenMultiplier": 1.0,
|
|
||||||
/*
|
|
||||||
* Increases the energy requirements as the distributor covers more blocks.
|
|
||||||
* Type: Double
|
|
||||||
*/
|
|
||||||
"energyMultiplier": 3.0
|
|
||||||
},
|
|
||||||
"solarPanel": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 18000,
|
|
||||||
// Type: Double
|
|
||||||
"energyMultiplier": 1.0
|
|
||||||
},
|
|
||||||
"waterPump": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 9000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 10,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 6000,
|
|
||||||
// Type: Long
|
|
||||||
"transferPerTick": 100,
|
|
||||||
"deleteWaterBelowWaterPump": true
|
|
||||||
},
|
|
||||||
"energizer": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 2000000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 600
|
|
||||||
},
|
|
||||||
"cryoFreezer": {
|
|
||||||
// Type: Long
|
|
||||||
"maxEnergy": 30000,
|
|
||||||
// Type: Long
|
|
||||||
"energyPerTick": 18,
|
|
||||||
// Type: Long
|
|
||||||
"tankSize": 3000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,120 +0,0 @@
|
|||||||
{
|
|
||||||
"items": {
|
|
||||||
// Type: Long
|
|
||||||
"oxygen_can_fluid_capacity": 500,
|
|
||||||
// Type: Long
|
|
||||||
"oxygen_can_fluid_transfer": 125,
|
|
||||||
// Type: Long
|
|
||||||
"netherite_oxygen_can_fluid_capacity": 1000,
|
|
||||||
// Type: Long
|
|
||||||
"netherite_oxygen_can_fluid_transfer": 250
|
|
||||||
},
|
|
||||||
"machines": {
|
|
||||||
// Type: Long
|
|
||||||
"fuel_loader_fluid_capacity": 8000,
|
|
||||||
// Type: Long
|
|
||||||
"fuel_loader_fluid_transfer": 250,
|
|
||||||
/*
|
|
||||||
* Blocks from Fuel Loader to each direction
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"fuel_loader_working_range": 2,
|
|
||||||
// Type: Long
|
|
||||||
"automation_nasa_workbench_energy_capacity": 9600,
|
|
||||||
// Type: Long
|
|
||||||
"automation_nasa_workbench_energy_usage": 24,
|
|
||||||
// Type: Integer
|
|
||||||
"automation_nasa_workbench_cook_time": 200,
|
|
||||||
// Type: Long
|
|
||||||
"gravity_normalizer_energy_capacity": 9600,
|
|
||||||
/*
|
|
||||||
* Blocks = x * y * z
|
|
||||||
* Type: Double
|
|
||||||
*/
|
|
||||||
"gravity_normalizer_energy_per_blocks": 0.5,
|
|
||||||
// Type: Integer
|
|
||||||
"gravity_normalizer_max_length": 31,
|
|
||||||
// Type: Integer
|
|
||||||
"gravity_normalizer_proof_duration": 10,
|
|
||||||
/*
|
|
||||||
* Blocks from Rocket Sensor to each direction
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"rocket_sensor_working_range": 2
|
|
||||||
},
|
|
||||||
"enchantments": {
|
|
||||||
// Show tooltip on this mod's enchanted book
|
|
||||||
"tooltip_enabled": true,
|
|
||||||
/*
|
|
||||||
* Tooltip will don't show when 'Enchantment Descriptions' or 'Enchantment Lore' or 'CoFH Core' installed.
|
|
||||||
* but, if this set 'true' show tooltip with ignore that mods.
|
|
||||||
*/
|
|
||||||
"tooltip_ignore": false,
|
|
||||||
/*
|
|
||||||
* Energy usage for breath [in every 30 ticks]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"space_breathing_energy_using": 30,
|
|
||||||
/*
|
|
||||||
* Oxygen usage on using durability
|
|
||||||
* Type: Long
|
|
||||||
*/
|
|
||||||
"space_breathing_durability_oxygen": 2,
|
|
||||||
/*
|
|
||||||
* Durability usage for breath
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"space_breathing_durability_using": 1,
|
|
||||||
/*
|
|
||||||
* Breath duration on using durability [ticks, be multiple of 30]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"space_breathing_durability_duration": 60,
|
|
||||||
/*
|
|
||||||
* Energy usage for proof [in every 10 ticks]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"space_fire_proof_energy_using": 10,
|
|
||||||
/*
|
|
||||||
* Durability usage for proof
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"space_fire_proof_durability_using": 1,
|
|
||||||
/*
|
|
||||||
* Proof duration on using durability [ticks, be multiple of 10]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"space_fire_proof_durability_duration": 60,
|
|
||||||
/*
|
|
||||||
* Energy usage for proof [in every 10 ticks]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"acid_rain_proof_energy_using": 10,
|
|
||||||
/*
|
|
||||||
* Durability usage for proof
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"acid_rain_proof_durability_using": 1,
|
|
||||||
/*
|
|
||||||
* Proof duration on using durability [ticks, be multiple of 10]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"acid_rain_proof_durability_duration": 60,
|
|
||||||
/*
|
|
||||||
* Energy usage for proof [in every 10 ticks]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"gravity_normalizing_energy_using": 10,
|
|
||||||
/*
|
|
||||||
* Durability usage for proof
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"gravity_normalizing_durability_using": 1,
|
|
||||||
/*
|
|
||||||
* Proof duration on using durability [ticks, be multiple of 10]
|
|
||||||
* Type: Integer
|
|
||||||
*/
|
|
||||||
"gravity_normalizing_durability_duration": 60
|
|
||||||
},
|
|
||||||
"compats": {}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
#General
|
|
||||||
[general]
|
|
||||||
#Activate the Update-Checker
|
|
||||||
update-checker = true
|
|
||||||
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
#General
|
|
||||||
[general]
|
|
||||||
#Activate the Update-Checker
|
|
||||||
update-checker = true
|
|
||||||
#Enable that tools/weapons to be added to the mod tabs of the correct epoch
|
|
||||||
add_vanilla_items_to_mod_tabs = true
|
|
||||||
|
|
||||||
#Items
|
|
||||||
[items]
|
|
||||||
#Should the weapon perks be displayed on the item tooltips?
|
|
||||||
show_perks = true
|
|
||||||
#Should the weapon perks be displayed in JEI?
|
|
||||||
show_perks_in_jei = true
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"dumpTagMap": false,
|
|
||||||
"dumpDuplicates": false,
|
|
||||||
"dumpUnification": false,
|
|
||||||
"dumpOverview": false,
|
|
||||||
"dumpRecipes": false
|
|
||||||
}
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"ignoredRecipeTypes": [
|
|
||||||
"cucumber:shaped_tag"
|
|
||||||
],
|
|
||||||
"ignoredRecipes": [],
|
|
||||||
"defaultDuplicateRules": {
|
|
||||||
"ignoredFields": [
|
|
||||||
"conditions",
|
|
||||||
"group"
|
|
||||||
],
|
|
||||||
"rules": {
|
|
||||||
"cookingtime": "HigherRule",
|
|
||||||
"energy": "HigherRule",
|
|
||||||
"experience": "HigherRule"
|
|
||||||
},
|
|
||||||
"shouldSanitize": false
|
|
||||||
},
|
|
||||||
"overrideDuplicateRules": {
|
|
||||||
"minecraft:crafting_shaped": {
|
|
||||||
"ignoredFields": [
|
|
||||||
"pattern",
|
|
||||||
"conditions",
|
|
||||||
"key",
|
|
||||||
"group"
|
|
||||||
],
|
|
||||||
"rules": {},
|
|
||||||
"shouldSanitize": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"strictMode": false
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"serverOnly": false
|
|
||||||
}
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
{
|
|
||||||
"modPriorities": [
|
|
||||||
"minecraft",
|
|
||||||
"kubejs",
|
|
||||||
"crafttweaker",
|
|
||||||
"create",
|
|
||||||
"thermal",
|
|
||||||
"immersiveengineering",
|
|
||||||
"mekanism"
|
|
||||||
],
|
|
||||||
"stoneStrata": [
|
|
||||||
"stone",
|
|
||||||
"nether",
|
|
||||||
"deepslate",
|
|
||||||
"granite",
|
|
||||||
"diorite",
|
|
||||||
"andesite"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"forge:nuggets/{material}",
|
|
||||||
"forge:dusts/{material}",
|
|
||||||
"forge:gears/{material}",
|
|
||||||
"forge:gems/{material}",
|
|
||||||
"forge:ingots/{material}",
|
|
||||||
"forge:raw_materials/{material}",
|
|
||||||
"forge:ores/{material}",
|
|
||||||
"forge:plates/{material}",
|
|
||||||
"forge:rods/{material}",
|
|
||||||
"forge:wires/{material}",
|
|
||||||
"forge:storage_blocks/{material}",
|
|
||||||
"forge:storage_blocks/raw_{material}"
|
|
||||||
],
|
|
||||||
"materials": [
|
|
||||||
"aeternium",
|
|
||||||
"aluminum",
|
|
||||||
"amber",
|
|
||||||
"apatite",
|
|
||||||
"bitumen",
|
|
||||||
"brass",
|
|
||||||
"bronze",
|
|
||||||
"charcoal",
|
|
||||||
"chrome",
|
|
||||||
"cinnabar",
|
|
||||||
"coal",
|
|
||||||
"coal_coke",
|
|
||||||
"cobalt",
|
|
||||||
"constantan",
|
|
||||||
"copper",
|
|
||||||
"diamond",
|
|
||||||
"electrum",
|
|
||||||
"elementium",
|
|
||||||
"emerald",
|
|
||||||
"enderium",
|
|
||||||
"fluorite",
|
|
||||||
"gold",
|
|
||||||
"graphite",
|
|
||||||
"invar",
|
|
||||||
"iridium",
|
|
||||||
"iron",
|
|
||||||
"lapis",
|
|
||||||
"lead",
|
|
||||||
"lumium",
|
|
||||||
"mithril",
|
|
||||||
"netherite",
|
|
||||||
"nickel",
|
|
||||||
"obsidian",
|
|
||||||
"osmium",
|
|
||||||
"peridot",
|
|
||||||
"platinum",
|
|
||||||
"potassium_nitrate",
|
|
||||||
"ruby",
|
|
||||||
"sapphire",
|
|
||||||
"signalum",
|
|
||||||
"silver",
|
|
||||||
"steel",
|
|
||||||
"sulfur",
|
|
||||||
"tin",
|
|
||||||
"tungsten",
|
|
||||||
"uranium",
|
|
||||||
"zinc"
|
|
||||||
],
|
|
||||||
"priorityOverrides": {},
|
|
||||||
"tagOwnerships": {},
|
|
||||||
"itemTagInheritanceMode": "ALLOW",
|
|
||||||
"itemTagInheritance": {},
|
|
||||||
"blockTagInheritanceMode": "ALLOW",
|
|
||||||
"blockTagInheritance": {},
|
|
||||||
"ignoredTags": [],
|
|
||||||
"ignoredItems": [],
|
|
||||||
"ignoredRecipeTypes": [
|
|
||||||
"cucumber:shaped_tag"
|
|
||||||
],
|
|
||||||
"ignoredRecipes": [],
|
|
||||||
"itemsHidingJeiRei": true
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
|
|
||||||
[client]
|
|
||||||
#If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
|
|
||||||
showFoodValuesHudOverlay = true
|
|
||||||
#If true, shows your food exhaustion as a progress bar behind the hunger bars
|
|
||||||
showFoodExhaustionHudUnderlay = true
|
|
||||||
#Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
|
|
||||||
#Range: 0.0 ~ 1.0
|
|
||||||
maxHudOverlayFlashAlpha = 0.65
|
|
||||||
#If true, health/hunger overlay will shake to match Minecraft's icon animations
|
|
||||||
showVanillaAnimationsOverlay = true
|
|
||||||
#If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay
|
|
||||||
showFoodStatsInDebugOverlay = true
|
|
||||||
#If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
|
|
||||||
showFoodValuesInTooltip = true
|
|
||||||
#If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
|
|
||||||
showFoodValuesInTooltipAlways = true
|
|
||||||
#If true, shows estimated health restored by food on the health bar
|
|
||||||
showFoodHealthHudOverlay = true
|
|
||||||
#If true, shows your current saturation level overlayed on the hunger bar
|
|
||||||
showSaturationHudOverlay = true
|
|
||||||
#If true, enables the hunger/saturation/health overlays for food in your off-hand
|
|
||||||
showFoodValuesHudOverlayWhenOffhand = true
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#Base speed of the wheel
|
|
||||||
#Range: > 0
|
|
||||||
wheelBaseSpeed = 16
|
|
||||||
#Speed of the wheel with a gold block in front
|
|
||||||
#Range: > 0
|
|
||||||
wheelMaxSpeed = 24
|
|
||||||
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
|
|
||||||
#Lighting
|
|
||||||
[lights]
|
|
||||||
#Show the supporter message. This is set to false after the first time.
|
|
||||||
showSupporterMessage = true
|
|
||||||
#If dynamic lights are enabled
|
|
||||||
lightsEnabled = false
|
|
||||||
#How bright the touch light is
|
|
||||||
#Range: 0 ~ 15
|
|
||||||
touchLightLuminance = 8
|
|
||||||
#How long the touch light lasts in ticks
|
|
||||||
#Range: 0 ~ 40
|
|
||||||
touchLightDuration = 8
|
|
||||||
#Light level an entity should emit when dynamic lights are on
|
|
||||||
#Example entry: minecraft:blaze=15
|
|
||||||
entity_lights = ["minecraft:blaze=10", "ars_nouveau:orbit=15", "ars_nouveau:linger=15", "ars_nouveau:spell_proj=15", "minecraft:magma_cube=8", "ars_nouveau:flying_item=10", "minecraft:spectral_arrow=8", "ars_nouveau:follow_proj=10"]
|
|
||||||
#Light level an item should emit when held when dynamic lights are on
|
|
||||||
#Example entry: minecraft:stick=15
|
|
||||||
item_lights = ["minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"]
|
|
||||||
|
|
||||||
#Overlay
|
|
||||||
[lights.overlays]
|
|
||||||
#X offset for the tooltip
|
|
||||||
#Range: > -2147483648
|
|
||||||
xTooltip = 20
|
|
||||||
#Y offset for the tooltip
|
|
||||||
#Range: > -2147483648
|
|
||||||
yTooltip = 0
|
|
||||||
#X offset for the Mana Bar
|
|
||||||
#Range: > -2147483648
|
|
||||||
xManaBar = 0
|
|
||||||
#Y offset for the Mana Bar
|
|
||||||
#Range: > -2147483648
|
|
||||||
yManaBar = 0
|
|
||||||
#If the Storage Lectern should show the recipe book icon
|
|
||||||
showRecipeBook = true
|
|
||||||
|
|
||||||
#Misc
|
|
||||||
[lights.overlays.misc]
|
|
||||||
#Use simplified renderer for Warp Portals
|
|
||||||
no_end_portal_render = false
|
|
||||||
#Disables the skyweave renderer. Disable if your sky is broken with shaders.
|
|
||||||
disable_skyweave = false
|
|
||||||
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list.
|
|
||||||
dimensionBlacklist = []
|
|
||||||
#Spawn a book in the players inventory on login
|
|
||||||
spawnBook = true
|
|
||||||
#Inform the player of Dynamic lights once.
|
|
||||||
informLights = true
|
|
||||||
#How much mana whirlisprigs consume per generation
|
|
||||||
#Range: 0 ~ 10000
|
|
||||||
sylphManaCost = 250
|
|
||||||
#How much progress whirlisprigs must accumulate before creating resources
|
|
||||||
#Range: 0 ~ 10000
|
|
||||||
whirlisprigProgress = 250
|
|
||||||
#Should the Wilden Hunter attack animals?
|
|
||||||
hunterHuntsAnimals = false
|
|
||||||
#Should the Wilden Stalker attack animals?
|
|
||||||
stalkerHuntsAnimals = false
|
|
||||||
#Should the Wilden Defender attack animals?
|
|
||||||
defenderHuntsAnimals = false
|
|
||||||
#Should the Wilden Chimera dive bomb destroy blocks?
|
|
||||||
destructiveDiveBomb = true
|
|
||||||
#Archwood forest spawn weight
|
|
||||||
#Range: > 0
|
|
||||||
archwoodForest = 2
|
|
||||||
#How many inventories can lectern support per bookwyrm
|
|
||||||
#Range: > 1
|
|
||||||
bookwyrmLimit = 8
|
|
||||||
|
|
||||||
[drygmy_production]
|
|
||||||
#How much source drygmys consume per generation
|
|
||||||
#Range: 0 ~ 10000
|
|
||||||
drygmyManaCost = 1000
|
|
||||||
#How many channels must occur before a drygmy produces loot
|
|
||||||
#Range: 0 ~ 300
|
|
||||||
drygmyMaxProgress = 20
|
|
||||||
#Bonus number of items a drygmy produces per unique mob
|
|
||||||
#Range: 0 ~ 300
|
|
||||||
drygmyUniqueBonus = 2
|
|
||||||
#Base number of items a drygmy produces per cycle before bonuses.
|
|
||||||
#Range: > -2147483648
|
|
||||||
drygmyBaseItems = 1
|
|
||||||
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item.
|
|
||||||
#Range: 0 ~ 300
|
|
||||||
drygmyQuantityCap = 5
|
|
||||||
|
|
||||||
#Items
|
|
||||||
[item]
|
|
||||||
#Spawn Caster Tomes in Dungeon Loot?
|
|
||||||
spawnTomes = true
|
|
||||||
|
|
||||||
#Blocks
|
|
||||||
[block]
|
|
||||||
#How much potion a melder takes from each input jar. 100 = 1 potion
|
|
||||||
#Range: > 100
|
|
||||||
melderInputCost = 200
|
|
||||||
#How much potion a melder outputs per cycle. 100 = 1 potion
|
|
||||||
#Range: > 100
|
|
||||||
melderOutput = 100
|
|
||||||
#How much source a melder takes per cycle
|
|
||||||
#Range: > 0
|
|
||||||
melderSourceCost = 300
|
|
||||||
|
|
||||||
#Debug
|
|
||||||
[debug]
|
|
||||||
#Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck.
|
|
||||||
#Range: > 0
|
|
||||||
maxLogEvents = 100
|
|
||||||
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
|
|
||||||
#Mana
|
|
||||||
[mana]
|
|
||||||
#Base mana regen in seconds
|
|
||||||
#Range: > 0
|
|
||||||
baseRegen = 5
|
|
||||||
#Base max mana
|
|
||||||
#Range: > 0
|
|
||||||
baseMax = 100
|
|
||||||
#How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended.
|
|
||||||
#Range: 1 ~ 20
|
|
||||||
updateInterval = 5
|
|
||||||
#Max mana bonus per glyph
|
|
||||||
#Range: > 0
|
|
||||||
glyphmax = 15
|
|
||||||
#Max mana bonus for tier of book
|
|
||||||
#Range: > 0
|
|
||||||
tierMax = 50
|
|
||||||
#Mana regen bonus for tier of book
|
|
||||||
#Range: > 0
|
|
||||||
tierRegen = 1
|
|
||||||
#Mana Boost value per level
|
|
||||||
#Range: > 0
|
|
||||||
manaBoost = 25
|
|
||||||
#(enchantment) Mana regen per second per level
|
|
||||||
#Range: > 0
|
|
||||||
manaRegenEnchantment = 2
|
|
||||||
#Regen bonus per glyph
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
glyphRegen = 0.33
|
|
||||||
#Regen bonus per potion level
|
|
||||||
#Range: > 0
|
|
||||||
potionRegen = 10
|
|
||||||
|
|
||||||
[spell_casting]
|
|
||||||
#Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
|
|
||||||
enforceCapOnCast = true
|
|
||||||
#Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
|
|
||||||
enforceGlyphLimitOnCast = true
|
|
||||||
|
|
||||||
[item]
|
|
||||||
#Cost per glyph in a codex
|
|
||||||
#Range: > 0
|
|
||||||
codexCost = 10
|
|
||||||
|
|
||||||
[warp_portals]
|
|
||||||
#Enable warp portals?
|
|
||||||
enableWarpPortals = true
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 500
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: 1 ~ 1
|
|
||||||
per_spell_limit = 1
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 20
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 200
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base duration in seconds
|
|
||||||
#Range: > 0
|
|
||||||
duration = 60
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 60
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 35
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base teleport distance
|
|
||||||
#Range: > 0
|
|
||||||
distance = 8
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 3.0
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 30
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 8
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = true
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_fortune=4"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 6.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 2.5
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 5
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 1
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 80
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 3.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 1.0
|
|
||||||
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 0
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 1.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 1.0
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 0
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 5
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 0
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 1
|
|
||||||
#Base duration in ticks.
|
|
||||||
#Range: > 0
|
|
||||||
base_duration = 20
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 200
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 0.5
|
|
||||||
#Explosion base intensity
|
|
||||||
#Range: 0.0 ~ 100.0
|
|
||||||
base = 0.75
|
|
||||||
#AOE intensity bonus
|
|
||||||
#Range: 0.0 ~ 100.0
|
|
||||||
aoe_bonus = 1.5
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 6.0
|
|
||||||
#Additional damage per amplify
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amp_damage = 2.5
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 35
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 6.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 3.0
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 150
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base amount of harvested blocks
|
|
||||||
#Range: > 0
|
|
||||||
base_harvest = 50
|
|
||||||
#Additional max blocks per AOE
|
|
||||||
#Range: > 0
|
|
||||||
aoe_bonus = 50
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 40
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 7.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 3.0
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 1
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 80
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_sensitive=1"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 10
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 5
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 180
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 120
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 30
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 8
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 70
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base knockback value
|
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
|
||||||
base_value = 1.5
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 1.0
|
|
||||||
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = true
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 5.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 2.0
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 5
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 5
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base heal amount
|
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
|
||||||
base_heal = 3.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 3.0
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=4"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 30
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 8
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 2
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 3
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_aoe=1", "ars_nouveau:glyph_extend_time=1"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
base = 3
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 1
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 30
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 8
|
|
||||||
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base knockup amount
|
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
|
||||||
knockup = 0.8
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 0.25
|
|
||||||
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 25
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base knockup amount
|
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
|
||||||
knock_up = 1.5
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 1.0
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 25
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=1"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 30
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 8
|
|
||||||
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=2"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
damage = 5.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 3.0
|
|
||||||
#Bonus damage for wet entities
|
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
|
||||||
wet_bonus = 2.0
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 500
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: 1 ~ 1
|
|
||||||
per_spell_limit = 1
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 25
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 5
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = ["ars_nouveau:glyph_amplify=1"]
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 40
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = true
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Max lifespan of the projectile, in seconds.
|
|
||||||
#Range: > 0
|
|
||||||
max_lifespan = 60
|
|
||||||
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 15
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base movement velocity
|
|
||||||
#Range: 0.0 ~ 1.7976931348623157E308
|
|
||||||
base_value = 1.0
|
|
||||||
#Range: 0.0 ~ 2.147483647E9
|
|
||||||
amplify = 0.5
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 0
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base time in ticks
|
|
||||||
#Range: > 0
|
|
||||||
base_duration = 5
|
|
||||||
#Extend time bonus, in ticks
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 10
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = true
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 50
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 60
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 15
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 10
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 30
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 30
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 8
|
|
||||||
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 2
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Potion duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
potion_time = 8
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 1
|
|
||||||
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 20
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 200
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 15
|
|
||||||
#Base duration in seconds
|
|
||||||
#Range: > 0
|
|
||||||
duration = 30
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 120
|
|
||||||
#Base duration in seconds
|
|
||||||
#Range: > 0
|
|
||||||
duration = 300
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 150
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base duration in seconds
|
|
||||||
#Range: > 0
|
|
||||||
duration = 15
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 10
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 150
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 3
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base duration in seconds
|
|
||||||
#Range: > 0
|
|
||||||
duration = 15
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 10
|
|
||||||
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
|
|
||||||
#General settings
|
|
||||||
[general]
|
|
||||||
#Is Enabled?
|
|
||||||
enabled = true
|
|
||||||
#Cost
|
|
||||||
#Range: > -2147483648
|
|
||||||
cost = 100
|
|
||||||
#Is Starter Glyph?
|
|
||||||
starter = false
|
|
||||||
#The maximum number of times this glyph may appear in a single spell
|
|
||||||
#Range: > 1
|
|
||||||
per_spell_limit = 2147483647
|
|
||||||
#The tier of the glyph
|
|
||||||
#Range: 1 ~ 99
|
|
||||||
glyph_tier = 1
|
|
||||||
#Limits the number of times a given augment may be applied to a given effect
|
|
||||||
#Example entry: "glyph_amplify=5"
|
|
||||||
augment_limits = []
|
|
||||||
#How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config.
|
|
||||||
#Example entry: "glyph_amplify=50"
|
|
||||||
augment_cost_overrides = []
|
|
||||||
#Base duration in seconds
|
|
||||||
#Range: > 0
|
|
||||||
duration = 60
|
|
||||||
#Extend time duration, in seconds
|
|
||||||
#Range: > 0
|
|
||||||
extend_time = 60
|
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user