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
2021-05-06 08:13:50 -06:00

11 lines
No EOL
298 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)