This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
AIDScripting/examples/stats.js
schattenan 1bc9b3f088
Update stats.js
Fixed typo after the agility entry
2021-01-17 10:17:32 +01:00

11 lines
299 B
JavaScript

//input modifiers to set up stats
// creates stats to open up the stats overlay
const modifier = (text) => {
state.stats = {stats:{strength:{level: 4, cost:2}, agility:{level: 1, cost:5}}, statPoints:50}
return ({text})
}
// Don't modify this part
modifier(text)